|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
Heuristic used for variable election. More...

Public Member Functions | |
| VarElectionHeuristic (DCOPProblemInterface<?, ?> problem, Element params) | |
| Constructor. | |
| Map< String, Short > | getScores () |
| Elects the variable with the smallest number of neighbor random variables. | |
Private Attributes | |
| DCOPProblemInterface<?, ?> | problem |
| The agent's problem. | |
Heuristic used for variable election.
| frodo2.algorithms.varOrdering.dfs.LocalRandVarsDFS< V extends Addable< V >, U extends Addable< U > >.VarElectionHeuristic.VarElectionHeuristic | ( | DCOPProblemInterface<?, ?> | problem, |
| Element | params ) |
| Map< String, Short > frodo2.algorithms.varOrdering.dfs.LocalRandVarsDFS< V extends Addable< V >, U extends Addable< U > >.VarElectionHeuristic.getScores | ( | ) |
Elects the variable with the smallest number of neighbor random variables.
Implements frodo2.algorithms.heuristics.ScoringHeuristic< S extends Comparable< S > &Serializable >.
References problem.
|
private |
The agent's problem.
Referenced by getScores(), and VarElectionHeuristic().