OptimizationProblems.jl
OptimizationProblems.jl copied to clipboard
Optimization Problems for Julia
This is an example of how we could use ADNLSModel for the least square objective. Currently, the tests break because in the JuMP models currently implemented we generally don't have...
This is translated from https://github.com/mpf/Optimization-Test-Problems/blob/master/cute/aircrfta.mod
https://github.com/mpf/Optimization-Test-Problems/blob/master/cute/allinit.mod https://github.com/mpf/Optimization-Test-Problems/blob/master/cute/allinitc.mod https://github.com/mpf/Optimization-Test-Problems/blob/master/cute/allinitu.mod
https://github.com/mpf/Optimization-Test-Problems/blob/master/cute/avion2.mod Another generated problem. This is one is large, but still readable.
COPS 3.0
These are large scale parametrizable problem from https://www.mcs.anl.gov/~more//cops/cops3.pdf - [x] Largest Small Polygon (polygon) - [x] Distribution of Electrons on a Sphere (elec) - [x] Shape Optimization of a Cam...
In CUTE https://github.com/mpf/Optimization-Test-Problems/blob/master/cute/3pk.mod, the problem `3pk` starts with a number, however function name in Julia cannot start with a number.
The aim is to include nonlinear least squares into the test set. - [x] Change the `meta` for NLS problems (detect automatically?) - [x] Use `ADNLSModels` instead of `ADNLPModels` for...
Marine