-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add more swarm-based metaheuristics #194
Conversation
I really wasn't prepared for the firefly algorithm, it certainly looks... interesting. Let's hope the other ones are not as bad :/. In general, I think this is a good time to split the Also, evaluating individuals inside the nested loop is weird, but certainly possible with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I couldn't find any deviations from the pseudo-code, just some small nitpicks.
This PR relates to issue #182 and includes operators and heuristics for
The other swarm based algorithms will be implemented later on.
Grey Wolf Optimizer might be a bit more complicated, so I'm not sure if I should include it here. Also, @Saethox does have some experience implementing it.