simpeg.directives.UpdateSensitivityWeights.validate#
- UpdateSensitivityWeights.validate(directiveList)[source]#
- Validate directive against directives list. - The - UpdateSensitivityWeightsdirective impacts the regularization by applying cell weights. As a result, its place in the- DirectivesListmust be before any directives which update the preconditioner for the inverse problem (i.e.- UpdatePreconditioner), and must be before any directives that estimate the starting trade-off parameter (i.e.- EstimateBeta_ByEigand- EstimateBetaMaxDerivative).- Returns:
- bool
- Returns - Trueif validation passes. Otherwise, an error is thrown.
 
 
