This package browser is in early development. Mind the rough edges.

r-mlr3mbo

Flexible Bayesian optimization

This package provides a flexible approach to Bayesian optimization / model based optimization building on the bbotk package. The mlr3mbo is a toolbox providing both ready-to-use optimization algorithms as well as their fundamental building blocks allowing for straightforward implementation of custom algorithms. Single- and multi-objective optimization is supported as well as mixed continuous, categorical and conditional search spaces. Moreover, using mlr3mbo for hyperparameter optimization of machine learning models within the mlr3 ecosystem is straightforward via mlr3tuning.

Installation

Install the latest version of r-mlr3mbo as follows:

guix install r-mlr3mbo

Or install a particular version:

guix install r-mlr3mbo@0.2.8

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of r-mlr3mbo about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/r-mlr3mbo'><img src='https://packages.guix.gnu.org/packages/r-mlr3mbo/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-mlr3mbo/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/r-mlr3mbo)

Example Org:

[[https://packages.guix.gnu.org/packages/r-mlr3mbo][https://packages.guix.gnu.org/packages/r-mlr3mbo/badges/latest-version.svg]]