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 ScoreBounderModifier and TypeMethodDescription<Score_ extends Score<Score_>>
ScoreBounder<Score_>ExhaustiveSearchDecider.getScoreBounder()Constructors in ai.timefold.solver.core.impl.exhaustivesearch.decider with parameters of type ScoreBounderModifierConstructorDescriptionExhaustiveSearchDecider(String logIndentation, BestSolutionRecaller<Solution_> bestSolutionRecaller, PhaseTermination<Solution_> termination, ManualEntityMimicRecorder<Solution_> manualEntityMimicRecorder, MoveRepository<Solution_> moveRepository, 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 ScoreBounderModifier and TypeClassDescriptionfinal classTrendBasedScoreBounder<Score_ extends Score<Score_>>