- 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:
- BestFit
- Simulated Annealing
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