jMetalCpp icon indicating copy to clipboard operation
jMetalCpp copied to clipboard

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

Open adajani opened this issue 5 years ago • 1 comments

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 avatar Apr 05 '20 20:04 adajani

The implementation is done, PR: https://github.com/jMetal/jMetalCpp/pull/18/commits/81337513d20199210593b0e2ecb5949cb5cbb1c7

adajani avatar Apr 08 '20 11:04 adajani