bhaskatripathi / GWOSVR

Sanitized Grey Wolf Optimizer(SGWO)-Support Vector Regressor (SVR)
68 stars 18 forks source link

Why the sin and exp time varying function is taken? #1

Closed neetu5510 closed 2 years ago

neetu5510 commented 4 years ago

Why the sin and exp time varying function is taken? Can we take some other functions as well? How have you selected the coefficient values in the function? Is there any paper for reference?

bhaskatripathi commented 4 years ago

It is taken to add a sinusoidal perturbation in the overall velocity equation. The value of the perturbation decreases as the iterations progress. you can refer the DMP-PSO paper by Kundu et al. Refer this one also : https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=7669709

bhaskatripathi commented 2 years ago

Closing the issue