Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

mbo_parallel

Parallelization in mlrMBO


Description

In mlrMBO you can parallelize the tuning on two different levels to speed up computation:

  • mlrMBO.fevalMultiple evaluations of the target function.

  • mlrMBO.propose.pointsOptimization of the infill criteria if multiple are used (e.g. ParEGO and ParallelLCB)

Internally the evaluation of the target function is realized with the R package parallelMap. See the mlrMBO tutorial and the Github project pages of parallelMap for instructions on how to set up parallelization. The different levels of parallelization can be specified in parallelStart*. Details for the levels mentioned above are given below:

  • Evaluation of the objective function can be parallelized in cases multiple points are to be evaluated at once. These are: evaluation of the initial design, multiple proposed points per iteration and evaluation of the target function in exampleRun. (Level: mlrMBO.feval)

  • Model fitting / point proposal - in some cases where independent, expensive operations are performed. (Level: mlrMBO.propose.points)

Details regarding the latter:

single-objective MBO with LCB multi-point

Parallel optimization of LCBs for the lambda-values.

Multi-objective MBO with ParEGO

Parallel optimization of scalarization functions.


mlrMBO

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

v1.1.5
BSD_2_clause + file LICENSE
Authors
Bernd Bischl [aut] (<https://orcid.org/0000-0001-6002-6980>), Jakob Richter [aut, cre] (<https://orcid.org/0000-0003-4481-5554>), Jakob Bossek [aut] (<https://orcid.org/0000-0002-4121-4668>), Daniel Horn [aut], Michel Lang [aut] (<https://orcid.org/0000-0001-9754-0393>), Janek Thomas [aut] (<https://orcid.org/0000-0003-4511-6245>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.