Conditions#

conditions

Functions and callable classes that define conditions.

conditions.ChiTarget(data_misfit[, chi_target])

Stopping criterion for when chi factor meets the target.

conditions.CustomCondition(func)

Define a custom Condition object through a function.

conditions.ObjectiveChanged(objective_function)

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

conditions.ModelChanged([rtol, atol])

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