FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
ParamVALUEtest.java File Reference
import java.io.IOException;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import junit.extensions.RepeatedTest;
import junit.framework.TestSuite;
import frodo2.algorithms.RandGraphFactory;
import frodo2.algorithms.dpop.param.ParamUTIL;
import frodo2.algorithms.dpop.param.ParamVALUE;
import frodo2.algorithms.dpop.param.ParamUTIL.OptUtilMessage;
import frodo2.algorithms.dpop.test.VALUEpropagationTest;
import frodo2.communication.IncomingMsgPolicyInterface;
import frodo2.communication.Message;
import frodo2.communication.MessageType;
import frodo2.communication.Queue;
import frodo2.solutionSpaces.Addable;
import frodo2.solutionSpaces.AddableInteger;
import frodo2.solutionSpaces.AddableReal;
import frodo2.solutionSpaces.BasicUtilitySolutionSpace;
import frodo2.solutionSpaces.UtilitySolutionSpace;
import frodo2.solutionSpaces.hypercube.BasicHypercube;
import frodo2.solutionSpaces.hypercube.Hypercube;
import frodo2.solutionSpaces.hypercube.ScalarHypercube;
Include dependency graph for ParamVALUEtest.java:

Classes

class  frodo2.algorithms.dpop.param.test.ParamVALUEtest< U extends Addable< U > >
 JUnit test for the class ParamVALUE. More...
class  frodo2.algorithms.dpop.param.test.ParamVALUEtest< U extends Addable< U > >.Listener
 The listener that checks the messages sent by the ParamUTIL and ParamVALUE listeners. More...

Packages

package  frodo2.algorithms.dpop.param.test
 Tests for Param-DPOP.