forked from jlmelville/mize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
25 lines (25 loc) · 814 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
Package: mize
Type: Package
Title: Unconstrained Numerical Optimization Algorithms
Version: 0.2.0.9000
Authors@R: person("James", "Melville", email = "[email protected]",
role = c("aut", "cre"))
Description: Optimization algorithms implemented in R, including
conjugate gradient (CG), Broyden-Fletcher-Goldfarb-Shanno (BFGS) and the
limited memory BFGS (L-BFGS) methods. Most internal parameters can be set
through the call interface. The solvers hold up quite well for
higher-dimensional problems.
License: BSD 2-clause License + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
methods
Suggests:
testthat,
knitr,
rmarkdown,
covr
RoxygenNote: 6.1.0
URL: http://github.com/jlmelville/mize
BugReports: http://github.com/jlmelville/mize/issues
VignetteBuilder: knitr