Skip to contents

Subclass for asynchronous design points feature selection.

Dictionary

This FSelector can be instantiated with the associated sugar function fs():

fs("async_design_points")

Parameters

design

data.table::data.table
Design points to try in search, one per row.

Super classes

FSelector -> FSelectorAsync -> FSelectorAsyncFromOptimizerAsync -> FSelectorAsyncDesignPoints

Methods

Inherited methods


FSelectorAsyncDesignPoints$new()

Creates a new instance of this R6 class.


FSelectorAsyncDesignPoints$clone()

The objects of this class are cloneable with this method.

Usage

FSelectorAsyncDesignPoints$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.