Package jasima.shopSim.prioRules.gp
Class GECCO2010_lookahead
- java.lang.Object
-
- jasima.shopSim.core.PR
-
- jasima.shopSim.prioRules.gp.GPRuleBase
-
- jasima.shopSim.prioRules.gp.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 Summary
Constructors Constructor Description GECCO2010_lookahead()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublecalcPrio(PrioRuleTarget j)Returns the priority value ofentry.-
Methods inherited from class jasima.shopSim.prioRules.gp.GPRuleBase
abs, add, div, divProtected, ifte, max, min, mul, neg, sub
-
Methods inherited from class jasima.shopSim.core.PR
arrivesTooLate, beforeCalc, clone, getName, getOwner, getTieBreaker, init, keepIdle, primaryRule, setFinalTieBreaker, setOwner, setTieBreaker, toString
-
-
-
-
Method Detail
-
calcPrio
public double calcPrio(PrioRuleTarget j)
Description copied from class:PRReturns the priority value ofentry. This method has to be overwritten by a priority rule.- Specified by:
calcPrioin classGPRuleBase
-
-