-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
executable file
·30 lines (30 loc) · 1.36 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
Package: DiceOptim
Version: 2.1.1
Title: Kriging-Based Optimization for Computer Experiments
Date: 2021-01-29
Authors@R: c(person("Victor", "Picheny", role = c("aut", "cre"),
email = "[email protected]"),
person("David Ginsbourger", "Green", role = "aut"),
person("Olivier", "Roustant", role = "aut"),
person("Mickael", "Binois", role = "ctb"),
person("Sebastien", "Marmin", role = "ctb"),
person("Tobias", "Wagner", role = "ctb"))
Description: Efficient Global Optimization (EGO) algorithm as described in "Roustant et al. (2012)" <doi:10.18637/jss.v051.i01> and adaptations for problems with noise ("Picheny and Ginsbourger, 2012") <doi:10.1016/j.csda.2013.03.018>, parallel infill, and problems with constraints.
Depends: DiceKriging (>= 1.2), methods
Imports: randtoolbox, pbivnorm, rgenoud, mnormt, DiceDesign, parallel
Suggests: KrigInv, GPareto
License: GPL-2 | GPL-3
URL: http://dice.emse.fr/
RoxygenNote: 7.1.1
NeedsCompilation: yes
Packaged: 2021-02-01 08:25:48 UTC; victor
Repository: CRAN
Date/Publication: 2021-02-02 00:10:23 UTC
Author: Victor Picheny [aut, cre],
David Ginsbourger Green [aut],
Olivier Roustant [aut],
Mickael Binois [ctb],
Sebastien Marmin [ctb],
Tobias Wagner [ctb]
Maintainer: Victor Picheny <[email protected]>
Encoding: UTF-8