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

Improve population initialisation for metaheuristics #18

Open marnoldus opened 3 months ago

marnoldus commented 3 months ago

We currently use Metaheuristics.jl's population initialisation, which generates random (I believe uniform) points within the bounds of each variable. This does not necessarily generate feasible points, while having feasible points could speed up the optimisation and increase the probability of convergence.

Possible alternatives to look at are: