Go to the documentation of this file.
7 #ifndef __IPORIGITERATIONOUTPUT_HPP__
8 #define __IPORIGITERATIONOUTPUT_HPP__
31 const std::string& prefix
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.
This file contains a base class for all exceptions and a set of macros to help with exceptions.
double Number
Type of all numbers.
int print_frequency_iter_
Option indicating at which iteration frequency the summary line should be printed.
Base class for objects that do the output summary per iteration.
static void RegisterOptions(SmartPtr< RegisteredOptions > roptions)
Methods for OptionsList.
void operator=(const OrigIterationOutput &)
Overloaded Assignment Operator.
Template class for Smart Pointers.
virtual ~OrigIterationOutput()
Destructor.
virtual bool InitializeImpl(const OptionsList &options, const std::string &prefix)
Implementation of the initialization method that has to be overloaded by for each derived class.
OrigIterationOutput()
Default Constructor.
InfPrOutput
enumeration for different inf_pr output options
virtual void WriteOutput()
Method to do all the summary output per iteration.
This class stores a list of user set options.
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.