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

Nonlinear Least Squares problems

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

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 9 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Nonlinear Least Squares problems

Basic Info
  • Host: GitHub
  • Owner: abelsiqueira
  • License: other
  • Language: Julia
  • Default Branch: master
  • Size: 140 KB
Statistics
  • Stars: 0
  • Watchers: 3
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Fork of JuliaSmoothOptimizers/NLSProblems.jl
Created over 9 years ago · Last pushed over 6 years ago

https://github.com/abelsiqueira/NLSProblems.jl/blob/master/

# NLSProblems - Nonlinear Least Squares problems

[![Build Status](https://travis-ci.org/JuliaSmoothOptimizers/NLSProblems.jl.svg?branch=master)](https://travis-ci.org/JuliaSmoothOptimizers/NLSProblems.jl)
[![Build status](https://ci.appveyor.com/api/projects/status/gvkfw6sxf1p2qewt/branch/master?svg=true)](https://ci.appveyor.com/project/dpo/nlsproblems-jl/branch/master)


This package provides some optimization problems using the
[https://github.com/JuliaSmoothOptimizers/NLPModels.jl](NLPModels.jl)
interface. It is similar to to
[https://github.com/JuliaSmoothOptimizers/OptimizationProblems.jl](OptimizationProblems.jl),
except that it's specific for Nonlinear Least Squares, using the subtype
of `AbstractNLSModel`s.

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

We welcome contributions.

## Install

Simply issue

```
Pkg.clone("https://github.com/JuliaSmoothOptimizers/NLSProblems.jl")
```

## LICENSE

This package is licensed under the MIT License (see
[LICENSE](LICENSE.md)). However, the problems have specific sources, and
you'll probably want to cite those sources, as well.

## 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](https://doi.org/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](https://doi.org/10.1007/978-3-642-48320-2)

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

[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](https://doi.org/10.1007/978-3-642-61582-5)

Owner

  • Name: Abel Soares Siqueira
  • Login: abelsiqueira
  • Kind: user
  • Location: Amsterdam - The Netherlands
  • Company: Netherlands eScience Center

GitHub Events

Total
Last Year