Class MemorizePositionsPlan


  • public class MemorizePositionsPlan
    extends Plan
    Memorize the visited positions.
    • Field Detail

      • forget

        protected double forget
        The forget factor.
    • Constructor Detail

      • MemorizePositionsPlan

        public MemorizePositionsPlan()
    • Method Detail

      • body

        public void body()
        The plan body.
        Specified by:
        body in class Plan