Go to the source code of this file.
◆ alpaqa::AndersonAccelParams
struct alpaqa::AndersonAccelParams |
Class Members |
length_t |
memory = 10 |
Length of the history to keep (the number of columns in the QR factorization). If this number is greater than the problem dimension, the memory is set to the problem dimension (otherwise the system is underdetermined).
|
real_t |
min_div_fac = real_t(1e2) * std::numeric_limits<real_t>::epsilon() |
Minimum divisor when solving close to singular systems, scaled by the maximum eigenvalue of R. |