jMetal / MetaJul

Metaheuristics in Julia
MIT License
4 stars 1 forks source link

Functions are minimized by default #5

Open ajnebro opened 1 year ago

ajnebro commented 1 year ago

By default, objective functions are assumed to be minimized, so their values have to be multiplied by -1 in case of maximization. This should be revised to avoid having to manually deal with maximisation functions.