|
|
|
|
|
by RandomWorker
2177 days ago
|
|
Solution To benchmark in general is to run several optimization runs with a random innitialization. Though this has its limitations. A great optimizer is RBFopt, (python based, free, fast accurate) which is able to do very well and creates a surrogate model while optimizing. My go to optimizer at this point for engineering projects. If anyone knows a better piece of software let me know. |
|
However most examples in the paper were somewhat small and the problem type is restricted to MINLPs with box constraints (which is still tremendously useful, especially for hyperparameter optimization in simulations).
Just curious, what's the largest problem size you've managed to solve? (no. of constraints, binaries/continuous vars)
[1] http://www.optimization-online.org/DB_FILE/2014/09/4538.pdf
[2] https://www.sciencedirect.com/science/article/pii/S228843001...