SimPEG.objective_function.ComboObjectiveFunction.multipliers#

property ComboObjectiveFunction.multipliers#

Multipliers for the objective functions.

For a composite objective function \(\phi\), that is, a weighted sum of objective functions \(\phi_i\) with multipliers \(c_i\) such that

\[\phi = \sum_{i = 1}^N c_i \phi_i,\]

this method returns the multipliers \(c_i\) in the same order of the objfcts.

Returns:
list of int

Multipliers for the objective functions.