SimPEG.directives.DirectiveList#
- class SimPEG.directives.DirectiveList(*directives, inversion=None, debug=False, **kwargs)[source]#
- Bases: - object- Directives list - SimPEG directives initialize and update parameters used by the inversion algorithm; e.g. setting the initial beta or updating the regularization. - DirectiveListstores the set of directives used in the inversion algorithm.- Parameters:
- directiveslistofSimPEG.directives.InversionDirective
- List of directives. 
- inversionSimPEG.inversion.BaseInversion
- The inversion associated with the directives list. 
- debugbool
- Whether or not to print debugging information. 
 
- directives
 - Attributes - Whether or not to print debugging information - Inversion object associated with the directives list. - Methods - call - validate