Skip to content

FittingAccuracyType

ferreus_rbf.interpolant_config.FittingAccuracyType

Bases: Enum

Defines whether to use relative or absolute stopping criteria for the solver.

Absolute = 0 class-attribute instance-attribute

The mismatch must be reduced by this factor compared to the initial mismatch.

Relative = 1 class-attribute instance-attribute

The mismatch must be less than this fixed amount in the same units as the data values.