FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.algorithms.duct.bound.Bound< V extends Addable< V > > Interface Template Reference

Public Member Functions

double sampleBound (int index, SearchNode< V > node)
 Calculate the error bound on the utility.

Detailed Description

Author
Brammert Ottens, Nov 21, 2011
Parameters
<V>type used for domain values

Member Function Documentation

◆ sampleBound()

double frodo2.algorithms.duct.bound.Bound< V extends Addable< V > >.sampleBound ( int index,
SearchNode< V > node )

Calculate the error bound on the utility.

Author
Brammert Ottens, 25 aug. 2011
Parameters
indexthe index of the value for which the bound is to be calculated
nodethe node that is to be sampled
Returns
the error bound

Referenced by frodo2.algorithms.duct.SearchNode< V extends Addable< V > >.visited().


The documentation for this interface was generated from the following file: