FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
ASODPOP.java File Reference
import java.io.BufferedWriter;
import java.io.FileWriter;
import java.io.IOException;
import java.io.ObjectInput;
import java.io.ObjectOutput;
import java.lang.reflect.Array;
import java.lang.reflect.Constructor;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import org.jdom2.Element;
import frodo2.algorithms.AgentInterface;
import frodo2.algorithms.SolutionCollector;
import frodo2.algorithms.StatsReporterWithConvergence;
import frodo2.algorithms.asodpop.goodsTree.innerNodeTree.InnerNodeTree;
import frodo2.algorithms.asodpop.goodsTree.innerNodeTree.LeafNode;
import frodo2.algorithms.asodpop.goodsTree.leafNodeTree.LeafNodeTree;
import frodo2.algorithms.odpop.ASKmsg;
import frodo2.algorithms.odpop.DONEmsg;
import frodo2.algorithms.odpop.UTILpropagationFullDomain;
import frodo2.algorithms.odpop.VALUEpropagation;
import frodo2.algorithms.odpop.goodsTree.GoodsTree;
import frodo2.algorithms.varOrdering.dfs.DFSgeneration;
import frodo2.algorithms.varOrdering.dfs.DFSgeneration.DFSview;
import frodo2.communication.Message;
import frodo2.communication.MessageType;
import frodo2.communication.Queue;
import frodo2.solutionSpaces.Addable;
import frodo2.solutionSpaces.DCOPProblemInterface;
import frodo2.solutionSpaces.UtilitySolutionSpace;
Include dependency graph for ASODPOP.java:

Classes

class  frodo2.algorithms.asodpop.ASODPOP< Val extends Addable< Val >, U extends Addable< U > >
 This class implements both the UTIL propagation phase and the VALUE propagation of the ASODPOP algorithm. More...
class  frodo2.algorithms.asodpop.ASODPOP< Val extends Addable< Val >, U extends Addable< U > >.VariableInfo
 A convenience class that contains the following information for a variable. More...
interface  frodo2.algorithms.asodpop.ASODPOP< Val extends Addable< Val >, U extends Addable< U > >.determineAssignment< Val extends Addable< Val >, U extends Addable< U > >
 In the future we might want to experiment with different ways of determining a variables assignment. More...
class  frodo2.algorithms.asodpop.ASODPOP< Val extends Addable< Val >, U extends Addable< U > >.DetermineAssignmentMax< Val extends Addable< Val >, U extends Addable< U > >
 This class should be used when only a single hierarchy is used. More...
class  frodo2.algorithms.asodpop.ASODPOP< Val extends Addable< Val >, U extends Addable< U > >.AssignmentMessage< Val extends Addable< Val >, U extends Addable< U > >
 Assignment message used to reported the variables assignment and some statistics about the run. More...

Packages

package  frodo2.algorithms.asodpop
 Classes implementing the ASO-DPOP algorithm.