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