42 #ifndef RSQP_TRACK_STATS_STD_H
43 #define RSQP_TRACK_STATS_STD_H
49 namespace MoochoPack {
109 std::ostream&
o()
const
125 #endif // RSQP_TRACK_STATS_STD_H
StopWatchPack::stopwatch timer_
const ostream_ptr_t & get_output_stream() const
Get the output stream for statistics outputting.
void initialize()
Restarts the timer.
void output_final(const Algorithm &algo, EAlgoReturn algo_return) const
virtual std::ostream & journal_out() const
Return a reference to a std::ostream to be used to output debug information and the like...
quasi_newton_stats_iq_member quasi_newton_stats_
Class for object that attempts to return an IterQuantityAccess<QuasiNewtonStats> from an AlgorithmSta...
void set_output_stream(const ostream_ptr_t &o)
void output_iteration(const Algorithm &algo) const
Acts as the central hub for an iterative algorithm.
This is a simple track class for getting statistics about a solved (or not solved) NLP...
Used to ouput iteration results and other information.