public class EnergyBoundStats
extends Object
Essentially a histogram of gaps in the energy bounds.
-
Constructor Summary
Constructors
-
Method Summary
void
add(double lowerBound,
double energy)
long
double
-
Constructor Details
-
EnergyBoundStats
public EnergyBoundStats()
-
Method Details
-
add
public void add(double lowerBound,
double energy)
-
count
public long count()
-
meanGap
public double meanGap()
-
-