metaheuristic_designer.parameter_schedules.random_schedule#

Schedule that picks a random value at each evaluation.

Classes

RandomSchedule(init_value, final_value[, rng])

Schedule that returns a uniform random value between init_value and final_value at every call, ignoring progress.