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

Public Member Functions | |
| BoundLog (Long size) | |
| Constructor. | |
| double | sampleBound (int index, SearchNode< V > node) |
| Public Member Functions inherited from frodo2.algorithms.duct.bound.Bound< V > | |
| double | sampleBound (int index, SearchNode< V > node) |
| Calculate the error bound on the utility. | |
| <V> | type used for domain values |
| frodo2.algorithms.duct.bound.BoundLog< V extends Addable< V > >.BoundLog | ( | Long | size | ) |
Constructor.
| size | size of the space that is to be sampled |
| double frodo2.algorithms.duct.bound.BoundLog< V extends Addable< V > >.sampleBound | ( | int | index, |
| SearchNode< V > | node ) |