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

Public Member Functions | |
| AgentNameHeuristic (DCOPProblemInterface<?, ?> problem, Element unused) | |
| Constructor. | |
| String | getScore () |
| Public Member Functions inherited from frodo2.algorithms.heuristics.AgentScoringHeuristic< String > | |
| S | getScore () |
Private Attributes | |
| DCOPProblemInterface<?, ?> | problem |
| The problem. | |
A scoring heuristic that returns the agent's name.
| frodo2.algorithms.heuristics.AgentNameHeuristic.AgentNameHeuristic | ( | DCOPProblemInterface<?, ?> | problem, |
| Element | unused ) |
| String frodo2.algorithms.heuristics.AgentNameHeuristic.getScore | ( | ) |
References frodo2.solutionSpaces.ProblemInterface< V extends Addable< V >, U extends Addable< U > >.getAgent().

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