jMetal / jMetalCpp

A C++ version of jMetal, a Java framework aimed at multi-objective optimization with metaheuristics.
64 stars 34 forks source link

Support new natural inspired algorithm - Grey Wolf Optimizer (GWO) #13

Open adajani opened 4 years ago

adajani commented 4 years ago

Title: Support new natural inspired algorithm - Grey Wolf Optimizer (GWO).

Objective: To Support GWO algorithm in jMetalCPP Core.

Motivation: Based on NFL theorem (no free lunch theorem). There is no meta-heuristic best suited for solving all optimization problems. So, NFL makes this field of study highly active. Hence motivate me to add GWO to the core algorithms in jMetalCPP framework.

adajani commented 4 years ago

Kindly find the proposed algorithm on this pull-request: https://github.com/jMetal/jMetalCpp/pull/14

ajnebro commented 4 years ago

Hi @adajani .

Thanks for your contribution. I accepted pull request #14, but after that there is a conflict with #15.

Antonio

adajani commented 4 years ago

Hi @ajnebro

The conflict appears on "JMetalInc/Algorithm.h". I noticed

15 has remove the JMEtalInc folder

https://github.com/E-Alharbi/jMetalCpp

Thanks