MOOCHO (Single Doxygen Collection)
Version of the Day
|
This rSQP iteration class provides a tablular output suitable for an 80 char wide console. More...
#include <MoochoPack_MoochoTrackerConsoleStd.hpp>
Public Member Functions | |
MoochoTrackerConsoleStd (const ostream_ptr_t &o, const ostream_ptr_t &journal_out) | |
Construct with an output stream (console presumably) More... | |
void | set_output_stream (const ostream_ptr_t &o) |
Set the output stream for console outputting. More... | |
const ostream_ptr_t & | get_output_stream () const |
Get the output stream for console outputting. More... | |
Public Member Functions inherited from IterationPack::AlgorithmTracker | |
virtual | ~AlgorithmTracker () |
AlgorithmTracker (const ostream_ptr_t &journal_out) | |
Construct with an output stream for journal_out. More... | |
virtual void | output_final (const Algorithm &algo, EAlgoReturn algo_return) const |
Output information about a just completed algorithm. More... | |
virtual void | set_journal_out (const ostream_ptr_t &journal_out) |
Set a smart pointer to the journal file. More... | |
const ostream_ptr_t & | get_journal_out () const |
Get the smart pointer to the journal file. More... | |
virtual std::ostream & | journal_out () const |
Return a reference to a std::ostream to be used to output debug information and the like. More... | |
Protected Member Functions | |
void | print_top_header (const NLPAlgoState &s, const NLPAlgo &algo) const |
Print the top header to the output. More... | |
void | print_header (const NLPAlgoState &s, const NLPAlgo &algo) const |
Print the header to the output. More... | |
std::ostream & | o () const |
Private Types | |
enum | { NUM_PRINT_LINES = 10 } |
Private Member Functions | |
MoochoTrackerConsoleStd () | |
Private Attributes | |
ostream_ptr_t | o_ |
StopWatchPack::stopwatch | timer_ |
int | printed_lines_ |
quasi_newton_stats_iq_member | quasi_newton_stats_ |
Static Private Attributes | |
static int | w_i2_ = 2 |
static char | ul_i2_ [] = "--" |
static int | w_i4_ = 4 |
static char | ul_i4_ [] = "----" |
static int | p2_ = 1 |
static int | w_p2_ = 8 |
static char | ul_p2_ [] = "--------" |
static int | p3_ = 2 |
static int | w_p3_ = 9 |
static char | ul_p3_ [] = "---------" |
Overridden from AlgorithmTracker | |
void | initialize () |
Restarts the timer. More... | |
void | output_iteration (const Algorithm &algo) const |
void | output_final (const Algorithm &algo, EAlgoReturn algo_return) const |
This rSQP iteration class provides a tablular output suitable for an 80 char wide console.
Specifically, these object produces a table with the following fields:
CheckConvergenceStd_AddedStep
). CheckConvergenceStd_AddedStep
). The above quantities can tell you a lot about the progress of the SQP algorithm.
ToDo: Finish discussion.
After the algorithm is finished the total solution time will be printed as well as if the solution was found or not. Also, the number of function and gradient evaluations will be printed. Note that the timer is started from the moment this object is created or when set_output_stream(...) is called.
Definition at line 109 of file MoochoPack_MoochoTrackerConsoleStd.hpp.
|
private |
Enumerator | |
---|---|
NUM_PRINT_LINES |
Definition at line 151 of file MoochoPack_MoochoTrackerConsoleStd.hpp.
MoochoPack::MoochoTrackerConsoleStd::MoochoTrackerConsoleStd | ( | const ostream_ptr_t & | o, |
const ostream_ptr_t & | journal_out | ||
) |
Construct with an output stream (console presumably)
Definition at line 73 of file MoochoPack_MoochoTrackerConsoleStd.cpp.
|
private |
void MoochoPack::MoochoTrackerConsoleStd::set_output_stream | ( | const ostream_ptr_t & | o | ) |
Set the output stream for console outputting.
Definition at line 82 of file MoochoPack_MoochoTrackerConsoleStd.cpp.
const MoochoTrackerConsoleStd::ostream_ptr_t & MoochoPack::MoochoTrackerConsoleStd::get_output_stream | ( | ) | const |
Get the output stream for console outputting.
Definition at line 88 of file MoochoPack_MoochoTrackerConsoleStd.cpp.
|
virtual |
Restarts the timer.
Reimplemented from IterationPack::AlgorithmTracker.
Definition at line 93 of file MoochoPack_MoochoTrackerConsoleStd.cpp.
Reimplemented from IterationPack::AlgorithmTracker.
Definition at line 99 of file MoochoPack_MoochoTrackerConsoleStd.cpp.
void MoochoPack::MoochoTrackerConsoleStd::output_final | ( | const Algorithm & | algo, |
EAlgoReturn | algo_return | ||
) | const |
Definition at line 214 of file MoochoPack_MoochoTrackerConsoleStd.cpp.
|
protected |
Print the top header to the output.
Definition at line 381 of file MoochoPack_MoochoTrackerConsoleStd.cpp.
|
protected |
Print the header to the output.
Definition at line 413 of file MoochoPack_MoochoTrackerConsoleStd.cpp.
|
inlineprotected |
Definition at line 143 of file MoochoPack_MoochoTrackerConsoleStd.hpp.
|
private |
Definition at line 156 of file MoochoPack_MoochoTrackerConsoleStd.hpp.
|
mutableprivate |
Definition at line 157 of file MoochoPack_MoochoTrackerConsoleStd.hpp.
|
mutableprivate |
Definition at line 158 of file MoochoPack_MoochoTrackerConsoleStd.hpp.
|
private |
Definition at line 159 of file MoochoPack_MoochoTrackerConsoleStd.hpp.
|
staticprivate |
Definition at line 162 of file MoochoPack_MoochoTrackerConsoleStd.hpp.
|
staticprivate |
Definition at line 163 of file MoochoPack_MoochoTrackerConsoleStd.hpp.
|
staticprivate |
Definition at line 164 of file MoochoPack_MoochoTrackerConsoleStd.hpp.
|
staticprivate |
Definition at line 165 of file MoochoPack_MoochoTrackerConsoleStd.hpp.
|
staticprivate |
Definition at line 166 of file MoochoPack_MoochoTrackerConsoleStd.hpp.
|
staticprivate |
Definition at line 167 of file MoochoPack_MoochoTrackerConsoleStd.hpp.
|
staticprivate |
Definition at line 168 of file MoochoPack_MoochoTrackerConsoleStd.hpp.
|
staticprivate |
Definition at line 169 of file MoochoPack_MoochoTrackerConsoleStd.hpp.
|
staticprivate |
Definition at line 170 of file MoochoPack_MoochoTrackerConsoleStd.hpp.
|
staticprivate |
Definition at line 171 of file MoochoPack_MoochoTrackerConsoleStd.hpp.