alpaqa 1.0.0a16
Nonconvex constrained optimization
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
CBFGSParams< Conf > Struct Template Reference

#include <alpaqa/accelerators/lbfgs.hpp>

Detailed Description

template<Config Conf = DefaultConfig>
struct alpaqa::CBFGSParams< Conf >

Cautious BFGS update.

See also
LBFGSParams::cbfgs

Definition at line 18 of file lbfgs.hpp.

+ Collaboration diagram for CBFGSParams< Conf >:

Public Member Functions

 operator bool () const
 

Public Attributes

real_t α = 1
 
real_t ϵ = 0
 Set to zero to disable CBFGS check.
 

Member Function Documentation

◆ operator bool()

template<Config Conf = DefaultConfig>
operator bool ( ) const
inlineexplicit

Definition at line 22 of file lbfgs.hpp.

Member Data Documentation

◆ α

template<Config Conf = DefaultConfig>
real_t α = 1

Definition at line 20 of file lbfgs.hpp.

◆ ϵ

template<Config Conf = DefaultConfig>
real_t ϵ = 0

Set to zero to disable CBFGS check.

Definition at line 21 of file lbfgs.hpp.


The documentation for this struct was generated from the following file: