# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "gslnls" in publications use:' type: software license: LGPL-3.0-only title: 'gslnls: GSL Multi-Start Nonlinear Least-Squares Fitting' version: 1.3.2 doi: 10.32614/CRAN.package.gslnls abstract: An R interface to nonlinear least-squares optimization with the GNU Scientific Library (GSL), see M. Galassi et al. (2009, ISBN:0954612078). The available trust region methods include the Levenberg-Marquardt algorithm with and without geodesic acceleration, the Steihaug-Toint conjugate gradient algorithm for large systems and several variants of Powell's dogleg algorithm. Multi-start optimization based on quasi-random samples is implemented using a modified version of the algorithm in Hickernell and Yuan (1997, OR Transactions). Bindings are provided to tune a number of parameters affecting the low-level aspects of the trust region algorithms. The interface mimics R's nls() function and returns model objects inheriting from the same class. authors: - family-names: Chau given-names: Joris email: joris.chau@openanalytics.eu repository: https://CRAN.R-project.org/package=gslnls repository-code: https://github.com/JorisChau/gslnls url: https://github.com/JorisChau/gslnls date-released: '2024-04-30' contact: - family-names: Chau given-names: Joris email: joris.chau@openanalytics.eu