|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
Public Member Functions | |
| int | sampling (SearchNode< V > dist) |
Method samples the distribution dist. | |
| abstract void | processSample (SearchNode< V > dist, AddableReal infeasibleUtility, final boolean maximize) |
| Processes the last received sample and determines the appropriate statistics. | |
| <V> | type used for domain values |
|
abstract |
Processes the last received sample and determines the appropriate statistics.
| dist | the distribution |
| infeasibleUtility | utility for infeasible assignments |
| maximize | true when maximizing, and false when minimizing |
| int frodo2.algorithms.duct.samplingMethods.SamplingProcedure< V extends Addable< V > >.sampling | ( | SearchNode< V > | dist | ) |
Method samples the distribution dist.
| dist | the distribution to sample |
References frodo2.algorithms.duct.SearchNode< V extends Addable< V > >.actionFrequencies, frodo2.algorithms.duct.SearchNode< V extends Addable< V > >.feasible, and frodo2.algorithms.duct.SearchNode< V extends Addable< V > >.maxBoundIndex.