Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSO velocity limit default value #44

Open
MPluhacek opened this issue Apr 26, 2020 · 2 comments
Open

PSO velocity limit default value #44

MPluhacek opened this issue Apr 26, 2020 · 2 comments

Comments

@MPluhacek
Copy link

Hi,
the value of PSO velocity clamping constant (Vmax) should be proportional to the search space range. However, it is set to a constant value (6). This brings a lot of trouble for inexperienced users.

@7ossam81
Copy link
Owner

7ossam81 commented Apr 26, 2020

Hi @MPluhacek
Thanks for the comment. I have noticed that there are different ways for initialising Vmax like Vmax=UB or Vmax= a * (UB-LB) where a is a small ratio like 10%.
The problem is when the search space has different ranges for each search element in the particle. Do you have any good reference for this case ?

@Kazikova
Copy link

Hello,

this is paper recommends Vmax = 20% of the search space.

Eberhart, & Yuhui Shi. (2001). Particle swarm optimization: Developments, applications and resources. Proceedings of the 2001 Congress on Evolutionary Computation (IEEE Cat. No.01TH8546), 1, 81–86 https://doi.org/10.1109/CEC.2001.934374

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants