Hi,

  I have to implement ABC algorithm in cloudsim for load balancing. I have initialized the population with no. of tasks and have considered half as employed bees and half as onlooker bees. By selecting a bee as scout bee the capacity of the virtual machines are calculated. But next I am not getting how to assign employed bees to virtual machines (is it randomly)? And also the fitness is calculated by

  fitnessi=sum of task lengths of j/evaluate capacity of VMj(capacityj)

Here the single employed bee is assigned to a VM then what is the meaning of sum of task length of VMj? Can anyone please help me to clear my doubts?

Thanks in advance.

With Regards,

Kshama S B

Similar questions and discussions