Package: SPOT
License: GPL (>= 2)
Title: Sequential Parameter Optimization Toolbox
Type: Package
LazyLoad: yes
LazyData: true
Encoding: UTF-8
Authors@R: c(	
        person("Thomas", "Bartz-Beielstein", role = c("aut", "cre"), email = "tbb@bartzundbartz.de", comment = c(ORCID = "0000-0002-5938-5158")),
				person("Martin", "Zaefferer", role = "aut", comment = c(ORCID = "0000-0003-2372-2092")),
				person("Frederik","Rehbach", role = "aut" , comment = c(ORCID = "0000-0003-0922-8629")),
	      person("Margarita", "Rebolledo", role = "ctb"),
	      person("Joerg", "Stork", role = "ctb", comment = c(ORCHID="0000-0002-7471-3498")),
	      person("Christian", "Lasarczyk", role = "ctb")
				)
Description: A set of tools for model-based optimization and tuning of
    algorithms. It includes surrogate models, optimizers, and design of experiment
    approaches. The main interface is spot, which uses sequentially updated
    surrogate models for the purpose of efficient optimization. The main goal is
    to ease the burden of objective function evaluations, when a single evaluation
    requires a significant amount of resources.
Version: 2.5.0
Date: 2021-05-22
Depends: R (>= 3.5.0)
Imports: DEoptim, ggplot2, glmnet, graphics, grDevices, laGP, MASS,
        nloptr, plgp, plotly, rpart, randomForest, ranger, rgenoud,
        rsm, stats, utils
RoxygenNote: 7.1.1
Suggests: babsim.hospital, batchtools, car, farff, knitr,
        microbenchmark, rmarkdown, OpenML, party, RColorBrewer, readr,
        testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-05-22 16:05:31 UTC; bartz
Author: Thomas Bartz-Beielstein [aut, cre]
    (<https://orcid.org/0000-0002-5938-5158>),
  Martin Zaefferer [aut] (<https://orcid.org/0000-0003-2372-2092>),
  Frederik Rehbach [aut] (<https://orcid.org/0000-0003-0922-8629>),
  Margarita Rebolledo [ctb],
  Joerg Stork [ctb] (0000-0002-7471-3498),
  Christian Lasarczyk [ctb]
Maintainer: Thomas Bartz-Beielstein <tbb@bartzundbartz.de>
Repository: CRAN
Date/Publication: 2021-05-22 16:50:05 UTC
