CRAN

mlrMBO 1.1.2

Bayesian Optimization and Model-Based Optimization of Expensive Black-Box Functions

Released Jun 21, 2018 by Jakob Richter

This package cannot yet be used with Renjin it depends on other packages which are not available: mlr 2.14.0, data.table 1.12.2, and ParamHelpers 1.12 An older version of this package is more compatible with Renjin.

Dependencies

data.table 1.12.2 ParamHelpers 1.12 mlr 2.14.0 checkmate 1.9.1 lhs 1.0.1 parallelMap 1.3 BBmisc 1.11 smoof 1.5.1 backports 1.1.4

Flexible and comprehensive R toolbox for model-based optimization ('MBO'), also known as Bayesian optimization. It implements the Efficient Global Optimization Algorithm and is designed for both single- and multi- objective optimization with mixed continuous, categorical and conditional parameters. The machine learning toolbox 'mlr' provide dozens of regression learners to model the performance of the target algorithm with respect to the parameter settings. It provides many different infill criteria to guide the search process. Additional features include multi-point batch proposal, parallel execution as well as visualization and sophisticated logging mechanisms, which is especially useful for teaching and understanding of algorithm behavior. 'mlrMBO' is implemented in a modular fashion, such that single components can be easily replaced or adapted by the user for specific use cases.

Source

R
C

View GitHub Mirror

Release History