OptimizationProblems.jl icon indicating copy to clipboard operation
OptimizationProblems.jl copied to clipboard

Optimization Problems for Julia

Results 46 OptimizationProblems.jl issues
Sort by recently updated
recently updated
newest added

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...

enhancement

This is translated from https://github.com/mpf/Optimization-Test-Problems/blob/master/cute/aircrfta.mod

cutest

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

cutest

https://github.com/mpf/Optimization-Test-Problems/blob/master/cute/avion2.mod Another generated problem. This is one is large, but still readable.

cutest

https://github.com/mpf/Optimization-Test-Problems/blob/master/cute/3pk.mod

cutest

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...

good first issue
test set

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...

enhancement
documentation