Package: trustOptim
Type: Package
Title: Trust Region Optimization for Nonlinear Functions with Sparse Hessians
Version: 0.8.7.3
Date: 2021-10-07
Authors@R: person(given="Michael", family="Braun", email="braunm@smu.edu", role=c("aut","cre","cph"), comment=c(ORCID="0000-0003-4774-2119"))
Maintainer: Michael Braun <braunm@smu.edu>
URL: https://braunm.github.io/trustOptim/, https://github.com/braunm/trustOptim/
BugReports: https://github.com/braunm/trustOptim/issues
Description: Trust region algorithm for nonlinear optimization. Efficient when
    the Hessian of the objective function is sparse (i.e., relatively few nonzero
    cross-partial derivatives). See Braun, M. (2014) <doi:10.18637/jss.v060.i04>.
License: MPL (>= 2.0)
Depends:
    R (>= 3.6)
Suggests:
    testthat,
    knitr
Imports:
    Matrix (>= 1.2.18),
    Rcpp (>= 1.0.3),
    methods
LinkingTo: Rcpp, RcppEigen (>= 0.3.3.7.0)
Copyright: (c) 2015-2021 Michael Braun
Encoding: UTF-8
VignetteBuilder: knitr
SystemRequirements: C++11
RoxygenNote: 7.1.2
