BQStoppingCriterion¶
- class probnum.quad.BQStoppingCriterion¶
Bases:
StoppingCriterion
Stopping criterion of a Bayesian quadrature method.
Checks whether quantities tracked by the
BQState
meet a desired terminal condition.See also
IntegralVarianceTolerance
Stop based on the variance of the integral estimator.
RelativeMeanChange
Stop based on the absolute value of the integral variance.
MaxNevals
Stop based on a maximum number of iterations.
ImmediateStop
Dummy stopping criterion that always stops.
Methods Summary
__call__
(bq_state, info)Check whether tracked quantities meet a desired terminal condition.
Methods Documentation