-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
25 lines (25 loc) · 953 Bytes
/
DESCRIPTION
File metadata and controls
25 lines (25 loc) · 953 Bytes
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: optimization
Type: Package
Title: Flexible Optimization of Complex Loss Functions with State and Parameter
Space Constraints
Version: 1.0-9
Authors@R: c(
person("Kai", "Husmann", role=c("aut", "cre"),
email="kai.husmann@uni-goettingen.de"),
person("Alexander", "Lange", role="aut"),
person("Nordwestdeutsche Forstliche Versuchsanstalt (NW-FVA)",
role=c("cph", "fnd")))
Description: Flexible optimizer with numerous input specifications for detailed
parameterisation. Designed for complex loss functions with state and
parameter space constraints. Visualization tools for validation and analysis
of the convergence are included.
License: GPL (>= 2)
Depends: R (>= 3.2.0), Rcpp (>= 0.12.12)
Imports: colorspace
LinkingTo: Rcpp
RoxygenNote: 7.1.1
Suggests: R.rsp
VignetteBuilder: R.rsp
URL: https://github.com/kaihusmann/optimization
BugReports: https://github.com/kaihusmann/optimization/issues
Encoding: UTF-8