-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
34 lines (34 loc) · 1.48 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
Package: optimx
Version: 2023-10.21
Date: 2023-10-21
Title: Expanded Replacement and Extension of the 'optim' Function
Authors@R: c( person(given = c("John", "C"), family = "Nash", role =
c("aut", "cre"), email = "[email protected]"), person(given =
"Ravi", family = "Varadhan", role = "aut", email =
"[email protected]"), person(given = "Gabor", family =
"Grothendieck", role = "ctb", email =
"[email protected]") )
Author: John C Nash [aut, cre],
Ravi Varadhan [aut],
Gabor Grothendieck [ctb]
Maintainer: John C Nash <[email protected]>
Description: Provides a replacement and extension of the optim()
function to call to several function minimization codes in R in a single
statement. These methods handle smooth, possibly box constrained functions
of several or many parameters. Note that function 'optimr()' was prepared to
simplify the incorporation of minimization codes going forward. Also implements some
utility codes and some extra solvers, including safeguarded Newton methods.
Many methods previously separate are now included here.
This is the version for CRAN.
License: GPL-2
LazyLoad: Yes
Imports: numDeriv, nloptr, pracma
NeedsCompilation: no
Suggests: knitr, rmarkdown, setRNG, BB, ucminf, minqa, dfoptim,
lbfgsb3c, lbfgs, subplex, marqLevAlg, testthat (>= 3.0.0),
R.rsp
VignetteBuilder: R.rsp
Config/testthat/edition: 3
Packaged: 2023-10-24 12:58:46 UTC; john
Repository: CRAN
Date/Publication: 2023-10-24 13:50:02 UTC