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