Model-based optimization with mlr
The package will be released soon, so some links below are not working.
-
Offical CRAN release site (not available yet)
-
Tutorial on github (work in progress)
The package has not been released on CRAN yet. Run the following command in R to install the current GitHub version.
To install packages directly from github use the install_github()
function from devtools
.
install.packages("devtools")
Before you can install mlrMBO
you need the current github versions of both mlr and ParamHelpers.
library(devtools)
install_github("berndbischl/ParamHelpers")
install_github("mlr-org/mlr")
Then you can easily install.
install_github("mlr-org/mlrMBO")
Àll other dependencies will be installed automatically from CRAN.
Further installation instructions are available at the site of tudo-r
Developers use this mailing list:
https://groups.google.com/forum/?hl=de#!forum/mlrmbo-devel
The github-service-hook will also send commit messages to this list.