An open API service indexing awesome lists of open source software.

https://github.com/juliasmoothoptimizers/nlsproblems.jl

Nonlinear Least Squares problems
https://github.com/juliasmoothoptimizers/nlsproblems.jl

julia julia-language optimization

Last synced: 4 months ago
JSON representation

Nonlinear Least Squares problems

Awesome Lists containing this project

README

        

# NLSProblems - Nonlinear Least Squares problems

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4605405.svg)](https://doi.org/10.5281/zenodo.4605405)
[![CI](https://github.com/JuliaSmoothOptimizers/NLSProblems.jl/workflows/CI/badge.svg?branch=main)](https://github.com/JuliaSmoothOptimizers/NLSProblems.jl/actions)
[![codecov](https://codecov.io/gh/JuliaSmoothOptimizers/NLSProblems.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaSmoothOptimizers/NLSProblems.jl)
[![Documentation/stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaSmoothOptimizers.github.io/NLSProblems.jl/stable)
[![Documentation/dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaSmoothOptimizers.github.io/NLSProblems.jl/dev)

This package provides some optimization problems using the
[NLPModels.jl](https://github.com/JuliaSmoothOptimizers/NLPModels.jl)
interface. It is similar to to
[OptimizationProblems.jl](https://github.com/JuliaSmoothOptimizers/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
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](CITATION.cff).

## References

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

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

[3] L. Lukšan and J. Vlček.
[*Sparse and Partially Separable Test Problems for Unconstrained and
Equality Constrained Optimization*](http://hdl.handle.net/11104/0123965).
Technical report 767, 1999.

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

# Bug reports and discussions

If you think you found a bug, feel free to open an [issue](https://github.com/JuliaSmoothOptimizers/NLSProblems.jl/issues).
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](https://github.com/JuliaSmoothOptimizers/Organization/discussions). This forum is for general discussion about this repository and the [JuliaSmoothOptimizers](https://github.com/JuliaSmoothOptimizers), so questions about any of our packages are welcome.