mlr3tuning (version 0.1.0)

TerminatorPerfReached: Terminator that stops when a performance level has been reached

Description

Class to terminate the tuning after a performance level has been hit.

Arguments

Format

R6::R6Class object inheriting from Terminator.

Construction

TerminatorPerfReached$new()
term("perf_reached")

Parameters

  • level :: numeric(1) Performance level that needs to be reached, default is 0. Terminates if the performance exceeds (respective measure has to be maximized) or falls below (respective measure has to be minimized) this value.

See Also

Other Terminator: TerminatorClockTime, TerminatorCombo, TerminatorEvals, TerminatorModelTime, TerminatorNone, TerminatorStagnation, Terminator, mlr_terminators

Examples

Run this code
# NOT RUN {
TerminatorPerfReached$new()
term("perf_reached")
# }

Run the code above in your browser using DataLab