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

A scoring heuristic in which the score is MINUS the domain size of the variable. More...

Inheritance diagram for frodo2.algorithms.heuristics.SmallestDomainHeuristic:

Public Member Functions

 SmallestDomainHeuristic (DCOPProblemInterface<?, ?> problem, Element params)
 Constructor.
Map< String, Short > getScores ()
Public Member Functions inherited from frodo2.algorithms.heuristics.ScoringHeuristic< Short >
Map< String, S > getScores ()

Private Attributes

DCOPProblemInterface<?, ?> problem
 The agent's problem.

Detailed Description

A scoring heuristic in which the score is MINUS the domain size of the variable.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ SmallestDomainHeuristic()

frodo2.algorithms.heuristics.SmallestDomainHeuristic.SmallestDomainHeuristic ( DCOPProblemInterface<?, ?> problem,
Element params )

Constructor.

Parameters
problemThe agent's problem
paramsunused

References problem.

Member Function Documentation

◆ getScores()

Member Data Documentation

◆ problem

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

The agent's problem.

Referenced by SmallestDomainHeuristic().


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