79 char* strParamOutFile;
This is the class used to store information about what format the model parameters should be written ...
Definition: printinfo.h:10
void setPrecision(int prec)
This function will set the precision to be used when printing the model parameters.
Definition: printinfo.h:44
char * getOutputFile() const
This function will return the filename that the model parameters will be written to.
Definition: printinfo.h:54
PrintInfo()
This is the PrintInfo constructor.
Definition: printinfo.cc:6
void setParamOutFile(char *filename)
This function will store the filename that the final parameter values will be written to.
Definition: printinfo.cc:56
~PrintInfo()
This is the default MainInfo destructor.
Definition: printinfo.cc:31
void setPrintIteration(int print)
This function will set the interval between iterations to be used when printing the model parameters ...
Definition: printinfo.h:39
char * getParamOutFile() const
This function will return the filename that the final parameter values will be written to.
Definition: printinfo.h:59
int getPrecision() const
This function will return the precision to be used when printing the model parameters.
Definition: printinfo.h:69
int getPrint() const
This function will return the flag used to determine whether the model parameters should be printed t...
Definition: printinfo.h:64
void checkPrintInfo(int net)
This function will check the printing intervals and precision values that have been set,...
Definition: printinfo.cc:69
int getPrintIteration() const
This function will return the interval between iterations to be used when printing the model paramete...
Definition: printinfo.h:74
void setOutputFile(char *filename)
This function will store the filename that the model parameters will be written to.
Definition: printinfo.cc:42