FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
ParamUTIL.java File Reference
import java.util.ArrayList;
import org.jdom2.Element;
import frodo2.algorithms.AgentInterface;
import frodo2.algorithms.dpop.UTILpropagation;
import frodo2.communication.Message;
import frodo2.communication.MessageType;
import frodo2.communication.MessageWith2Payloads;
import frodo2.communication.Queue;
import frodo2.solutionSpaces.Addable;
import frodo2.solutionSpaces.DCOPProblemInterface;
import frodo2.solutionSpaces.UtilitySolutionSpace;
Include dependency graph for ParamUTIL.java:

Classes

class  frodo2.algorithms.dpop.param.ParamUTIL< Val extends Addable< Val >, U extends Addable< U > >
 A UTIL propagation protocol that supports parameters (i.e. More...
class  frodo2.algorithms.dpop.param.ParamUTIL< Val extends Addable< Val >, U extends Addable< U > >.OptUtilMessage< Val extends Addable< Val >, U extends Addable< U > >
 Message sent by roots containing the optimal utility value of their DFS tree, conditioned on the values of the parameters (if any). More...

Packages

package  frodo2.algorithms.dpop.param
 Classes implementing the Param-DPOP algorithm, able to solve DCOP involving free parameters.