Learn R Programming

bbotk (version 1.5.0)

mlr_optimizers_async_random_search: Asynchronous Optimization via Random Search

Description

OptimizerAsyncRandomSearch class that implements a simple Random Search.

Arguments

Dictionary

This Optimizer can be instantiated via the dictionary mlr_optimizers or with the associated sugar function opt():

mlr_optimizers$get("async_random_search")
opt("async_random_search")

Super classes

bbotk::Optimizer -> bbotk::OptimizerAsync -> OptimizerAsyncRandomSearch

Methods

Inherited methods


Method new()

Creates a new instance of this R6 class.

Usage

OptimizerAsyncRandomSearch$new()


Method clone()

The objects of this class are cloneable with this method.

Usage

OptimizerAsyncRandomSearch$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.