/mlrMBO_sunxd

Model-based optimization with mlr

Primary LanguageROtherNOASSERTION

mlrMBO

Model-based optimization with mlr

Travis CI: Build Status

The package will be released soon, so some links below are not working.

Installation

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

Mailinglist and Email-Service-Hook

Developers use this mailing list:

https://groups.google.com/forum/?hl=de#!forum/mlrmbo-devel

mlrmbo-devel@googlegroups.com

The github-service-hook will also send commit messages to this list.