#include <alpaqa/util/vec.hpp>
Go to the source code of this file.
Classes | |
struct | LipschitzEstimateParams |
Namespaces | |
namespace | alpaqa |
struct alpaqa::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. |