alpaqa 0.0.1
Nonconvex constrained optimization
lbfgs-stepsize.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace alpaqa {
4
5/// Which method to use to select the L-BFGS step size.
6enum class LBFGSStepSize {
9};
10
11}
LBFGSStepSize
Which method to use to select the L-BFGS step size.