Package: ParamHelpers
Title: Helpers for Parameters in Black-Box Optimization, Tuning and
        Machine Learning
Description: Functions for parameter descriptions and operations in black-box
    optimization, tuning and machine learning. Parameters can be described
    (type, constraints, defaults, etc.), combined to parameter sets and can in
    general be programmed on. A useful OptPath object (archive) to log function
    evaluations is also provided.
Authors@R: c(
    person("Bernd", "Bischl", email = "bernd_bischl@gmx.net", role = c("aut", "cre")),
    person("Michel", "Lang", email = "michellang@gmail.com", role = "aut"),
    person("Jakob", "Bossek", email = "j.bossek@gmail.com", role = "aut"),
    person("Daniel", "Horn", email = "daniel.horn@tu-dortmund.de", role = "aut"),
    person("Karin", "Schork", email = "karin.schork@tu-dortmund.de", role = "ctb"),
    person("Jakob", "Richter", email = "code@jakob-r.de", role = "aut"),
    person("Pascal", "Kerschke", email = "kerschke@uni-muenster.de", role = "aut"))
URL: https://github.com/berndbischl/ParamHelpers
BugReports: https://github.com/berndbischl/ParamHelpers/issues
License: BSD_2_clause + file LICENSE
Imports: BBmisc (>= 1.10), checkmate (>= 1.8.1), methods
Suggests: akima, eaf, emoa, GGally, ggplot2, gridExtra, grid, irace (>=
        2.1), lhs, plyr, reshape2, testthat
LazyData: yes
ByteCompile: yes
Version: 1.10
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2017-01-05 17:31:55 UTC; bischl
Author: Bernd Bischl [aut, cre],
  Michel Lang [aut],
  Jakob Bossek [aut],
  Daniel Horn [aut],
  Karin Schork [ctb],
  Jakob Richter [aut],
  Pascal Kerschke [aut]
Maintainer: Bernd Bischl <bernd_bischl@gmx.net>
Repository: CRAN
Date/Publication: 2017-01-05 19:24:24
