Support new natural inspired algorithm - Grey Wolf Optimizer (GWO)
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: https://github.com/jMetal/jMetalCpp/pull/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