Uses of Interface
org.optaplanner.core.impl.phase.custom.CustomPhase
-
Packages that use CustomPhase Package Description org.optaplanner.core.impl.phase.custom -
-
Uses of CustomPhase in org.optaplanner.core.impl.phase.custom
Classes in org.optaplanner.core.impl.phase.custom that implement CustomPhase Modifier and Type Class Description class
DefaultCustomPhase<Solution_>
Default implementation ofCustomPhase
.Methods in org.optaplanner.core.impl.phase.custom that return CustomPhase Modifier and Type Method Description CustomPhase<Solution_>
DefaultCustomPhaseFactory. buildPhase(int phaseIndex, HeuristicConfigPolicy<Solution_> solverConfigPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination<Solution_> solverTermination)
-