You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.cff.
If you think you found a bug, feel free to open an issue.
Focused suggestions and requests can also be opened as issues. Before opening a pull request, start an issue or a discussion on the topic, please.
If you want to ask a question not suited for a bug report, feel free to start a discussion here. This forum is for general discussion about this repository and the JuliaSmoothOptimizers, so questions about any of our packages are welcome.