OptimizerAsyncDesignPoints class that implements optimization w.r.t. fixed design points.
We simply search over a set of points fully specified by the ser.
This Optimizer can be instantiated via the dictionary
mlr_optimizers or with the associated sugar function opt():
mlr_optimizers$get("async_design_points")
opt("async_design_points")
designdata.table::data.table
Design points to try in search, one per row.
bbotk::Optimizer -> bbotk::OptimizerAsync -> OptimizerAsyncDesignPoints
Inherited methods
optimize()Starts the asynchronous optimization.
OptimizerAsyncDesignPoints$optimize(inst)inst(OptimInstance).
clone()The objects of this class are cloneable with this method.
OptimizerAsyncDesignPoints$clone(deep = FALSE)deepWhether to make a deep clone.