Uses of Interface
ai.timefold.solver.core.impl.exhaustivesearch.ExhaustiveSearchPhase
-
Packages that use ExhaustiveSearchPhase Package Description ai.timefold.solver.core.impl.exhaustivesearch -
-
Uses of ExhaustiveSearchPhase in ai.timefold.solver.core.impl.exhaustivesearch
Classes in ai.timefold.solver.core.impl.exhaustivesearch that implement ExhaustiveSearchPhase Modifier and Type Class Description classDefaultExhaustiveSearchPhase<Solution_>Default implementation ofExhaustiveSearchPhase.Methods in ai.timefold.solver.core.impl.exhaustivesearch that return ExhaustiveSearchPhase Modifier and Type Method Description ExhaustiveSearchPhase<Solution_>DefaultExhaustiveSearchPhaseFactory. buildPhase(int phaseIndex, HeuristicConfigPolicy<Solution_> solverConfigPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination<Solution_> solverTermination)
-