SimPEG.directives.SaveEveryIteration#
- class SimPEG.directives.SaveEveryIteration(directory='.', name='InversionModel', **kwargs)[source]#
- Bases: - InversionDirective- This directive saves an array at each iteration. The default directory is the current directory and the models are saved as - InversionModel-YYYY-MM-DD-HH-MM-iter.npy- Attributes - verbose.debug has been deprecated. - Directory to save results in. - Data misfit associated with the directive. - Inverse problem associated with the directive. - Inversion object associated with the directive. - Root of the filename to be saved. - 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. - fileName - Methods - endIter()- Update inversion parameter(s) according to directive at end of iteration. - finish()- Update inversion parameter(s) according to directive at end of inversion. - Initialize inversion parameter(s) according to directive. - validate([directiveList])- Validate directive. 
Galleries and Tutorials using SimPEG.directives.SaveEveryIteration#
 
Sparse Inversion with Iteratively Re-Weighted Least-Squares
 
Cross-gradient Joint Inversion of Gravity and Magnetic Anomaly Data
 
2.5D DC Resistivity and IP Least-Squares Inversion
 
Sparse Norm Inversion of 2D Seismic Tomography Data
 
1D Inversion of Time-Domain Data for a Single Sounding
 
Sparse Norm Inversion for Total Magnetic Intensity Data on a Tensor Mesh
 
 
 
 
 
 
 
 
 
 
