Package: trustOptim
Type: Package
Title: Trust Region Optimization for Nonlinear Functions with Sparse
        Hessians
Version: 0.8.7.1
Date: 2021-09-21
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://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
NeedsCompilation: yes
Packaged: 2021-09-22 21:55:00 UTC; braunm
Author: Michael Braun [aut, cre, cph] (<https://orcid.org/0000-0003-4774-2119>)
Repository: CRAN
Date/Publication: 2021-09-23 04:40:02 UTC
