Skip to content

datdhruv/Cloud-Scheduling-Algo-Comparision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CloudSim Task Allocation and Scheduling

  • First Come First Serve FCFS.FCFS_Scheduler
  • Shortest Job First SJF.SJF_Scheduler
  • Round Robin Algorithm RoundRobin.RoundRobinScheduler
  • MaxMin MaxMin.MaxMin_Scheduler
  • Genetic Algorithm GeneticAlgo.GeneticAlgorithm
  • Particle Swarm Optimization PSO.PSO_Scheduler
  • Ant Colony Optimization ACO.AntColonyOptimization

Using Cloudsimplus:

Build and Run

The First 7 Algorithms can be run just by building the project and then running each one indidually

Keep in mind that you will have to alter the parameters as per your choosing

The last two algorithms can be run by downloading the cloudsimplus library and following it's instructions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages