Uses of Interface
org.optaplanner.core.impl.phase.custom.CustomPhase
-
Packages that use CustomPhase Package Description org.optaplanner.core.config.phase.custom org.optaplanner.core.impl.phase.custom -
-
Uses of CustomPhase in org.optaplanner.core.config.phase.custom
Methods in org.optaplanner.core.config.phase.custom that return CustomPhase Modifier and Type Method Description CustomPhase
CustomPhaseConfig. buildPhase(int phaseIndex, HeuristicConfigPolicy solverConfigPolicy, BestSolutionRecaller bestSolutionRecaller, Termination solverTermination)
-
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
.
-