mlr3tuning (version 0.1.2)

mlr_terminators_none: Terminator that never stops.

Description

Mainly useful for grid search, or maybe other tuners, where the stopping is inherently controlled by the tuner itself.

Arguments

Format

R6::R6Class object inheriting from Terminator.

Construction

t = TerminatorNone$new()
term("none")

See Also

Other Terminator: Terminator, mlr_terminators_clock_time, mlr_terminators_combo, mlr_terminators_evals, mlr_terminators_model_time, mlr_terminators_perf_reached, mlr_terminators_stagnation, mlr_terminators