de.torstennahm.integrate.sparse
Class EstimateIntegrator.InternalIntegrator

java.lang.Object
  extended by de.torstennahm.integrate.sparse.EstimateIntegrator.InternalIntegrator
Enclosing class:
EstimateIntegrator

protected class EstimateIntegrator.InternalIntegrator
extends java.lang.Object


Field Summary
protected  StopCondition condition
           
protected  int dimension
           
protected  ErrorEstimator estimator
           
protected  Evaluator evaluator
           
protected  double higherContributions
           
protected  int higherThanEstimate
           
protected  de.torstennahm.integrate.sparse.HybridManager hybridManager
           
protected  java.util.Map<Index,EstimateIntegrator.EstimateData> indexMap
           
protected  de.torstennahm.integrate.sparse.SparseResult result
           
protected  java.util.List<Visualizer> visualizers
           
 
Method Summary
protected  double calcEstimate(Index index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

evaluator

protected final Evaluator evaluator

condition

protected final StopCondition condition

visualizers

protected final java.util.List<Visualizer> visualizers

dimension

protected final int dimension

result

protected de.torstennahm.integrate.sparse.SparseResult result

hybridManager

protected de.torstennahm.integrate.sparse.HybridManager hybridManager

estimator

protected ErrorEstimator estimator

indexMap

protected java.util.Map<Index,EstimateIntegrator.EstimateData> indexMap

higherThanEstimate

protected int higherThanEstimate

higherContributions

protected double higherContributions
Method Detail

calcEstimate

protected double calcEstimate(Index index)