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

Particle Swarm Optimization Methods #27

Open
rguliev opened this issue Aug 7, 2017 · 0 comments
Open

Particle Swarm Optimization Methods #27

rguliev opened this issue Aug 7, 2017 · 0 comments

Comments

@rguliev
Copy link
Collaborator

rguliev commented Aug 7, 2017

In GitLab by @bryanhanson on Aug 7, 2017, 15:26

I came across an interesting article on "mutation assisted particle swarm optimization" with hyperspectral imaging a while back. I implemented it as well as at least one variation. The idea behind it is interesting but the performance is really bad -- slower than Brute! I think I have it programmed correctly, it's just the way it explores the solution space is hit-or-miss. Anyway, it would be easy to add it but I'm holding off for now since the performance is bad. I will continue to play with it as time permits.

This issue just serves to let people know some work has already been done on this method and to check with me before starting any new work along these lines.

Xu2017.pdf

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

No branches or pull requests

2 participants