Skip to contents

Subclass for asynchronous grid search tuning.

Dictionary

This Tuner can be instantiated with the associated sugar function tnr():

tnr("async_design_points")

Parameters

batch_size

integer(1)
Maximum number of points to try in a batch.

Methods

Inherited methods


Method new()

Creates a new instance of this R6 class.

Usage


Method clone()

The objects of this class are cloneable with this method.

Usage

TunerAsyncGridSearch$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.