SimPEG.regularization.SparseSmallness#
- class SimPEG.regularization.SparseSmallness(mesh, norm=2.0, irls_scaled=True, irls_threshold=1e-08, **kwargs)[source]#
- Bases: - SimPEG.regularization.sparse.BaseSparse,- SimPEG.regularization.base.Smallness- Sparse smallness regularization - Inputs - Parameters
- norm (int) – norm on the smallness 
 - Methods - Compute and store the irls weights.