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

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

Inheritance diagram for frodo2.algorithms.heuristics.ScoringHeuristic< S extends Comparable< S > &Serializable >:

Public Member Functions

Map< String, S > getScores ()

Detailed Description

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

This heuristic can be used to construct variable 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

◆ getScores()


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