metaheuristic_designer.parameter_schedules#
Built-in parameter schedules for dynamic algorithm configuration.
Modules
Schedule that modulates a value with a cosine wave. |
|
Schedule that decays a value exponentially, either continuously or iteratively. |
|
Schedule that changes a value linearly between two endpoints. |
|
Schedule that follows a sigmoidal (logistic) transition between two values. |
|
Schedule that applies gaussian noise to a subschedule. |
|
Annealing schedule for probabilities as seen in simulated annealing. |
|
Schedule that picks a random value at each evaluation. |
|
Schedule that changes value at discrete progress thresholds. |
|
Strided schedule that applies a subschedule making the parameter updates in long intervals. |
|
Schedule that switches between two values at a fixed progress threshold. |