Uses of Interface
ai.timefold.solver.core.impl.exhaustivesearch.node.bounder.ScoreBounder
Packages that use ScoreBounder
Package
Description
-
Uses of ScoreBounder in ai.timefold.solver.core.impl.exhaustivesearch.decider
Methods in ai.timefold.solver.core.impl.exhaustivesearch.decider that return ScoreBounderConstructors in ai.timefold.solver.core.impl.exhaustivesearch.decider with parameters of type ScoreBounderModifierConstructorDescriptionExhaustiveSearchDecider(String logIndentation, BestSolutionRecaller<Solution_> bestSolutionRecaller, PhaseTermination<Solution_> termination, ManualEntityMimicRecorder<Solution_> manualEntityMimicRecorder, MoveSelector<Solution_> moveSelector, boolean scoreBounderEnabled, ScoreBounder scoreBounder) -
Uses of ScoreBounder in ai.timefold.solver.core.impl.exhaustivesearch.node.bounder
Classes in ai.timefold.solver.core.impl.exhaustivesearch.node.bounder that implement ScoreBounder