|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
Public Member Functions | |
| double | sampleBound (int index, SearchNode< V > node) |
| Calculate the error bound on the utility. | |
| <V> | type used for domain values |
| double frodo2.algorithms.duct.bound.Bound< V extends Addable< V > >.sampleBound | ( | int | index, |
| SearchNode< V > | node ) |
Calculate the error bound on the utility.
| index | the index of the value for which the bound is to be calculated |
| node | the node that is to be sampled |
Referenced by frodo2.algorithms.duct.SearchNode< V extends Addable< V > >.visited().