mpcrl.core.schedulers.NoScheduling# class mpcrl.core.schedulers.NoScheduling(init_value)[source]# Bases: Scheduler[ScType] Scheduler that actually performs no scheduling and holds the initial value indefinitely constant. Methods step() Updates the value of the scheduler by one step. step()[source]# Updates the value of the scheduler by one step. Raises: StopIterationRaises if the final iteration of the scheduler (if any) has been reached and step was called again. Return type: None