BQStoppingCriterion

class probnum.quad.BQStoppingCriterion

Bases: probnum.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.

Methods Summary

__call__(bq_state)

Check whether tracked quantities meet a desired terminal condition.

Methods Documentation

__call__(bq_state)[source]

Check whether tracked quantities meet a desired terminal condition.

Parameters

bq_state (BQState) – State of the BQ loop.

Return type

bool