SimPEG.regularization.BaseSparse#

class SimPEG.regularization.BaseSparse(mesh, norm=2.0, irls_scaled=True, irls_threshold=1e-08, **kwargs)[source]#

Bases: SimPEG.regularization.base.BaseRegularization

Base class for building up the components of the Sparse Regularization

Attributes

irls_scaled

Scale irls weights.

irls_threshold

Constant added to the denominator of the IRLS weights for stability.

norm

Value of the norm

Methods

get_lp_weights(f_m)

Utility function to get the IRLS weights.