Package: mlr3tuning
Title: Tuning for 'mlr3'
Version: 0.1.1
Authors@R: 
    c(person(given = "Michel",
             family = "Lang",
             role = c("cre", "aut"),
             email = "michellang@gmail.com",
             comment = c(ORCID = "0000-0001-9754-0393")),
      person(given = "Jakob",
             family = "Richter",
             role = "aut",
             email = "jakob1richter@gmail.com",
             comment = c(ORCID = "0000-0003-4481-5554")),
      person(given = "Bernd",
             family = "Bischl",
             role = "aut",
             email = "bernd_bischl@gmx.net",
             comment = c(ORCID = "0000-0001-6002-6980")),
      person(given = "Daniel",
             family = "Schalk",
             role = "aut",
             email = "daniel.schalk@stat.uni-muenchen.de",
             comment = c(ORCID = "0000-0003-0950-1947")))
Description: Implements methods for hyperparameter tuning with
    'mlr3', e.g. Grid Search, Random Search, or Simulated Annealing.
    Various termination criteria can be set and combined.  The class
    'AutoTuner' provides a convenient way to perform nested resampling in
    combination with 'mlr3'.
License: LGPL-3
URL: https://mlr3tuning.mlr-org.com,
        https://github.com/mlr-org/mlr3tuning
BugReports: https://github.com/mlr-org/mlr3tuning/issues
Depends: R (>= 3.1.0)
Imports: checkmate (>= 1.9.4), data.table, lgr, mlr3 (>= 0.1.4),
        mlr3misc (>= 0.1.5), paradox, R6
Suggests: GenSA, rpart, testthat
Encoding: UTF-8
NeedsCompilation: no
RoxygenNote: 7.0.1
Collate: 'AutoTuner.R' 'mlr_terminators.R' 'Terminator.R'
        'TerminatorClockTime.R' 'TerminatorCombo.R' 'TerminatorEvals.R'
        'TerminatorModelTime.R' 'TerminatorNone.R'
        'TerminatorPerfReached.R' 'TerminatorStagnation.R'
        'mlr_tuners.R' 'Tuner.R' 'TunerDesignPoints.R' 'TunerGenSA.R'
        'TunerGridSearch.R' 'TunerRandomSearch.R' 'TuningInstance.R'
        'assertions.R' 'helper.R' 'sugar.R' 'zzz.R'
Packaged: 2019-12-06 14:26:33 UTC; lang
Author: Michel Lang [cre, aut] (<https://orcid.org/0000-0001-9754-0393>),
  Jakob Richter [aut] (<https://orcid.org/0000-0003-4481-5554>),
  Bernd Bischl [aut] (<https://orcid.org/0000-0001-6002-6980>),
  Daniel Schalk [aut] (<https://orcid.org/0000-0003-0950-1947>)
Maintainer: Michel Lang <michellang@gmail.com>
Repository: CRAN
Date/Publication: 2019-12-06 15:20:02 UTC
