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_3_clause + file LICENSE
Imports: BBmisc (>= 1.10), checkmate (>= 1.6.1), methods
Suggests: akima, eaf, emoa, GGally, ggplot2, gridExtra, irace (>=
        1.0.7), lhs, plyr, reshape2, testthat
LazyData: yes
ByteCompile: yes
Version: 1.8
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-07-19 08:13:42 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: 2016-07-19 10:42:08
