simpeg.objective_function.ComboObjectiveFunction.multipliers#

property ComboObjectiveFunction.multipliers#

Multipliers for the objective functions.

For a composite objective function ϕ, that is, a weighted sum of objective functions ϕi with multipliers ci such that

ϕ=i=1Nciϕi,

this method returns the multipliers ci in the same order of the objfcts.

Returns:
list of int

Multipliers for the objective functions.