metaheuristic_designer.parameter_schedules.threshold_schedule#

Schedule that switches between two values at a fixed progress threshold.

Classes

ThresholdSchedule(init_value, final_value[, ...])

Schedule that returns init_value until progress reaches threshold, then switches to final_value.