Terminator that stops according to the run time
Class to terminate the optimization after the optimization process took a number of seconds on the clock.
This Terminator can be instantiated via the
dictionary mlr_terminators or with the associated
sugar function trm():
mlr_terminators$get("run_time")
trm("run_time")secsnumeric(1)
Maximum allowed time, in seconds, default is 100.
bbotk::Terminator -> TerminatorRunTime
new()
Creates a new instance of this R6 class.
TerminatorRunTime$new()
is_terminated()
Is TRUE iff the termination criterion is positive, and FALSE
otherwise.
TerminatorRunTime$is_terminated(archive)
archive(Archive).
logical(1).
clone()
The objects of this class are cloneable with this method.
TerminatorRunTime$clone(deep = FALSE)
deepWhether to make a deep clone.
This terminator only works if archive$start_time is set. This is usually
done by the Optimizer.
trm("run_time", secs = 1800)Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.