FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
DUCTagentPruningSearchTest.java File Reference
import java.lang.reflect.Constructor;
import java.util.HashMap;
import java.util.List;
import junit.extensions.RepeatedTest;
import junit.framework.TestSuite;
import org.jdom2.Document;
import org.jdom2.Element;
import org.jdom2.JDOMException;
import frodo2.algorithms.AgentInterface;
import frodo2.algorithms.RandGraphFactory;
import frodo2.algorithms.XCSPparser;
import frodo2.algorithms.duct.Sampling;
import frodo2.algorithms.duct.bound.BoundLog;
import frodo2.algorithms.duct.bound.BoundLogSize;
import frodo2.algorithms.duct.bound.BoundSqrt;
import frodo2.algorithms.duct.bound.BoundSqrtSize;
import frodo2.algorithms.duct.samplingMethods.SamplingB;
import frodo2.algorithms.duct.samplingMethods.SamplingM;
import frodo2.algorithms.duct.samplingMethods.SamplingR;
import frodo2.algorithms.duct.termination.TerminateBest;
import frodo2.algorithms.duct.termination.TerminateMean;
import frodo2.algorithms.test.AllTests;
import frodo2.algorithms.varOrdering.dfs.DFSgeneration;
import frodo2.communication.MessageType;
import frodo2.communication.Queue;
import frodo2.communication.QueueOutputPipeInterface;
import frodo2.communication.mailer.CentralMailer;
import frodo2.solutionSpaces.AddableInteger;
import frodo2.solutionSpaces.AddableReal;
Include dependency graph for DUCTagentPruningSearchTest.java:

Classes

class  frodo2.algorithms.duct.tests.DUCTagentPruningSearchTest
 JUnit test for DUCT. More...

Packages

package  frodo2.algorithms.duct.tests