simpeg.optimization.SteepestDescent.callback#

property SteepestDescent.callback#

A used defined callback function.

Returns:
None or Callable[[np.ndarray], Any]

The optional user supplied callback function accepting the current iteration value as an input.