Package: mlrMBO
Title: A Toolbox for Model-Based Optimization of Expensive Black-Box
        Functions
Description: Flexible and comprehensive R toolbox for model-based optimization
    ('MBO'), also known as Bayesian optimization. It is designed for both single-
    and multi-objective optimization with mixed continuous, categorical and
    conditional parameters. The machine learning toolbox 'mlr' provide dozens
    of regression learners to model the performance of the target algorithm with
    respect to the parameter settings. It provides many different infill criteria
    to guide the search process. Additional features include multipoint batch
    proposal, parallel execution as well as visualization and sophisticated
    logging mechanisms, which is especially useful for teaching and understanding
    of algorithm behavior. 'mlrMBO' is implemented in a modular fashion, such that
    single components can be easily replaced or adapted by the user for specific use
    cases.
Authors@R: c(
    person("Bernd", "Bischl", email = "bernd_bischl@gmx.net", role = c("aut")),
    person("Jakob", "Bossek", email = "jakob.bossek@tu-dortmund.de", role = "aut"),
    person("Jakob", "Richter", email = "code@jakob-r.de", role = c("aut", "cre")),
    person("Daniel", "Horn", email = "daniel.horn@tu-dortmund.de", role = "aut"),
    person("Michel", "Lang", email = "michellang@gmail.com", role = "aut"),
    person("Janek", "Thomas", email = "janek.thomas@stat.uni-muenchen.de", role = "aut"))
License: BSD_2_clause + file LICENSE
URL: https://github.com/mlr-org/mlrMBO
BugReports: https://github.com/mlr-org/mlrMBO/issues
Depends: mlr (>= 2.10), ParamHelpers (>= 1.10), smoof (>= 1.4)
Imports: backports, BBmisc (>= 1.11), checkmate (>= 1.8.2), data.table,
        lhs, parallelMap (>= 1.3)
Suggests: akima, cmaesr (>= 1.0.3), ggplot2, RColorBrewer, DiceKriging,
        DiceOptim, earth, emoa, GGally, gridExtra, kernlab, kknn,
        knitr, mco, nnet, party, randomForest, rmarkdown, rpart,
        testthat, eaf, covr
LazyData: yes
Encoding: UTF-8
ByteCompile: yes
Version: 1.0.0
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2017-03-10 19:49:34 UTC; jakob
Author: Bernd Bischl [aut],
  Jakob Bossek [aut],
  Jakob Richter [aut, cre],
  Daniel Horn [aut],
  Michel Lang [aut],
  Janek Thomas [aut]
Maintainer: Jakob Richter <code@jakob-r.de>
Repository: CRAN
Date/Publication: 2017-03-12 18:43:06
