MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Private Attributes | List of all members
MoochoPack::QuasiNewtonStats Class Reference

Class for storing statistics about the Quasi-Newton updating. More...

#include <MoochoPack_QuasiNewtonStats.hpp>

Public Types

enum  EUpdate {
  UNKNOWN, REINITIALIZED, UPDATED, DAMPENED_UPDATED,
  SKIPED, INDEF_SKIPED
}
 Set to this value if a statistic is not known. More...
 

Public Member Functions

 QuasiNewtonStats ()
 Construct all unknowns. More...
 
void set_updated_stats (EUpdate update)
 Initialize the statistics. More...
 
EUpdate updated () const
 

Private Attributes

EUpdate update_
 

Detailed Description

Class for storing statistics about the Quasi-Newton updating.

Definition at line 51 of file MoochoPack_QuasiNewtonStats.hpp.

Member Enumeration Documentation

Set to this value if a statistic is not known.

Enumerator
UNKNOWN 
REINITIALIZED 
UPDATED 
DAMPENED_UPDATED 
SKIPED 
INDEF_SKIPED 

Definition at line 57 of file MoochoPack_QuasiNewtonStats.hpp.

Constructor & Destructor Documentation

MoochoPack::QuasiNewtonStats::QuasiNewtonStats ( )
inline

Construct all unknowns.

Definition at line 63 of file MoochoPack_QuasiNewtonStats.hpp.

Member Function Documentation

void MoochoPack::QuasiNewtonStats::set_updated_stats ( EUpdate  update)
inline

Initialize the statistics.

Definition at line 68 of file MoochoPack_QuasiNewtonStats.hpp.

EUpdate MoochoPack::QuasiNewtonStats::updated ( ) const
inline

Definition at line 74 of file MoochoPack_QuasiNewtonStats.hpp.

Member Data Documentation

EUpdate MoochoPack::QuasiNewtonStats::update_
private

Definition at line 80 of file MoochoPack_QuasiNewtonStats.hpp.


The documentation for this class was generated from the following file: