Uses of Interface
org.optaplanner.core.impl.exhaustivesearch.ExhaustiveSearchPhase
-
Packages that use ExhaustiveSearchPhase Package Description org.optaplanner.core.config.exhaustivesearch org.optaplanner.core.impl.exhaustivesearch -
-
Uses of ExhaustiveSearchPhase in org.optaplanner.core.config.exhaustivesearch
Methods in org.optaplanner.core.config.exhaustivesearch that return ExhaustiveSearchPhase Modifier and Type Method Description ExhaustiveSearchPhase
ExhaustiveSearchPhaseConfig. buildPhase(int phaseIndex, HeuristicConfigPolicy solverConfigPolicy, BestSolutionRecaller bestSolutionRecaller, Termination solverTermination)
-
Uses of ExhaustiveSearchPhase in org.optaplanner.core.impl.exhaustivesearch
Classes in org.optaplanner.core.impl.exhaustivesearch that implement ExhaustiveSearchPhase Modifier and Type Class Description class
DefaultExhaustiveSearchPhase<Solution_>
Default implementation ofExhaustiveSearchPhase
.
-