-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
24 lines (24 loc) · 930 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
Package: ucminf
Title: General-Purpose Unconstrained Non-Linear Optimization
Version: 1.2.2
Authors@R: c(
person("K Hervé", "Dakpo", email = "k-herve.dakpo@inrae.fr",
role = c("ctb", "cre")),
person("Hans Bruun", "Nielsen", role = "aut"),
person("Stig Bousgaard", "Mortensen", role = "aut")
)
Description: An algorithm for general-purpose unconstrained non-linear optimization.
The algorithm is of quasi-Newton type with BFGS updating of the inverse
Hessian and soft line search with a trust region type monitoring of the
input to the line search algorithm. The interface of 'ucminf' is
designed for easy interchange with 'optim'.
License: GPL (>= 2)
URL: https://github.com/hdakpo/ucminf
BugReports: https://github.com/hdakpo/ucminf/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 3.5.0)
Suggests:
numDeriv