Package: EGO
Title: Efficient Global Optimization
Version: 0.1
Authors@R: 
    c(person("Xiaomeng", "Ju", role=c("aut", "cre"), email="xiaomeng.ju@stat.ubc.ca"),
    person("Will", "Welch", role = c("aut"), email = "will@stat.ubc.ca")
    )
Description: An implementation of a bayesian optimization algorithm based on GaSP.
License: GPL (>=3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends: R (>= 3.5.0)
Imports: stats, graphics, GaSP, lhs, nloptr, rgenoud, grDevices, utils
NeedsCompilation: no
Packaged: 2023-05-21 20:46:17 UTC; will
Author: Xiaomeng Ju [aut, cre],
  Will Welch [aut]
Maintainer: Xiaomeng Ju <xiaomeng.ju@stat.ubc.ca>
