SimPEG.objective_function.ComboObjectiveFunction#
- class SimPEG.objective_function.ComboObjectiveFunction(objfcts=[], multipliers=None, **kwargs)[source]#
Bases:
SimPEG.objective_function.BaseObjectiveFunction
A composite objective function that consists of multiple objective functions. Objective functions are stored in a list, and multipliers are stored in a parallel list.
is equivalent to
Attributes
W matrix for the full objective function.
multipliers
Methods
__call__
(m[, f])Call self as a function.
deriv
(m[, f])First derivative of the composite objective function is the sum of the derivatives of each objective function in the list, weighted by their respective multplier.
deriv2
(m[, v, f])Second derivative of the composite objective function is the sum of the second derivatives of each objective function in the list, weighted by their respective multplier.
get_functions_of_type
(fun_class)Find an objective function type from a ComboObjectiveFunction class.
Galleries and Tutorials using SimPEG.objective_function.ComboObjectiveFunction
#

Petrophysically guided inversion (PGI): Linear example

Petrophysically guided inversion: Joint linear example with nonlinear relationships

Heagy et al., 2017 1D RESOLVE and SkyTEM Bookpurnong Inversions

Heagy et al., 2017 1D RESOLVE Bookpurnong Inversion

Joint PGI of Gravity + Magnetic on an Octree mesh using full petrophysical information

Joint PGI of Gravity + Magnetic on an Octree mesh without petrophysical information

2.5D DC Resistivity and IP Least-Squares Inversion

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

Cross-gradient Joint Inversion of Gravity and Magnetic Anomaly Data