forked from CollinErickson/CGGP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.11 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
Package: CGGP
Type: Package
Title: Composite Grid Gaussian Processes
Version: 1.0.3.9000
Authors@R:
c(
person("Collin", "Erickson", email = "collinberickson@gmail.com", role = c("aut", "cre")), # Creator is who gets bothered with issues
person("Matthew", "Plumlee", role = c("aut"))
) # Maintainer: Who to complain to <yourfault@somewhere.net>
Description: Run computer experiments using the adaptive composite grid
algorithm with a Gaussian process model.
The algorithm works best when running an experiment that can evaluate thousands
of points from a deterministic computer simulation.
This package is an implementation of a forthcoming paper by Plumlee,
Erickson, Ankenman, et al. For a preprint of the paper,
contact the maintainer of this package.
License: GPL-3
Imports: Rcpp (>= 0.12.18)
LinkingTo: Rcpp, RcppArmadillo
Suggests:
testthat,
covr,
ggplot2,
reshape2,
plyr,
MASS,
rmarkdown,
knitr
URL: https://github.com/CollinErickson/CGGP
BugReports: https://github.com/CollinErickson/CGGP/issues
Encoding: UTF-8
RoxygenNote: 7.1.1
VignetteBuilder: knitr