OptimizationProblems.jl
OptimizationProblems.jl copied to clipboard
Nonlinear least squares
The aim is to include nonlinear least squares into the test set.
- [x] Change the
metafor NLS problems (detect automatically?) - [x] Use
ADNLSModelsinstead ofADNLPModelsfor these problems - [x] Add
get_***_nls_nequ - [ ] Add documentation for contributors
- [ ] Add documentation for users
- [ ] Move
NLSProblems.jlin another folder here?