Nonconvex constrained optimization
Loading...
Searching...
No Matches
FISTAProgressInfo< Conf > Struct Template Reference

#include <alpaqa/inner/fista.hpp>

Detailed Description

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

Definition at line 77 of file fista.hpp.

Collaboration diagram for FISTAProgressInfo< Conf >:

Public Member Functions

FISTAProgressInfooperator= (const FISTAProgressInfo &)=delete

Public Attributes

unsigned k
SolverStatus status
crvec x
crvec p
real_t norm_sq_p
crvec 
crvec ŷ
real_t φγ
real_t ψ
crvec grad_ψ
real_t ψ_hat
crvec grad_ψ_hat
real_t L
real_t γ
real_t t
real_t ε
crvec Σ
crvec y
unsigned outer_iter
const TypeErasedProblem< config_t > * problem
const FISTAParams< config_t > * params

Member Function Documentation

◆ operator=()

template<Config Conf = DefaultConfig>
FISTAProgressInfo & operator= ( const FISTAProgressInfo< Conf > & )
delete

Member Data Documentation

◆ k

template<Config Conf = DefaultConfig>
unsigned k

Definition at line 80 of file fista.hpp.

◆ status

template<Config Conf = DefaultConfig>
SolverStatus status

Definition at line 81 of file fista.hpp.

◆ x

template<Config Conf = DefaultConfig>
crvec x

Definition at line 82 of file fista.hpp.

◆ p

template<Config Conf = DefaultConfig>
crvec p

Definition at line 83 of file fista.hpp.

◆ norm_sq_p

template<Config Conf = DefaultConfig>
real_t norm_sq_p

Definition at line 84 of file fista.hpp.

◆ 

template<Config Conf = DefaultConfig>
crvec

Definition at line 85 of file fista.hpp.

◆ ŷ

template<Config Conf = DefaultConfig>
crvec ŷ

Definition at line 86 of file fista.hpp.

◆ φγ

template<Config Conf = DefaultConfig>
real_t φγ

Definition at line 87 of file fista.hpp.

◆ ψ

template<Config Conf = DefaultConfig>
real_t ψ

Definition at line 88 of file fista.hpp.

◆ grad_ψ

template<Config Conf = DefaultConfig>
crvec grad_ψ

Definition at line 89 of file fista.hpp.

◆ ψ_hat

template<Config Conf = DefaultConfig>
real_t ψ_hat

Definition at line 90 of file fista.hpp.

◆ grad_ψ_hat

template<Config Conf = DefaultConfig>
crvec grad_ψ_hat

Definition at line 91 of file fista.hpp.

◆ L

template<Config Conf = DefaultConfig>
real_t L

Definition at line 92 of file fista.hpp.

◆ γ

template<Config Conf = DefaultConfig>
real_t γ

Definition at line 93 of file fista.hpp.

◆ t

template<Config Conf = DefaultConfig>
real_t t

Definition at line 94 of file fista.hpp.

◆ ε

template<Config Conf = DefaultConfig>
real_t ε

Definition at line 95 of file fista.hpp.

◆ Σ

template<Config Conf = DefaultConfig>
crvec Σ

Definition at line 96 of file fista.hpp.

◆ y

template<Config Conf = DefaultConfig>
crvec y

Definition at line 97 of file fista.hpp.

◆ outer_iter

template<Config Conf = DefaultConfig>
unsigned outer_iter

Definition at line 98 of file fista.hpp.

◆ problem

template<Config Conf = DefaultConfig>
const TypeErasedProblem<config_t>* problem

Definition at line 99 of file fista.hpp.

◆ params

template<Config Conf = DefaultConfig>
const FISTAParams<config_t>* params

Definition at line 100 of file fista.hpp.


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