alpaqa 0.0.1
Nonconvex constrained optimization
Classes | Namespaces
lipschitz.hpp File Reference
#include <alpaqa/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  alpaqa
 

Class Documentation

◆ alpaqa::LipschitzEstimateParams

struct alpaqa::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.