Uses of Interface
org.optaplanner.core.impl.exhaustivesearch.ExhaustiveSearchPhase
Packages that use ExhaustiveSearchPhase
-
Uses of ExhaustiveSearchPhase in org.optaplanner.core.impl.exhaustivesearch
Classes in org.optaplanner.core.impl.exhaustivesearch that implement ExhaustiveSearchPhaseModifier and TypeClassDescriptionclass
DefaultExhaustiveSearchPhase<Solution_>
Default implementation ofExhaustiveSearchPhase
.Methods in org.optaplanner.core.impl.exhaustivesearch that return ExhaustiveSearchPhaseModifier and TypeMethodDescriptionDefaultExhaustiveSearchPhaseFactory.buildPhase
(int phaseIndex, HeuristicConfigPolicy<Solution_> solverConfigPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination<Solution_> solverTermination)