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 ScoreBounderModifierConstructorDescriptionBasicExhaustiveSearchDecider(String logIndentation, BestSolutionRecaller<Solution_> bestSolutionRecaller, PhaseTermination<Solution_> termination, EntitySelector<Solution_> sourceEntitySelector, ManualEntityMimicRecorder<Solution_> manualEntityMimicRecorder, MoveRepository<Solution_> moveRepository, boolean scoreBounderEnabled, ScoreBounder<?> scoreBounder) ListVariableExhaustiveSearchDecider(String logIndentation, BestSolutionRecaller<Solution_> bestSolutionRecaller, PhaseTermination<Solution_> termination, EntitySelector<Solution_> sourceEntitySelector, 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_>>