mboContinue: Continues an mbo run from a save-file.

View source: R/mboContinue.R

mboContinueR Documentation

Continues an mbo run from a save-file.

Description

Useful if your optimization is likely to crash, so you can continue from a save point and will not lose too much information and runtime.

Usage

mboContinue(opt.state)

Arguments

opt.state

[OptState | character(1)]
Either the save.state slot of an MBOResult object, or a file path of a saved MBO state. See save.on.disk.at argument of MBOControl object.

Value

See mbo.


mlr-org/mlrMBO documentation built on Oct. 13, 2022, 2:39 p.m.