inversion_ideas.conditions#

Functions and callable classes that define conditions.

Use these objects as stopping criterion for inversions.

Classes

ChiTarget(data_misfit[, chi_target])

Stopping criterion for when chi factor meets the target.

CustomCondition(func)

Define a custom Condition object through a function.

ModelChanged([rtol, atol])

Stopping criterion for when model didn't changed above tolerance.

ObjectiveChanged(objective_function[, rtol, ...])

Stopping criterion for when an objective function didn't changed above a tolerance.