|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
A ScoringHeuristic that assigns random scores to variables. More...

Public Member Functions | |
| RandScoringHeuristic (DCOPProblemInterface<?, ?> problem, Element unused) | |
| Constructor. | |
| Map< String, Integer > | getScores () |
| Public Member Functions inherited from frodo2.algorithms.heuristics.ScoringHeuristic< Integer > | |
| Map< String, S > | getScores () |
Private Attributes | |
| DCOPProblemInterface<?, ?> | problem |
| The problem. | |
A ScoringHeuristic that assigns random scores to variables.
| frodo2.algorithms.heuristics.RandScoringHeuristic.RandScoringHeuristic | ( | DCOPProblemInterface<?, ?> | problem, |
| Element | unused ) |
| Map< String, Integer > frodo2.algorithms.heuristics.RandScoringHeuristic.getScores | ( | ) |
References frodo2.solutionSpaces.DCOPProblemInterface< V extends Addable< V >, U extends Addable< U > >.getNbrVars(), and frodo2.solutionSpaces.DCOPProblemInterface< V extends Addable< V >, U extends Addable< U > >.getVariables().

|
private |
The problem.
Referenced by RandScoringHeuristic().