-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.24 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
39
40
41
42
Package: optimizeR
Title: Unified Framework for Numerical Optimizers
Version: 1.1.2
Authors@R: c(
person("Lennart", "Oelschl\u00e4ger",
email = "oelschlaeger.lennart@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5421-9313")),
person("Marius", "\u00d6tting",
email = "marius.oetting@uni-bielefeld.de",
role = c("ctb"),
comment = c(ORCID = "0000-0002-9373-0365"))
)
Description: Provides a unified object-oriented framework for numerical
optimizers in R. Allows for both minimization and maximization with any
optimizer, optimization over more than one function argument, measuring of
computation time, setting a time limit for long optimization tasks.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
knitr,
ggplot2,
pracma,
rmarkdown,
testthat
Config/testthat/edition: 3
URL: https://loelschlaeger.de/optimizeR/, https://github.com/loelschlaeger/optimizeR/
BugReports: https://github.com/loelschlaeger/optimizeR/issues
Depends:
R (>= 4.0.0)
Imports:
checkmate,
cli,
lbfgsb3c,
oeli (>= 0.5.2),
R6,
stats,
TestFunctions,
ucminf,
utils