#include <alpaqa/config/config.hpp>
#include <alpaqa/implementation/util/print.tpp>
#include "solver-driver.hpp"
#include <map>
#include <memory>
#include <string>
#include <variant>
Go to the source code of this file.
◆ AlpaqaSolverStatsCollector::Record
struct AlpaqaSolverStatsCollector::Record |
Class Members |
unsigned |
outer_iter |
|
unsigned |
inner_iter |
|
real_t |
gamma = NaN |
|
real_t |
eps = NaN |
|
real_t |
delta = NaN |
|
real_t |
psi = NaN |
|
real_t |
psi_hat = NaN |
|
real_t |
fbe = NaN |
|
real_t |
tau = NaN |
|
real_t |
radius = NaN |
|
real_t |
rho = NaN |
|