jMetal / jMetalCpp

A C++ version of jMetal, a Java framework aimed at multi-objective optimization with metaheuristics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

adajani opened this issue · comments

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.

Kindly find the proposed algorithm on this pull-request: #14

Hi @adajani .

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

Antonio

Hi @ajnebro

The conflict appears on "JMetalInc/Algorithm.h". I noticed
#15 has remove the JMEtalInc folder
https://github.com/E-Alharbi/jMetalCpp

Thanks