Load Balancing On Heterogenous Systems Using Evolutionary Techniques
Load Balancing On Heterogenous Systems Using Evolutionary Techniques
SYSTEMS USING
EVOLUTIONARY TECHNIQUES
SUBMITTED BY :-
AASTHA MEDIRATTA (0709110001)
ABHINAV BHATNAGAR (0709110002)
ABHISHEK KANAUJIA (0709110004)
KHUSHBU SRIVASTAVA (0709110050)
INTRODUCTION
Evaluate the initial Swarm using Re-evaluate the original swarm and
the fitness function find the new personal best and
global best
PSO FLOWCHART
The following equations and are used for the velocity
COGNITIVE
updation and the position updation.
COMPONENT
+ COMPONENT
c2 * rand() * (gbest[k] - s[k]) ……..(a)
s[k+1]=s[k]+v[k+1] ……(b)
[1] P Visalakshi , S N Sivanandam, “Dynamic Task Scheduling with Load Balancing using
Hybrid Particle Swarm Optimization”, Int. J. Open Problems Compt. Math., Vol. 2, No. 3,
September 2009,ISSN 1998-6262.
[2] Aly E. El-Abd, Mohamed I. El-Bendary, “A Neural Network Approach for Dynamic
Load Balancing In Homogeneous Distributed Systems”, IEEE Trans. Parallel and distributed
systems, Vol 9, No.6, June 1997.
[3] Albert Y. Zomaya, Senior Member, IEEE, and Yee-Hwei The, “Observations on Using
Genetic Algorithms for Dynamic Load-Balancing”, IEEE Transactions On Parallel And
Distributed Systems, Vol. 12, No. 9, September 2001.
[4] Swagatam Das, Ajith Abraham, and Amit Konar, “Particle Swarm Optimization and
Differential Evolution Algorithms: Technical Analysis, Applications and Hybridization
Perspectives”.
[5] Chunming Yang, Simon D, “A new particle swarm optimization technique”,
Proceedings of the International Conference on Systems Engineering (2005),pp.164-169.
[6] Parsopoulos K.E, and Vrahatis M.N, “Recent approaches to global optimization
problems through particle swarm optimization”, Natural Computing , Vol.1(2002),
pp. 235 – 306.
THANK YOU !!