-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
20 lines (20 loc) · 1005 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: DEoptim
Version: 2.2-8
Title: Global Optimization by Differential Evolution
Authors@R: c(person("David", "Ardia", role = c("aut"), email = "[email protected]", comment = c(ORCID = "0000-0003-2823-782X")),
person("Katharine", "Mullen", role = c("aut", "cre"), email="[email protected]"),
person("Brian", "Peterson", role = "aut"),
person("Joshua", "Ulrich", role = "aut"),
person("Kris", "Boudt", role = "ctb"))
Description: Implements the Differential Evolution algorithm for global
optimization of a real-valued function of a real-valued parameter
vector as described in Mullen et al. (2011) <doi:10.18637/jss.v040.i06>.
Suggests: foreach, iterators, colorspace, lattice, parallelly
Depends: parallel
Imports: methods
BugReports: https://github.com/ArdiaD/DEoptim/issues
URL: https://github.com/ArdiaD/DEoptim
License: GPL (>= 2)
Repository: CRAN
Maintainer: Katharine Mullen <[email protected]>
NeedsCompilation: yes