mahf-opt / mahf

A framework for modular construction and evaluation of metaheuristics.
GNU General Public License v3.0
10 stars 0 forks source link

Required Metaheuristics #16

Open HeleNoir opened 2 years ago

HeleNoir commented 2 years ago

These metaheuristics (and their most common operators) have to be included in this framework. Only check if basic version AND common operator variations are implemented!

Baselines:

Population-based:

Single-solution based:

HeleNoir commented 2 years ago

Additionally, one metaheuristic using a different schedule should be included (see also #11 ), e.g. Chemical Reaction Optimization.

The Chemical Reaction Optimization algorithm is the option I would prefer. Other options include Coral Reefs Optimization, Flower Pollination Algorithm and Marriage in Honey Bees Optimization.

luleyleo commented 2 years ago

Chemical Reaction Optimization should be easy to port to our new architecture by now, and we can probably reuse most of the existing code.