/mlrMBO

Model-based optimization with mlr

Primary LanguageROtherNOASSERTION

mlrMBO

CRAN_Status_Badge Build Status Build status

Model-based optimization with mlr.

Installation

mlrMBO currently needs the development versions of the packages mlr and ParamHelpers. To install mlrMBO with all dependencies, run the following lines:

devtools::install_github("berndbischl/ParamHelpers")
devtools::install_github("mlr-org/mlr")
devtools::install_github("mlr-org/mlrMBO")

Resources