-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
28 lines (28 loc) · 1022 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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="[email protected]", role=c("aut","cre","cph"), comment=c(ORCID="0000-0003-4774-2119"))
Maintainer: Michael Braun <[email protected]>
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