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

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).

Detailed Description

Author
brammert

a log based bound

Parameters
<V>type used for domain values

Constructor & Destructor Documentation

◆ BoundInvLog()

Constructor.

Parameters
sizeEstimate for lambda(A)

References size.

Member Function Documentation

◆ sampleBound()

Member Data Documentation

◆ size

long frodo2.algorithms.duct.bound.BoundInvLog< V extends Addable< V > >.size
package

Estimate for lambda(A).

Referenced by BoundInvLog(), and sampleBound().


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