|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
import java.io.Serializable;import java.lang.reflect.Constructor;import java.lang.reflect.InvocationTargetException;import java.util.HashMap;import java.util.Map;import org.jdom2.Element;import frodo2.solutionSpaces.DCOPProblemInterface;
Classes | |
| class | frodo2.algorithms.heuristics.ScoringHeuristicWithTiebreaker< S1 extends Comparable< S1 > &Serializable, S2 extends Comparable< S2 > &Serializable > |
| A scoring heuristic that supports tiebreaking. More... | |
Packages | |
| package | frodo2.algorithms.heuristics |
| Classes implementing heuristics that can be used, for instance, to guide the generation of variable orderings. | |