| Interface | Description |
|---|---|
| IGradientBasedOptimizer |
Interface for an optimizer that is based on a gradient descent and gets a
differentiable function and the derivation of said function to solve an
optimization problem.
|
| IGradientDescendableFunction |
This interface represents a function that is differentiable and thus can be
used by gradient descent algorithms.
|
| IGradientFunction |
Represents the gradient of a function that is differentiable.
|