Class PatientReset

java.lang.Object
dynheurset.update.reset.Reset
dynheurset.update.reset.PatientReset

public class PatientReset
extends Reset
  • Field Summary

    Fields inherited from class dynheurset.update.reset.Reset

    measure, runStat
  • Constructor Summary

    Constructors 
    Constructor Description
    PatientReset​(double patience)  
  • Method Summary

    Modifier and Type Method Description
    boolean canReset()
    Returns true if the active set should be reset and returns false otherwise.

    Methods inherited from class dynheurset.update.reset.Reset

    setHeurList, setup

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • canReset

      public boolean canReset()
      Description copied from class: Reset
      Returns true if the active set should be reset and returns false otherwise.

      The reset forces the active set to include all heuristics except for permanently removed heuristics.

      Specified by:
      canReset in class Reset
      Returns:
      true if the active set should be reset and returns false otherwise.