|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|

Public Member Functions | |
| void | processSample (SearchNode< V > dist, AddableReal infeasibleUtility, final boolean maximize) |
| Public Member Functions inherited from frodo2.algorithms.duct.samplingMethods.SamplingProcedure< V > | |
| 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 |
| void frodo2.algorithms.duct.samplingMethods.SamplingB_Child< V extends Addable< V > >.processSample | ( | SearchNode< V > | dist, |
| AddableReal | infeasibleUtility, | ||
| final boolean | maximize ) |
References frodo2.algorithms.duct.SearchNode< V extends Addable< V > >.bestUtil, frodo2.algorithms.duct.SearchNode< V extends Addable< V > >.bounds, frodo2.algorithms.duct.SearchNode< V extends Addable< V > >.feasible, frodo2.algorithms.duct.SearchNode< V extends Addable< V > >.localCosts, frodo2.algorithms.duct.SearchNode< V extends Addable< V > >.maxBound, and frodo2.algorithms.duct.SearchNode< V extends Addable< V > >.numberOfValues.