OptaPlanner core 6.2.0.Beta1

Uses of Interface
org.optaplanner.core.impl.exhaustivesearch.node.bounder.ScoreBounder

Packages that use ScoreBounder
org.optaplanner.core.impl.exhaustivesearch.decider   
org.optaplanner.core.impl.exhaustivesearch.node.bounder   
 

Uses of ScoreBounder in org.optaplanner.core.impl.exhaustivesearch.decider
 

Fields in org.optaplanner.core.impl.exhaustivesearch.decider declared as ScoreBounder
protected  ScoreBounder ExhaustiveSearchDecider.scoreBounder
           
 

Methods in org.optaplanner.core.impl.exhaustivesearch.decider that return ScoreBounder
 ScoreBounder ExhaustiveSearchDecider.getScoreBounder()
           
 

Constructors in org.optaplanner.core.impl.exhaustivesearch.decider with parameters of type ScoreBounder
ExhaustiveSearchDecider(BestSolutionRecaller bestSolutionRecaller, Termination termination, ManualEntityMimicRecorder manualEntityMimicRecorder, MoveSelector moveSelector, boolean scoreBounderEnabled, ScoreBounder scoreBounder)
           
 

Uses of ScoreBounder in org.optaplanner.core.impl.exhaustivesearch.node.bounder
 

Classes in org.optaplanner.core.impl.exhaustivesearch.node.bounder that implement ScoreBounder
 class TrendBasedScoreBounder
           
 


OptaPlanner core 6.2.0.Beta1

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.