FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
ScoringHeuristic.java File Reference
import java.io.Serializable;
import java.util.Map;
Include dependency graph for ScoringHeuristic.java:

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.