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

Refactor SMS-EMOA class to make it less complex

estebanpua opened this issue · comments

For example, doing something like this:

SMSEMOA::execute()
{
createInitialSolutionSet();
...
normalizeFronts();
invertParetoFront();
...
}