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

Unify the objective function creation #27

Open greg-neustroev opened 2 months ago

greg-neustroev commented 2 months ago

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

The objective function in metaheuristics and in optimization are created independently. If one wants to change how this is calculated, they need to change it twice. Investigate how to unify these.