Class SpallocProperties.PriorityScale
java.lang.Object
uk.ac.manchester.spinnaker.alloc.SpallocProperties.PriorityScale
- Enclosing class:
SpallocProperties
Priority is the rate at which importance is accrued. Importance is
determines the order in which jobs are allocated.
- Author:
- Donal Fellows
-
Constructor Details
-
PriorityScale
@ConstructorBinding public PriorityScale(@DefaultValue("1.0") double size, @DefaultValue("1.5") double dimensions, @DefaultValue("65.0") double specificBoard) - Parameters:
size- Priority scaling factor for jobs given by number of boards.dimensions- Priority scaling factor for jobs given by rectangular dimensions.specificBoard- Priority scaling factor for jobs requiring a specific board.
-
-
Method Details
-
getSize
-
getDimensions
-
getSpecificBoard
-