FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.algorithms.heuristics.AgentNameHeuristic Class Reference

A scoring heuristic that returns the agent's name. More...

Inheritance diagram for frodo2.algorithms.heuristics.AgentNameHeuristic:

Public Member Functions

 AgentNameHeuristic (DCOPProblemInterface<?, ?> problem, Element unused)
 Constructor.
String getScore ()
Public Member Functions inherited from frodo2.algorithms.heuristics.AgentScoringHeuristic< String >
getScore ()

Private Attributes

DCOPProblemInterface<?, ?> problem
 The problem.

Detailed Description

A scoring heuristic that returns the agent's name.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ AgentNameHeuristic()

frodo2.algorithms.heuristics.AgentNameHeuristic.AgentNameHeuristic ( DCOPProblemInterface<?, ?> problem,
Element unused )

Constructor.

Parameters
problemthe problem
unusedunused parameter

References problem.

Member Function Documentation

◆ getScore()

String frodo2.algorithms.heuristics.AgentNameHeuristic.getScore ( )

Member Data Documentation

◆ problem

DCOPProblemInterface<?, ?> frodo2.algorithms.heuristics.AgentNameHeuristic.problem
private

The problem.

Referenced by AgentNameHeuristic().


The documentation for this class was generated from the following file: