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

Benchmark on larger problems #21

Open marnoldus opened 3 months ago

marnoldus commented 3 months ago

Currently, the algorithms (especially PSOGA) are only confirmed to be working on very small sample problems. It would be a good idea to create a larger benchmark and compare the runtime results of PSOGA and using mathematical optimisation.

It is not completely necessary to have this before publishing the package but it would be helpful to show some comparison.