Ipopt
3.12.12
|
Class for the iteration summary output for the restoration phase. More...
#include <IpRestoIterationOutput.hpp>
Public Member Functions | |
virtual bool | InitializeImpl (const OptionsList &options, const std::string &prefix) |
overloaded from AlgorithmStrategyObject More... | |
virtual void | WriteOutput () |
Method to do all the summary output per iteration. More... | |
Constructors/Destructors | |
RestoIterationOutput (const SmartPtr< OrigIterationOutput > &resto_orig_iteration_output) | |
Constructor. More... | |
virtual | ~RestoIterationOutput () |
Default destructor. More... | |
![]() | |
IterationOutput () | |
Default Constructor. More... | |
virtual | ~IterationOutput () |
Default destructor. More... | |
![]() | |
bool | Initialize (const Journalist &jnlst, IpoptNLP &ip_nlp, IpoptData &ip_data, IpoptCalculatedQuantities &ip_cq, const OptionsList &options, const std::string &prefix) |
This method is called every time the algorithm starts again - it is used to reset any internal state. More... | |
bool | ReducedInitialize (const Journalist &jnlst, const OptionsList &options, const std::string &prefix) |
Reduced version of the Initialize method, which does not require special Ipopt information. More... | |
AlgorithmStrategyObject () | |
Default Constructor. More... | |
virtual | ~AlgorithmStrategyObject () |
Default Destructor. More... | |
![]() | |
ReferencedObject () | |
virtual | ~ReferencedObject () |
Index | ReferenceCount () const |
void | AddRef (const Referencer *referencer) const |
void | ReleaseRef (const Referencer *referencer) const |
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. | |
RestoIterationOutput () | |
Default Constructor. More... | |
RestoIterationOutput (const RestoIterationOutput &) | |
Copy Constructor. More... | |
void | operator= (const RestoIterationOutput &) |
Overloaded Equals Operator. More... | |
Private Attributes | |
SmartPtr< OrigIterationOutput > | resto_orig_iteration_output_ |
Pointer to output strategy object during regular iterations. More... | |
bool | print_info_string_ |
Flag indicating weather info string should be printed at end of iteration summary line. More... | |
InfPrOutput | inf_pr_output_ |
Option indication what should be printed in inf_pr column. More... | |
int | print_frequency_iter_ |
Option indicating at which iteration frequency the summary line should be printed. More... | |
Number | print_frequency_time_ |
Option indicating at which time frequency the summary line should be printed. More... | |
Additional Inherited Members | |
![]() | |
enum | InfPrOutput { INTERNAL =0, ORIGINAL } |
enumeration for different inf_pr output options More... | |
![]() | |
const Journalist & | Jnlst () const |
IpoptNLP & | IpNLP () const |
IpoptData & | IpData () const |
IpoptCalculatedQuantities & | IpCq () const |
bool | HaveIpData () const |
Class for the iteration summary output for the restoration phase.
This prints information for the ORIGINAL NLP (and possibly for the restoration phase NLP.
Definition at line 22 of file IpRestoIterationOutput.hpp.
Ipopt::RestoIterationOutput::RestoIterationOutput | ( | const SmartPtr< OrigIterationOutput > & | resto_orig_iteration_output | ) |
Constructor.
If resto_orig_iteration_output is not NULL, the output will be done twice per iteration, first for the restoration phase problem, and secondly using the functions for the original NLP.
|
virtual |
Default destructor.
|
private |
Default Constructor.
|
private |
Copy Constructor.
|
virtual |
overloaded from AlgorithmStrategyObject
Implements Ipopt::IterationOutput.
|
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.
|
private |
Overloaded Equals Operator.
|
private |
Pointer to output strategy object during regular iterations.
Definition at line 64 of file IpRestoIterationOutput.hpp.
|
private |
Flag indicating weather info string should be printed at end of iteration summary line.
Definition at line 68 of file IpRestoIterationOutput.hpp.
|
private |
Option indication what should be printed in inf_pr column.
Definition at line 71 of file IpRestoIterationOutput.hpp.
|
private |
Option indicating at which iteration frequency the summary line should be printed.
Definition at line 74 of file IpRestoIterationOutput.hpp.
|
private |
Option indicating at which time frequency the summary line should be printed.
Definition at line 76 of file IpRestoIterationOutput.hpp.