|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
A scoring heuristic that returns the variables' names. More...

Public Member Functions | |
| VarNameHeuristic (DCOPProblemInterface<?, ?> problem, Element unused) | |
| Constructor. | |
| Map< String, String > | getScores () |
| Public Member Functions inherited from frodo2.algorithms.heuristics.ScoringHeuristic< String > | |
| Map< String, S > | getScores () |
Private Attributes | |
| DCOPProblemInterface<?, ?> | problem |
| The problem. | |
A scoring heuristic that returns the variables' names.
| frodo2.algorithms.heuristics.VarNameHeuristic.VarNameHeuristic | ( | DCOPProblemInterface<?, ?> | problem, |
| Element | unused ) |
| Map< String, String > frodo2.algorithms.heuristics.VarNameHeuristic.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 VarNameHeuristic().