alpaqa
0.0.1
Nonconvex constrained optimization
src
include
alpaqa
inner
decl
lbfgs-stepsize.hpp
Go to the documentation of this file.
1
#pragma once
2
3
namespace
alpaqa
{
4
5
/// Which method to use to select the L-BFGS step size.
6
enum class
LBFGSStepSize
{
7
BasedOnGradientStepSize
= 0,
8
BasedOnCurvature
= 1,
9
};
10
11
}
alpaqa
Definition:
__init__.py:1
alpaqa::LBFGSStepSize
LBFGSStepSize
Which method to use to select the L-BFGS step size.
Definition:
lbfgs-stepsize.hpp:6
alpaqa::LBFGSStepSize::BasedOnGradientStepSize
@ BasedOnGradientStepSize
alpaqa::LBFGSStepSize::BasedOnCurvature
@ BasedOnCurvature
Generated by
1.9.2