NLSProblems.jl

Nonlinear Least Squares problems
Author JuliaSmoothOptimizers
Popularity
3 Stars
Updated Last
2 Years Ago
Started In
February 2017

NLSProblems - Nonlinear Least Squares problems

DOI CI codecov Documentation/stable Documentation/dev

This package provides some optimization problems using the NLPModels.jl interface. It is similar to to OptimizationProblems.jl, except that it's specific for Nonlinear Least Squares, using the subtype of AbstractNLSModel.

This collection currently contains the problems of Moré, Garbow and Hillstrom [1].

We welcome contributions.

Install

NLSProblems can be installed and tested through the Julia package manager:

julia> ]
pkg> add NLSProblems
pkg> test NLSProblems

How to cite

If you use NLSProblems.jl in your work, please cite using the format given in CITATION.bib.

References

[1] J. J. Moré, B. S. Garbow and K. E. Hillstrom. Testing Unconstrained Optimization Software. ACM Transactions on Mathematical Software, 7(1):17-41, 1981. 10.1145/355934.355936

[2] W. Hock and K. Schittkowski. Test examples for nonlinear programming codes. Lecture Notes in Economics and Mathematical Systems 187, Springer Verlag Berlin Heidelberg, 1981. 10.1007/978-3-642-48320-2

[3] L. Lukšan and J. Vlček. Sparse and Partially Separable Test Problems for Unconstrained and Equality Constrained Optimization. Technical report 767, 1999

[4] K. Schittkowski. More test examples for nonlinear programming codes. Lecture Notes in Economics and Mathematical Systems 282, Springer Verlag Berlin Heidelberg, 1987. 10.1007/978-3-642-61582-5

Used By Packages

No packages found.