#include <panoc-alm/util/vec.hpp>
Include dependency graph for lipschitz.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | LipschitzEstimateParams |
Namespaces | |
| namespace | pa |
| struct pa::LipschitzEstimateParams |
Collaboration diagram for LipschitzEstimateParams:| Class Members | ||
|---|---|---|
| real_t | L₀ | Initial estimate of the Lipschitz constant of ∇ψ(x) |
| real_t | ε | Relative step size for initial finite difference Lipschitz estimate. |
| real_t | δ | Minimum step size for initial finite difference Lipschitz estimate. |
| real_t | Lγ_factor | Factor that relates step size γ and Lipschitz constant. |