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 theDirectivesListmust 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_ByEigandEstimateBetaMaxDerivative).- Returns:
- bool
Returns
Trueif validation passes. Otherwise, an error is thrown.