between#

eclypse.policies.schedule.between(start, end, policy)[source]#

Run a policy between two inclusive step bounds.

Parameters:
  • start (int) – First step at which the policy should run.

  • end (int) – Last step at which the policy should run.

  • policy (UpdatePolicy) – The wrapped policy.

Returns:

A scheduled wrapper around policy.

Return type:

UpdatePolicy