PANOC-ALM main
Nonconvex constrained optimization
lbfgs-stepsize.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace pa {
4
6enum class LBFGSStepSize {
9};
10
11}
Definition: alm.hpp:9
LBFGSStepSize
Which method to use to select the L-BFGS step size.