Klasse LIGHTNINGTopDownAlgorithm


public class LIGHTNINGTopDownAlgorithm extends LIGHTNINGAlgorithm
Top-down version of the lightning algorithm.
  • Methodendetails

    • create

      public static AbstractAlgorithm create(SolutionSpace<?> solutionSpace, TransformationChecker checker, int timeLimit, int checkLimit)
      Creates a new instance
      Parameter:
      solutionSpace -
      checker -
      timeLimit -
      checkLimit -
      Gibt zurück:
    • traverse

      public boolean traverse()
      Beschreibung aus Klasse kopiert: AbstractAlgorithm
      Implement this method in order to provide a new algorithm.
      Setzt außer Kraft:
      traverse in Klasse LIGHTNINGAlgorithm
      Gibt zurück:
      Whether the result is optimal