42 #ifndef MOOCHO_TRACKER_XML_SUMMARY_HPP
43 #define MOOCHO_TRACKER_XML_SUMMARY_HPP
49 namespace MoochoPack {
66 ,
const std::string xml_filename
67 ,
const std::string problem_name
68 ,
const std::string algorithm_description
114 #endif // RSQP_TRACK_SUMMARY_STD_H
void open_problem_element(std::ostream &out, const Algorithm &algo) const
Print the header to the output.
MoochoTrackerXMLSummary()
void output_final(const Algorithm &algo, EAlgoReturn algo_return) const
void output_iteration(const Algorithm &algo) const
virtual std::ostream & journal_out() const
Return a reference to a std::ostream to be used to output debug information and the like...
std::string xml_filename_
std::string problem_name_
AbstractLinAlgPack::value_type value_type
Acts as the central hub for an iterative algorithm.
void close_problem_element(std::ostream &out) const
Used to ouput iteration results and other information.
This class outputs an XML summary file of the algorithm results and performance.
void output_pre_file() const
Set the output stream for summary outputting.
std::string algorithm_description_