-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 1.74 KB
/
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
29
30
31
32
33
34
35
36
37
38
Package: lbfgsb3c
Type: Package
Title: Limited Memory BFGS Minimizer with Bounds on Parameters with
optim() 'C' Interface
Version: 2020-3.2
Authors@R: c(person(given = c("Matthew", "L"), family = "Fidler", role =
c("aut", "cre"), email = "matthew.fidler@gmail.com"),
person(given = c("John", "C"), family = "Nash", role =
c("aut"), email = "nashjc@uottawa.ca"),
person(given = "Ciyou", family = "Zhu", role = "aut"),
person(given = "Richard", family = "Byrd", role = "aut"),
person(given = "Jorge", family = "Nocedal", role = "aut"),
person(given = c("Jose", "Luis"), family = "Morales", role = "aut"))
Maintainer: Matthew L Fidler <matthew.fidler@gmail.com>
Description: Interfacing to Nocedal et al. L-BFGS-B.3.0
(See <http://users.iems.northwestern.edu/~nocedal/lbfgsb.html>)
limited memory BFGS minimizer with bounds on parameters.
This is a fork of 'lbfgsb3'.
This registers a 'R' compatible 'C' interface to L-BFGS-B.3.0 that uses the same
function types and optimization as the optim() function (see writing 'R' extensions
and source for details). This package also adds more stopping criteria as well
as allowing the adjustment of more tolerances.
License: GPL-2
Depends: R (>= 3.6)
Imports: Rcpp (>= 0.12.3), numDeriv, methods
Suggests: optimx, microbenchmark, testthat, knitr, pkgbuild, rmarkdown, RcppArmadillo
LinkingTo: Rcpp (>= 0.12.3), RcppArmadillo
Encoding: UTF-8
VignetteBuilder: knitr
NeedsCompilation: yes
RoxygenNote: 7.0.2
Author: Matthew L Fidler [aut, cre],
John C Nash [aut],
Ciyou Zhu [aut],
Richard Byrd [aut],
Jorge Nocedal [aut],
Jose Luis Morales [aut]
Packaged: 2020-02-26 20:18:51 UTC; john