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

Support new natural inspired algorithm - Whale Optimization Algorithm (WOA) #17

Open
adajani opened this issue Apr 5, 2020 · 1 comment

Comments

@adajani
Copy link
Contributor

adajani commented Apr 5, 2020

Title:
Support new natural inspired algorithm - Whale Optimization Algorithm (WOA)

Objective:
To Support WOA algorithm in jMetalCPP Core.

Motivation:
Whale Optimization Algorithm (WOA) is a novel nature-inspired meta-heuristic optimization algorithm, which mimics the social behavior of humpback whales. The algorithm is inspired by the bubble-net hunting strategy. WOA results are very competitive compared to the state-of-art meta-heuristic algorithms as well as conventional methods.

Source:
The source codes of the WOA algorithm are publicly available at http://www.alimirjalili.com/WOA.html

@adajani
Copy link
Contributor Author

adajani commented Apr 8, 2020

The implementation is done,
PR: 8133751

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

1 participant