|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
import java.io.Serializable;import java.util.Map;
Classes | |
| interface | frodo2.algorithms.heuristics.ScoringHeuristic< S extends Comparable< S > &Serializable > |
| Interface for a heuristic that associates a score to every variable. More... | |
Packages | |
| package | frodo2.algorithms.heuristics |
| Classes implementing heuristics that can be used, for instance, to guide the generation of variable orderings. | |