|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
The solver for Comp-E[DPOP]. More...

Public Member Functions | |
| Complete_E_DPOPsolver (Document agentDesc, boolean useTCP) | |
| Constructor. | |
| Complete_E_DPOPsolver (Document agentDesc, Class< V > domClass, boolean useTCP) | |
| Constructor. | |
| Complete_E_DPOPsolver (Document agentDesc, Class< V > domClass) | |
| Constructor. | |
| Complete_E_DPOPsolver (Document agentDesc) | |
| Constructor. | |
| ArrayList< StatsReporter > | getSolGatherers () |
| StochSolution< V, U > | buildSolution () |
| void | clear () |
| Public Member Functions inherited from frodo2.algorithms.dpop.stochastic.E_DPOPsolver< V, U > | |
| E_DPOPsolver (Document agentDesc) | |
| Constructor. | |
| ArrayList< StatsReporter > | getSolGatherers () |
| StochSolution< V, U > | buildSolution () |
| String | dfsToString () |
| void | clear () |
Private Attributes | |
| CompleteUTIL< V, U > | utilModule |
| The UTIL propagation module. | |
Additional Inherited Members | |
| Protected Attributes inherited from frodo2.algorithms.dpop.stochastic.E_DPOPsolver< V, U > | |
| SamplingPhase< V, U > | samplingModule |
| The SamplingPhase module, used to display the DFS. | |
| String | dfsString |
| A DOT representation of the DFS used. | |
The solver for Comp-E[DPOP].
| <V> | type used for variable values |
| <U> | type used for utility values |
| frodo2.algorithms.dpop.stochastic.Complete_E_DPOPsolver< V extends Addable< V >, U extends Addable< U > >.Complete_E_DPOPsolver | ( | Document | agentDesc, |
| boolean | useTCP ) |
Constructor.
| agentDesc | description of the agent to be used |
| useTCP | Whether to use TCP pipes or shared memory pipes |
| frodo2.algorithms.dpop.stochastic.Complete_E_DPOPsolver< V extends Addable< V >, U extends Addable< U > >.Complete_E_DPOPsolver | ( | Document | agentDesc, |
| Class< V > | domClass, | ||
| boolean | useTCP ) |
Constructor.
| agentDesc | description of the agent to be used |
| domClass | the class to use for variable values |
| useTCP | Whether to use TCP pipes or shared memory pipes |
| frodo2.algorithms.dpop.stochastic.Complete_E_DPOPsolver< V extends Addable< V >, U extends Addable< U > >.Complete_E_DPOPsolver | ( | Document | agentDesc, |
| Class< V > | domClass ) |
Constructor.
| agentDesc | description of the agent to be used |
| domClass | the class to use for variable values |
| frodo2.algorithms.dpop.stochastic.Complete_E_DPOPsolver< V extends Addable< V >, U extends Addable< U > >.Complete_E_DPOPsolver | ( | Document | agentDesc | ) |
Constructor.
| agentDesc | description of the agent to be used |
| StochSolution< V, U > frodo2.algorithms.dpop.stochastic.Complete_E_DPOPsolver< V extends Addable< V >, U extends Addable< U > >.buildSolution | ( | ) |
References frodo2.algorithms.dpop.stochastic.CompleteUTIL< Val extends Addable< Val >, U extends Addable< U > >.getSolution(), frodo2.algorithms.dpop.stochastic.E_DPOPsolver< V, U >.samplingModule, and utilModule.

| void frodo2.algorithms.dpop.stochastic.Complete_E_DPOPsolver< V extends Addable< V >, U extends Addable< U > >.clear | ( | ) |
| ArrayList< StatsReporter > frodo2.algorithms.dpop.stochastic.Complete_E_DPOPsolver< V extends Addable< V >, U extends Addable< U > >.getSolGatherers | ( | ) |
|
private |
The UTIL propagation module.
Referenced by buildSolution(), and getSolGatherers().