Go to the source code of this file.
|
template<Config Conf> |
InnerStatsAccumulator< lbfgspp::LBFGSBStats< Conf > > & | operator+= (InnerStatsAccumulator< lbfgspp::LBFGSBStats< Conf > > &acc, const lbfgspp::LBFGSBStats< Conf > &s) |
|
◆ alpaqa::lbfgspp::LBFGSBStats
struct alpaqa::lbfgspp::LBFGSBStats |
◆ alpaqa::InnerStatsAccumulator< lbfgspp::LBFGSBStats< Conf > >
struct alpaqa::InnerStatsAccumulator< lbfgspp::LBFGSBStats< Conf > > |
Class Members |
nanoseconds |
elapsed_time {} |
Total elapsed time in the inner solver. |
unsigned |
iterations = 0 |
Total number of inner PANOC iterations. |
real_t |
final_ψ = 0 |
Final value of the smooth cost \( \psi(\hat x) \). |