Ipopt
trunk
|
Class for the iteration summary output for the original NLP. More...
#include <IpOrigIterationOutput.hpp>
Public Member Functions | |
virtual bool | InitializeImpl (const OptionsList &options, const std::string &prefix) |
overloaded from AlgorithmStrategyObject | |
virtual void | WriteOutput () |
Method to do all the summary output per iteration. | |
Constructors/Destructors | |
OrigIterationOutput () | |
Default Constructor. | |
virtual | ~OrigIterationOutput () |
Default destructor. | |
Static Public Member Functions | |
static void | RegisterOptions (SmartPtr< RegisteredOptions > roptions) |
Methods for OptionsList. | |
Private Member Functions | |
Default Compiler Generated Methods (Hidden to avoid | |
implicit creation/calling). These methods are not implemented and we do not want the compiler to implement them for us, so we declare them private and do not define them. This ensures that they will not be implicitly created/called. | |
OrigIterationOutput (const OrigIterationOutput &) | |
Copy Constructor. | |
void | operator= (const OrigIterationOutput &) |
Overloaded Equals Operator. | |
Private Attributes | |
bool | print_info_string_ |
Flag indicating weather info string should be printed at end of iteration summary line. | |
InfPrOutput | inf_pr_output_ |
Option indication what should be printed in inf_pr column. | |
int | print_frequency_iter_ |
Option indicating at which iteration frequency the summary line should be printed. | |
Number | print_frequency_time_ |
Option indicating at which time frequency the summary line should be printed. |
Class for the iteration summary output for the original NLP.
Definition at line 19 of file IpOrigIterationOutput.hpp.
Default Constructor.
virtual Ipopt::OrigIterationOutput::~OrigIterationOutput | ( | ) | [virtual] |
Default destructor.
Ipopt::OrigIterationOutput::OrigIterationOutput | ( | const OrigIterationOutput & | ) | [private] |
Copy Constructor.
virtual bool Ipopt::OrigIterationOutput::InitializeImpl | ( | const OptionsList & | options, |
const std::string & | prefix | ||
) | [virtual] |
overloaded from AlgorithmStrategyObject
Implements Ipopt::IterationOutput.
virtual void Ipopt::OrigIterationOutput::WriteOutput | ( | ) | [virtual] |
Method to do all the summary output per iteration.
This include the one-line summary output as well as writing the details about the iterates if desired
Implements Ipopt::IterationOutput.
static void Ipopt::OrigIterationOutput::RegisterOptions | ( | SmartPtr< RegisteredOptions > | roptions | ) | [static] |
Methods for OptionsList.
void Ipopt::OrigIterationOutput::operator= | ( | const OrigIterationOutput & | ) | [private] |
Overloaded Equals Operator.
bool Ipopt::OrigIterationOutput::print_info_string_ [private] |
Flag indicating weather info string should be printed at end of iteration summary line.
Definition at line 61 of file IpOrigIterationOutput.hpp.
Option indication what should be printed in inf_pr column.
Definition at line 64 of file IpOrigIterationOutput.hpp.
int Ipopt::OrigIterationOutput::print_frequency_iter_ [private] |
Option indicating at which iteration frequency the summary line should be printed.
Definition at line 67 of file IpOrigIterationOutput.hpp.
Option indicating at which time frequency the summary line should be printed.
Definition at line 69 of file IpOrigIterationOutput.hpp.