EDM

class zfit.minimize.EDM(tol, loss, params, name='edm')[source]

Bases: zfit.minimizers.termination.ConvergenceCriterion

calculate(result)

Evaluate the convergence criterion and store it in last_value

Parameters

() (result) –

converged(result)

Calculate the criterion and check if it is below the tolerance.

Parameters

result (zfit.core.fitresult.FitResult) – Return the result which contains all the information

Returns:

Return type

bool