simpeg.objective_function.ComboObjectiveFunction.W#

property ComboObjectiveFunction.W#

Full weighting matrix for the combo objective function.

Consider a composite objective function :math`phi` that is a weighted sum of objective functions ϕi with multipliers ci such that

ϕ=i=1Nciϕi=i=1Nci2Wifi(m)22

Where each objective function ϕi has a weighting matrix Wi, this method returns the full weighting matrix for the composite objective function:

W=[c1WicNWN]
Returns:
scipy.sparse.csr_matrix

Full weighting matrix for the combo objective function.