Package: SPOT
License: GPL (>= 2)
Title: Sequential Parameter Optimization Toolbox
Type: Package
LazyLoad: yes
LazyData: true
Authors@R: c(	
	      person("Thomas", "Bartz-Beielstein", role = "aut"),
				person("Joerg", "Stork", role = "aut"),
				person("Martin", "Zaefferer", role = c("aut", "cre"),email = "martin.zaefferer@gmx.de"),
	      person("Margarita", "Rebolledo", role = "ctb"),
	      person("Christian", "Lasarczyk", role = "ctb"),
				person("Joerg", "Ziegenhirt", role = "ctb"),
				person("Wolfgang","Konen",role = "ctb"),
				person("Oliver","Flasch", role = "ctb"),
				person("Patrick","Koch", role = "ctb"),
				person("Martina","Friese", 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.0.2
Date: 2017-11-30
Depends: R (>= 3.0.0)
Imports: randomForest, stats, utils, graphics, grDevices, MASS,
        DEoptim, rgenoud, rsm, nloptr
RoxygenNote: 6.0.1
Suggests: testthat
NeedsCompilation: no
Packaged: 2017-11-30 11:03:15 UTC; Martin
Author: Thomas Bartz-Beielstein [aut],
  Joerg Stork [aut],
  Martin Zaefferer [aut, cre],
  Margarita Rebolledo [ctb],
  Christian Lasarczyk [ctb],
  Joerg Ziegenhirt [ctb],
  Wolfgang Konen [ctb],
  Oliver Flasch [ctb],
  Patrick Koch [ctb],
  Martina Friese [ctb]
Maintainer: Martin Zaefferer <martin.zaefferer@gmx.de>
Repository: CRAN
Date/Publication: 2017-11-30 11:14:57 UTC
