Skip to content

Cloud computing task scheduling algorithm for single and multi-objective optimization, using Cloudsim 5.0 simulation.

License

Notifications You must be signed in to change notification settings

LA4AM12/Cloudlet-Scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloudlet-scheduler

Simulation experiments using CloudSim5.0 toolkit to verify the optimization effect of WOA algorithm and HWGA algorithm using Random algorithm, FCFS algorithm and Min-Min algorithm as benchmarks

Introduction

  • ga: Genetic Algorithm
  • woa: Whale Optimization Algorithm
  • hwga: Hybrid Whale Genetic Algorithm
  • random: Random allocation algorithm
  • fcfs: First Come First Served algorithm
  • minmin: Min-Min algorithm
  • maxmin: Max-Min algorithm

Benchmarks

Single-objective optimization

makespan using different algorithms for different task volumes: img.png

Load balancing degree under different task volumes using different algorithms: img.png

Execution time of virtual machines using different algorithms: img.png

Multi-objective optimization

Comparison of fitness values of WOA and HWGA algorithms under different number of iterations: img.png

Comparison of fitness values of WOA and HWGA algorithms at different population sizes: img.png

About

Cloud computing task scheduling algorithm for single and multi-objective optimization, using Cloudsim 5.0 simulation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages