FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.algorithms.heuristics.AgentScoringHeuristic< S extends Comparable< S > &Serializable > Interface Template Reference

Interface for a heuristic that associates a score to every agent. More...

Public Member Functions

getScore ()

Detailed Description

Interface for a heuristic that associates a score to every agent.

This heuristic can be used to construct agent orderings.

Author
Thomas Leaute
Parameters
<S>the type used for the scores
Note
All such heuristics should have a constructor that takes in a DCOPProblemInterface describing the agent's problem and an Element describing the parameters of the heuristic.

Member Function Documentation

◆ getScore()


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