mpcrl.core.schedulers#
A submodule providing both base classes for schedulers and some concrete implementations for the most common cases, such as linearly and exponentially decaying schedulers.
Classes
|
Chains multiple schedulers together. |
|
Exponentially decay scheduler. |
|
Linear scheduling from initial to final value in a fixed number of steps. |
|
Scheduler that updates the scheduled quantity from the initial to the final value in a logarithmic fashion. |
|
Scheduler that actually performs no scheduling and holds the initial value indefinitely constant. |
|
Base abstract class for schedulers. |