Class MaxBatchSize

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class MaxBatchSize
    extends PR
    This class implements the Largest Relative Batch rule, which chooses the batch that uses most of the available capacity of the machine.
    Author:
    Christoph Pickardt, 2011-11-14
    See Also:
    Serialized Form
    • Constructor Detail

      • MaxBatchSize

        public MaxBatchSize()
    • Method Detail

      • calcPrio

        public double calcPrio​(PrioRuleTarget b)
        Description copied from class: PR
        Returns the priority value of entry. This method has to be overwritten by a priority rule.
        Specified by:
        calcPrio in class PR