alpaqa 1.0.0a13
Nonconvex constrained optimization
Loading...
Searching...
No Matches
Public Attributes | Static Public Attributes | List of all members
KKTError< Conf > Struct Template Reference

#include <alpaqa/problem/kkt-error.hpp>

Detailed Description

template<Config Conf>
struct alpaqa::KKTError< Conf >

Definition at line 9 of file kkt-error.hpp.

+ Collaboration diagram for KKTError< Conf >:

Public Attributes

real_t stationarity = NaN
 
real_t constr_violation = NaN
 
real_t complementarity = NaN
 
real_t bounds_violation = NaN
 

Static Public Attributes

static constexpr auto NaN = alpaqa::NaN<config_t>
 

Member Data Documentation

◆ NaN

template<Config Conf>
constexpr auto NaN = alpaqa::NaN<config_t>
staticconstexpr

Definition at line 11 of file kkt-error.hpp.

◆ stationarity

template<Config Conf>
real_t stationarity = NaN

Definition at line 12 of file kkt-error.hpp.

◆ constr_violation

template<Config Conf>
real_t constr_violation = NaN

Definition at line 12 of file kkt-error.hpp.

◆ complementarity

template<Config Conf>
real_t complementarity = NaN

Definition at line 12 of file kkt-error.hpp.

◆ bounds_violation

template<Config Conf>
real_t bounds_violation = NaN

Definition at line 13 of file kkt-error.hpp.


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