Class GECCO2010_lookahead

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class GECCO2010_lookahead
    extends GPRuleBase
    A rule from "Towards Improved Dispatching Rules for Complex Shop Floor Scenarios—a Genetic Programming Approach", Hildebrandt, Heger, Scholz-Reiter, GECCO 2010, doi:10.1145/1830483.1830530
    Author:
    Torsten Hildebrandt
    See Also:
    Serialized Form
    • Constructor Detail

      • GECCO2010_lookahead

        public GECCO2010_lookahead()
    • Method Detail

      • calcPrio

        public double calcPrio​(PrioRuleTarget j)
        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 GPRuleBase