TulipaEnergy / NearOptimalAlternatives.jl

A package implementing modelling to generate alternatives (MGA) to find near optimal alternatives to the optimal solution.
Apache License 2.0
0 stars 1 forks source link

Resolve an inconsistency in how objective functions are defined #24

Open greg-neustroev opened 2 months ago

greg-neustroev commented 2 months ago
          This is because in NearOptimalAlternatives.jl/src/alternative-optimisation.jl we are maximizing, but in Metaheuristics.jl we are always minimizing. I do agree that this introduces an inconsistency, though. Maybe we should be minimizing there.

_Originally posted by @greg-neustroev in https://github.com/TulipaEnergy/NearOptimalAlternatives.jl/pull/13#discussion_r1642704892_