inversion_ideas.conditions.ChiTarget#

class inversion_ideas.conditions.ChiTarget(data_misfit, chi_target=1.0)#

Stopping criterion for when chi factor meets the target.

Parameters:
data_misfitDataMisfit

Data misfit term to be evaluated.

chi_targetfloat

Target for the chi factor.

Methods

__call__(model)

Check if condition has been met.

info(model)

Display information about the condition for a given model.

initialize()

Initialize the condition.

update(model)

Update the condition.

Methods#

Methods documentation

ChiTarget.__call__(model)#

Check if condition has been met.


ChiTarget.info(model)#

Display information about the condition for a given model.


ChiTarget.initialize()#

Initialize the condition.


ChiTarget.update(model)#

Update the condition.