FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
RandScoringHeuristic.java File Reference
import java.security.SecureRandom;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Random;
import org.jdom2.Element;
import frodo2.solutionSpaces.DCOPProblemInterface;
Include dependency graph for RandScoringHeuristic.java:

Classes

class  frodo2.algorithms.heuristics.RandScoringHeuristic
 A ScoringHeuristic that assigns random scores to variables. More...

Packages

package  frodo2.algorithms.heuristics
 Classes implementing heuristics that can be used, for instance, to guide the generation of variable orderings.