optimize_async_default {bbotk}R Documentation

Default Asynchronous Optimization

Description

Used internally in OptimizerAsync.

Usage

optimize_async_default(instance, optimizer, design = NULL, n_workers = NULL)

Arguments

instance

OptimInstanceAsync.

optimizer

OptimizerAsync.

design

data.table::data.table()
(Initial) design send to the queue.

n_workers

Number of workers to be started. Defaults to the number of workers set by rush::rush_plan().


[Package bbotk version 1.6.0 Index]