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

Public Member Functions

 BoundSqrtSize (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
 size of the space that is to be sampled

Detailed Description

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

Constructor & Destructor Documentation

◆ BoundSqrtSize()

Constructor.

Parameters
sizesize of the space that is to be sampled

References size.

Member Function Documentation

◆ sampleBound()

Member Data Documentation

◆ size

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

size of the space that is to be sampled

Referenced by BoundSqrtSize(), and sampleBound().


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