nemos.regularizer.Regularizer.get_proximal_operator#

abstract Regularizer.get_proximal_operator()[source]#

Abstract method to retrieve the proximal operator for this solver.

Return type:

Callable[[Any, float, float], Tuple[Array, Array]]

Returns:

The proximal operator, which typically applies a form of regularization.