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
Scale irls weights.
Constant added to the denominator of the IRLS weights for stability.
Value of the norm
Methods
get_lp_weights
(f_m)Utility function to get the IRLS weights.