Uses of Class
ai.timefold.solver.core.impl.constructionheuristic.decider.ConstructionHeuristicDecider
Packages that use ConstructionHeuristicDecider
Package
Description
-
Uses of ConstructionHeuristicDecider in ai.timefold.solver.core.enterprise
Methods in ai.timefold.solver.core.enterprise that return ConstructionHeuristicDeciderModifier and TypeMethodDescription<Solution_>
ConstructionHeuristicDecider<Solution_>TimefoldSolverEnterpriseService.buildConstructionHeuristic(PhaseTermination<Solution_> termination, ConstructionHeuristicForager<Solution_> forager, HeuristicConfigPolicy<Solution_> configPolicy) -
Uses of ConstructionHeuristicDecider in ai.timefold.solver.core.impl.constructionheuristic
Fields in ai.timefold.solver.core.impl.constructionheuristic declared as ConstructionHeuristicDeciderModifier and TypeFieldDescriptionprotected final ConstructionHeuristicDecider<Solution_>DefaultConstructionHeuristicPhase.deciderMethods in ai.timefold.solver.core.impl.constructionheuristic that return ConstructionHeuristicDeciderModifier and TypeMethodDescriptionprotected ConstructionHeuristicDecider<Solution_>DefaultConstructionHeuristicPhaseFactory.buildDecider(HeuristicConfigPolicy<Solution_> configPolicy, PhaseTermination<Solution_> termination) Constructors in ai.timefold.solver.core.impl.constructionheuristic with parameters of type ConstructionHeuristicDeciderModifierConstructorDescriptionDefaultConstructionHeuristicPhaseBuilder(int phaseIndex, boolean lastInitializingPhase, String logIndentation, PhaseTermination<Solution_> phaseTermination, EntityPlacer<Solution_> entityPlacer, ConstructionHeuristicDecider<Solution_> decider)