Uses of Interface
ai.timefold.solver.core.impl.exhaustivesearch.node.bounder.ScoreBounder
-
Packages that use ScoreBounder Package Description ai.timefold.solver.core.impl.exhaustivesearch.decider ai.timefold.solver.core.impl.exhaustivesearch.node.bounder -
-
Uses of ScoreBounder in ai.timefold.solver.core.impl.exhaustivesearch.decider
Methods in ai.timefold.solver.core.impl.exhaustivesearch.decider that return ScoreBounder Modifier and Type Method Description ScoreBounderExhaustiveSearchDecider. getScoreBounder()Constructors in ai.timefold.solver.core.impl.exhaustivesearch.decider with parameters of type ScoreBounder Constructor Description ExhaustiveSearchDecider(String logIndentation, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination<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 Modifier and Type Class Description classTrendBasedScoreBounder
-