Uses of Interface
org.optaplanner.core.impl.constructionheuristic.ConstructionHeuristicPhase
-
Packages that use ConstructionHeuristicPhase Package Description org.optaplanner.core.impl.constructionheuristic -
-
Uses of ConstructionHeuristicPhase in org.optaplanner.core.impl.constructionheuristic
Classes in org.optaplanner.core.impl.constructionheuristic that implement ConstructionHeuristicPhase Modifier and Type Class Description class
DefaultConstructionHeuristicPhase<Solution_>
Default implementation ofConstructionHeuristicPhase
.Methods in org.optaplanner.core.impl.constructionheuristic that return ConstructionHeuristicPhase Modifier and Type Method Description ConstructionHeuristicPhase<Solution_>
DefaultConstructionHeuristicPhaseFactory. buildPhase(int phaseIndex, HeuristicConfigPolicy<Solution_> solverConfigPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination<Solution_> solverTermination)
-