simpeg.regularization.Sparse.multipliers#

property Sparse.multipliers#

Multiplier constants for weighted sum of objective functions.

For a model objective function ϕm(m) constructed using a weighted sum of objective functions ϕi(m), i.e.:

ϕm(m)=iαiϕi(m)

the multipliers property returns the list of multiplier constants alphai in order.

Returns:
list of float

Multiplier constants for weighted sum of objective functions.