simpeg.directives.InversionDirective#
- class simpeg.directives.InversionDirective(inversion=None, dmisfit=None, reg=None, verbose=False, **kwargs)[source]#
- Bases: - object- Base inversion directive class. - SimPEG directives initialize and update parameters used by the inversion algorithm; e.g. setting the initial beta or updating the regularization. - InversionDirectiveis a parent class responsible for connecting directives to the data misfit, regularization and optimization defining the inverse problem.- Parameters:
- inversionsimpeg.inversion.BaseInversion,None
- An SimPEG inversion object; i.e. an instance of - simpeg.inversion.BaseInversion.
- dmisfitsimpeg.data_misfit.BaseDataMisfit,None
- A data data misfit; i.e. an instance of - simpeg.data_misfit.BaseDataMisfit.
- regsimpeg.regularization.BaseRegularization,None
- The regularization, or model objective function; i.e. an instance of - simpeg.regularization.BaseRegularization.
- verbosebool
- Whether or not to print debugging information. 
 
- inversion
 - Attributes - Data misfit associated with the directive. - Inverse problem associated with the directive. - Inversion object associated with the directive. - Optimization algorithm associated with the directive. - Regularization associated with the directive. - Return simulation for all data misfits. - Return survey for all data misfits - Whether or not to print debugging information. - Methods 
Galleries and Tutorials using simpeg.directives.InversionDirective#
 
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
 
Sparse Inversion with Iteratively Re-Weighted Least-Squares
 
2.5D DC Resistivity and IP Least-Squares Inversion
 
1D Inversion of Time-Domain Data for a Single Sounding
 
Sparse Norm Inversion of 2D Seismic Tomography Data
 
Cross-gradient Joint Inversion of Gravity and Magnetic Anomaly Data
 
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
 
     
 
 
 
 
 
 
 
 
 
 
 
 
 
 
