42 #ifndef QUASI_NEWTON_STATS_H
43 #define QUASI_NEWTON_STATS_H
45 #include "MoochoPack_Types.hpp"
47 namespace MoochoPack {
57 enum EUpdate { UNKNOWN, REINITIALIZED, UPDATED, DAMPENED_UPDATED
58 , SKIPED, INDEF_SKIPED };
86 #endif // QUASI_NEWTON_STATS_H
QuasiNewtonStats()
Construct all unknowns.
Class for storing statistics about the Quasi-Newton updating.
EUpdate
Set to this value if a statistic is not known.
void set_updated_stats(EUpdate update)
Initialize the statistics.