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

Public Member Functions | |
| BoundInvLog (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. | |
Package Attributes | |
| long | size |
| Estimate for lambda(A). | |
a log based bound
| <V> | type used for domain values |
| frodo2.algorithms.duct.bound.BoundInvLog< V extends Addable< V > >.BoundInvLog | ( | Long | size | ) |
| double frodo2.algorithms.duct.bound.BoundInvLog< V extends Addable< V > >.sampleBound | ( | int | index, |
| SearchNode< V > | node ) |
|
package |
Estimate for lambda(A).
Referenced by BoundInvLog(), and sampleBound().