prioritization#
Collection of prioritization functions.
For compatibility with the Scheduler
, the prioritization
functions have to be of type Callable[[float, Job, int, int], float]
.
Author: Jendrik A. Potyka, Fabian A. Preiss
Functions
|
Interprets the Job's weight as its priority. |
|
Compute the |
|
Generate random priority values from weights. |