Class MemorizePositionsPlan


  • public class MemorizePositionsPlan
    extends java.lang.Object
    Memorize the visited positions.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void body()
      The plan body.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • rplan

        protected IPlan rplan
      • forget

        protected double forget
        The forget factor.
    • Constructor Detail

      • MemorizePositionsPlan

        public MemorizePositionsPlan()
        Create a new plan.
    • Method Detail

      • body

        public void body()
        The plan body.