Uses of Interface
org.drools.planner.core.score.Score

Packages that use Score
org.drools.planner.benchmark   
org.drools.planner.benchmark.statistic.bestscore   
org.drools.planner.core.localsearch   
org.drools.planner.core.localsearch.decider   
org.drools.planner.core.localsearch.decider.acceptor.greatdeluge   
org.drools.planner.core.localsearch.decider.acceptor.simulatedannealing   
org.drools.planner.core.localsearch.decider.deciderscorecomparator   
org.drools.planner.core.localsearch.decider.forager   
org.drools.planner.core.phase   
org.drools.planner.core.phase.step   
org.drools.planner.core.score   
org.drools.planner.core.score.buildin.hardandsoft   
org.drools.planner.core.score.buildin.hardandsoftlong   
org.drools.planner.core.score.buildin.simple   
org.drools.planner.core.score.buildin.simpledouble   
org.drools.planner.core.score.calculator   
org.drools.planner.core.score.comparator   
org.drools.planner.core.score.definition   
org.drools.planner.core.solution   
org.drools.planner.core.solution.director   
org.drools.planner.core.solver   
org.drools.planner.core.termination   
 

Uses of Score in org.drools.planner.benchmark
 

Methods in org.drools.planner.benchmark that return Score
 Score SolverBenchmark.getAverageScore()
           
 Score SolverBenchmarkResult.getScore()
           
 Score SolverBenchmark.getTotalScore()
           
 Score SolverBenchmarkResult.getWinningScoreDifference()
           
 

Methods in org.drools.planner.benchmark that return types with arguments of type Score
 List<Score> SolverBenchmark.getScoreList()
           
 

Methods in org.drools.planner.benchmark with parameters of type Score
 void SolverBenchmarkResult.setScore(Score score)
           
 void SolverBenchmarkResult.setWinningScoreDifference(Score winningScoreDifference)
           
 

Uses of Score in org.drools.planner.benchmark.statistic.bestscore
 

Methods in org.drools.planner.benchmark.statistic.bestscore that return Score
 Score BestScoreStatisticPoint.getScore()
           
 

Methods in org.drools.planner.benchmark.statistic.bestscore that return types with arguments of type Score
 Map<String,Score> BestScoreStatistic.BestScoreScvLine.getConfigNameToScoreMap()
           
 

Uses of Score in org.drools.planner.core.localsearch
 

Methods in org.drools.planner.core.localsearch that return types with arguments of type Score
 Comparator<Score> LocalSearchStepScope.getDeciderScoreComparator()
           
 

Method parameters in org.drools.planner.core.localsearch with type arguments of type Score
 void LocalSearchStepScope.setDeciderScoreComparator(Comparator<Score> deciderScoreComparator)
           
 

Uses of Score in org.drools.planner.core.localsearch.decider
 

Methods in org.drools.planner.core.localsearch.decider that return Score
 Score MoveScope.getScore()
           
 

Methods in org.drools.planner.core.localsearch.decider with parameters of type Score
 void MoveScope.setScore(Score score)
           
 

Uses of Score in org.drools.planner.core.localsearch.decider.acceptor.greatdeluge
 

Fields in org.drools.planner.core.localsearch.decider.acceptor.greatdeluge declared as Score
protected  Score GreatDelugeAcceptor.waterLevelScore
           
 

Uses of Score in org.drools.planner.core.localsearch.decider.acceptor.simulatedannealing
 

Fields in org.drools.planner.core.localsearch.decider.acceptor.simulatedannealing declared as Score
protected  Score SimulatedAnnealingAcceptor.startingTemperature
           
 

Methods in org.drools.planner.core.localsearch.decider.acceptor.simulatedannealing with parameters of type Score
 void SimulatedAnnealingAcceptor.setStartingTemperature(Score startingTemperature)
           
 

Uses of Score in org.drools.planner.core.localsearch.decider.deciderscorecomparator
 

Methods in org.drools.planner.core.localsearch.decider.deciderscorecomparator that return types with arguments of type Score
 Comparator<Score> ShiftingHardPenaltyDeciderScoreComparatorFactory.createDeciderScoreComparator()
           
 Comparator<Score> NaturalDeciderScoreComparatorFactory.createDeciderScoreComparator()
           
 Comparator<Score> DeciderScoreComparatorFactory.createDeciderScoreComparator()
           
 

Uses of Score in org.drools.planner.core.localsearch.decider.forager
 

Fields in org.drools.planner.core.localsearch.decider.forager declared as Score
protected  Score AcceptedForager.maxScore
           
 

Constructor parameters in org.drools.planner.core.localsearch.decider.forager with type arguments of type Score
AcceptedMoveScopeComparator(Comparator<? extends Score> deciderScoreComparator)
           
 

Uses of Score in org.drools.planner.core.phase
 

Fields in org.drools.planner.core.phase declared as Score
protected  Score AbstractSolverPhaseScope.startingScore
           
 

Methods in org.drools.planner.core.phase that return Score
 Score AbstractSolverPhaseScope.calculateScoreFromWorkingMemory()
           
 Score AbstractSolverPhaseScope.getBestScore()
           
 Score AbstractSolverPhaseScope.getStartingScore()
           
 

Methods in org.drools.planner.core.phase with parameters of type Score
 void AbstractSolverPhaseScope.assertWorkingScore(Score presumedScore)
           
 void AbstractSolverPhaseScope.setStartingScore(Score startingScore)
           
 

Uses of Score in org.drools.planner.core.phase.step
 

Fields in org.drools.planner.core.phase.step declared as Score
protected  Score AbstractStepScope.score
           
 

Methods in org.drools.planner.core.phase.step that return Score
 Score AbstractStepScope.getScore()
           
 

Methods in org.drools.planner.core.phase.step with parameters of type Score
 void AbstractStepScope.setScore(Score score)
           
 

Uses of Score in org.drools.planner.core.score
 

Classes in org.drools.planner.core.score with type parameters of type Score
 class AbstractScore<S extends Score>
          Abstract superclass for Score.
 interface Score<S extends Score>
          A Score is result of the score function (AKA fitness function) on a single possible solution.
 

Classes in org.drools.planner.core.score that implement Score
 class AbstractScore<S extends Score>
          Abstract superclass for Score.
 

Uses of Score in org.drools.planner.core.score.buildin.hardandsoft
 

Subinterfaces of Score in org.drools.planner.core.score.buildin.hardandsoft
 interface HardAndSoftScore
          A HardAndSoftScore is a Score based on hard constraints and soft int constraints.
 

Classes in org.drools.planner.core.score.buildin.hardandsoft that implement Score
 class DefaultHardAndSoftScore
          Default implementation of HardAndSoftScore.
 

Methods in org.drools.planner.core.score.buildin.hardandsoft that return Score
 Score HardAndSoftScoreCalculator.calculateScore()
           
 Score HardAndSoftScoreDefinition.parseScore(String scoreString)
           
 

Uses of Score in org.drools.planner.core.score.buildin.hardandsoftlong
 

Subinterfaces of Score in org.drools.planner.core.score.buildin.hardandsoftlong
 interface HardAndSoftLongScore
          A HardAndSoftScore is a Score based on hard constraints and soft long constraints.
 

Classes in org.drools.planner.core.score.buildin.hardandsoftlong that implement Score
 class DefaultHardAndSoftLongScore
          Default implementation of HardAndSoftLongScore.
 

Methods in org.drools.planner.core.score.buildin.hardandsoftlong that return Score
 Score HardAndSoftLongScoreCalculator.calculateScore()
           
 Score HardAndSoftLongScoreDefinition.parseScore(String scoreString)
           
 

Uses of Score in org.drools.planner.core.score.buildin.simple
 

Subinterfaces of Score in org.drools.planner.core.score.buildin.simple
 interface SimpleScore
          A SimpleScore is a Score based on int constraints.
 

Classes in org.drools.planner.core.score.buildin.simple that implement Score
 class DefaultSimpleScore
          Default implementation of SimpleScore.
 

Methods in org.drools.planner.core.score.buildin.simple that return Score
 Score SimpleScoreCalculator.calculateScore()
           
 Score SimpleScoreDefinition.parseScore(String scoreString)
           
 

Uses of Score in org.drools.planner.core.score.buildin.simpledouble
 

Subinterfaces of Score in org.drools.planner.core.score.buildin.simpledouble
 interface SimpleDoubleScore
          A SimpleScore is a Score based on double constraints.
 

Classes in org.drools.planner.core.score.buildin.simpledouble that implement Score
 class DefaultSimpleDoubleScore
          Default implementation of SimpleDoubleScore.
 

Methods in org.drools.planner.core.score.buildin.simpledouble that return Score
 Score SimpleDoubleScoreCalculator.calculateScore()
           
 Score SimpleDoubleScoreDefinition.parseScore(String scoreString)
           
 

Uses of Score in org.drools.planner.core.score.calculator
 

Methods in org.drools.planner.core.score.calculator that return Score
 Score ScoreCalculator.calculateScore()
          Calculates the score: the solution (encountered at a step) with the highest score will be seen as the the best solution.
 

Uses of Score in org.drools.planner.core.score.comparator
 

Methods in org.drools.planner.core.score.comparator with parameters of type Score
 int NaturalScoreComparator.compare(Score score1, Score score2)
           
 int NaturalScoreComparator.compare(Score score1, Score score2)
           
 int FlatteningHardAndSoftScoreComparator.compare(Score s1, Score s2)
           
 int FlatteningHardAndSoftScoreComparator.compare(Score s1, Score s2)
           
 

Uses of Score in org.drools.planner.core.score.definition
 

Classes in org.drools.planner.core.score.definition with type parameters of type Score
 class AbstractScoreDefinition<S extends Score>
          Abstract superclass for ScoreDefinition.
 interface ScoreDefinition<S extends Score>
          A ScoreDefinition knows how to compare scores and what the perfect maximum/minimum Score is.
 

Methods in org.drools.planner.core.score.definition that return Score
 Score ScoreDefinition.parseScore(String scoreString)
          Parses the String and returns a Score.
 

Uses of Score in org.drools.planner.core.solution
 

Classes in org.drools.planner.core.solution with type parameters of type Score
 interface Solution<S extends Score>
          A Solution represents a problem and a possible solution of that problem.
 

Uses of Score in org.drools.planner.core.solution.director
 

Methods in org.drools.planner.core.solution.director that return Score
 Score SolutionDirector.calculateScoreFromWorkingMemory()
          Calculates the and updates the workingSolution accordingly.
 Score DefaultSolutionDirector.calculateScoreFromWorkingMemory()
           
 

Methods in org.drools.planner.core.solution.director with parameters of type Score
 void DefaultSolutionDirector.assertWorkingScore(Score presumedScore)
           
 

Uses of Score in org.drools.planner.core.solver
 

Fields in org.drools.planner.core.solver declared as Score
protected  Score DefaultSolverScope.bestScore
           
protected  Score DefaultSolverScope.startingInitializedScore
           
 

Methods in org.drools.planner.core.solver that return Score
 Score DefaultSolverScope.calculateScoreFromWorkingMemory()
           
 Score DefaultSolverScope.getBestScore()
           
 Score DefaultSolverScope.getStartingInitializedScore()
           
 

Methods in org.drools.planner.core.solver with parameters of type Score
 void DefaultSolverScope.assertWorkingScore(Score presumedScore)
           
 void DefaultSolverScope.setBestScore(Score bestScore)
           
 void DefaultSolverScope.setStartingInitializedScore(Score startingInitializedScore)
           
 

Uses of Score in org.drools.planner.core.termination
 

Methods in org.drools.planner.core.termination with parameters of type Score
 void ScoreAttainedTermination.setScoreAttained(Score scoreAttained)
           
 



Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.