42 #ifndef RSQP_TRACK_SUMMARY_STD_H
43 #define RSQP_TRACK_SUMMARY_STD_H
50 namespace MoochoPack {
97 std::ostream&
o()
const
115 #endif // RSQP_TRACK_SUMMARY_STD_H
int num_total_qp_iter() const
Output the total number of qp iterations back to and the k=0 iteration.
void output_final(const Algorithm &algo, EAlgoReturn algo_return) const
void output_iteration(const Algorithm &algo) const
act_set_stats_iq_member act_set_stats_
MoochoTrackerSummaryStd()
Teuchos::RCP< std::ostream > ostream_ptr_t
virtual std::ostream & journal_out() const
Return a reference to a std::ostream to be used to output debug information and the like...
Reduced space SQP state encapsulation interface.
Class for object that attempts to return an IterQuantityAccess<QuasiNewtonStats> from an AlgorithmSta...
Class for object that attempts to return an IterQuantityAccess<QPSolverStats> from an AlgorithmState ...
This class simply outputs the convergence information for each iteration.
Acts as the central hub for an iterative algorithm.
qp_solver_stats_iq_member qp_solver_stats_
Class for object that attempts to return an IterQuantityAccess<ActSetStats> from an AlgorithmState ob...
Used to ouput iteration results and other information.
quasi_newton_stats_iq_member quasi_newton_stats_
void set_output_stream(const ostream_ptr_t &o)
Set the output stream for summary outputting.
const ostream_ptr_t & get_output_stream() const
Get the output stream for summary outputting.
void print_header(const NLPAlgoState &s) const
Print the header to the output.