SimPEG.regularization.BaseRegularization.__call__#

BaseRegularization.__call__(m)[source]#

Evaluate the regularization function for the model provided.

Parameters:
m(n_param, ) numpy.ndarray

The model for which the function is evaluated.

Returns:
float

The regularization function evaluated for the model provided.