FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
Package frodo2.algorithms.dpop.stochastic

Classes implementing the E[DPOP] family of algorithms for Stochastic DCOP. More...

Packages

package  robust
 StochDCOP algorithms that maximize worst-case rather than expected utility.
package  test
 Tests for the family of E[DPOP] algorithms.

Classes

class  Complete_E_DPOPsolver
 The solver for Comp-E[DPOP]. More...
class  CompleteUTIL
 Implements an adaptation of the QDisCSP approach by Yokoo (DCR'09). More...
class  E_DPOPsolver
 A StochDCOP solver using E[DPOP]. More...
class  ExpectedUTIL
 E[DPOP]'s UTIL propagation phase. More...
class  LCAmsg1
 A phase 1 message containing flags. More...
class  LCAmsg2
 A message with flags, used both for phase 2 and as an output message of LowestCommonAncestors. More...
class  LowestCommonAncestors
 An algorithm to compute multiple Lowest Common Ancestors. More...
class  SamplesMsg1
 Phase 1 LCA message containing proposed samples for the random variables. More...
class  SamplesMsg2
 Message used by the SamplingPhase module in phase 2, to which samples have been added. More...
class  SamplingPhase
 Algorithm that generates samples for the random variables in the problem. More...

Detailed Description

Classes implementing the E[DPOP] family of algorithms for Stochastic DCOP.