Uses of Interface
ai.timefold.solver.core.impl.constructionheuristic.ConstructionHeuristicPhase
-
Packages that use ConstructionHeuristicPhase Package Description ai.timefold.solver.core.impl.constructionheuristic -
-
Uses of ConstructionHeuristicPhase in ai.timefold.solver.core.impl.constructionheuristic
Classes in ai.timefold.solver.core.impl.constructionheuristic that implement ConstructionHeuristicPhase Modifier and Type Class Description classDefaultConstructionHeuristicPhase<Solution_>Default implementation ofConstructionHeuristicPhase.Methods in ai.timefold.solver.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)
-