suppy.perturbations#
The Perturbations module contains the underlying perturbation strategies that are usable in the superiorization algorithms.
Public perturbation strategies#
|
Objective function perturbation using gradient descent with step size reduction according to a power series. |
Underlying base classes#
Abstract base class for perturbations applied to feasibility seeking algorithms. |
|
|
Base class for perturbations performed by decreasing an objective function. |
|
A class for perturbations performed by decreasing an objective function using the gradient. |