Student Seminar Report & Project Report With Presentation (PPT,PDF,DOC,ZIP)

Full Version: source code for task scheduling using genetic algorithm using java
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Guest

i am working on implementing the genetic algorithm for scheduling the tasks. i dont know how to do it..please
(04-05-2016, 01:11 PM)Guest Wrote: [ -> ]i am working on implementation of the genetic algorithm for scheduling the tasks.As i am new to cloudsim tool, i don't know how to do it ..please help me to implement in cloudsim tool. Thanks in advance.

ABSTRACT

Due to optimal use of processors as well as spending less time, the task scheduling in multiprocessor systems is of great importance. This is one of the NP_hard problems and achieving the optimal schedule or finding the minimum schedule length, using the dynamic algorithm and back-tracking programming, would be time-consuming. Therefore, heuristic methods like genetic algorithms are suitable methods to schedule tasks in a multiprocessor system. In this paper, a new genetic algorithm is presented whose priority of tasks’ execution is based on the number of their children. The results show that our developed algorithm finds the near-optimal schedule in a reasonable computation time, compared to other heuristics.

Guest

Genetic algorithm java code for task scheduling