SimPEG.regularization.Sparse#
- class SimPEG.regularization.Sparse(mesh, active_cells=None, norms=None, gradient_type='total', irls_scaled=True, irls_threshold=1e-08, **kwargs)[source]#
Bases:
SimPEG.regularization.base.WeightedLeastSquares
The regularization is:
where the IRLS weight
where k denotes the iteration number. So the derivative is straight forward:
The IRLS weights are re-computed after each beta solves using
Update_IRLS
within the inversion directives.Attributes
0.gradientType has been deprecated.
Choice of gradient measure used in the irls weights
Scale irls weights.
Constant added to the denominator of the IRLS weights for stability.
Value of the norm
Methods
update_weights
(model)Trigger irls update on all children
Galleries and Tutorials using SimPEG.regularization.Sparse
#

Sparse Norm Inversion for Total Magnetic Intensity Data on a Tensor Mesh

Sparse Norm Inversion of 2D Seismic Tomography Data

1D Inversion of Time-Domain Data for a Single Sounding

Sparse Inversion with Iteratively Re-Weighted Least-Squares