|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
import java.io.IOException;import java.io.ObjectInput;import java.io.ObjectOutput;import java.util.HashMap;import java.util.HashSet;import java.util.Map;import frodo2.solutionSpaces.Addable;
Classes | |
| class | frodo2.algorithms.dpop.stochastic.SamplesMsg2< V extends Addable< V > > |
| Message used by the SamplingPhase module in phase 2, to which samples have been added. More... | |
Packages | |
| package | frodo2.algorithms.dpop.stochastic |
| Classes implementing the E[DPOP] family of algorithms for Stochastic DCOP. | |