mango::Recorder Class Reference

#include <Recorder.hpp>

Inheritance diagram for mango::Recorder:
mango::Recorder_least_squares mango::Recorder_standard

Public Member Functions

virtual void init ()
 
virtual void record_function_evaluation (int function_evaluations, clock_t print_time, const double *x, double f)
 
virtual void finalize ()
 

Detailed Description

Definition at line 27 of file Recorder.hpp.

Member Function Documentation

◆ finalize()

virtual void mango::Recorder::finalize ( )
inlinevirtual

Reimplemented in mango::Recorder_least_squares, and mango::Recorder_standard.

Definition at line 31 of file Recorder.hpp.

◆ init()

virtual void mango::Recorder::init ( )
inlinevirtual

Reimplemented in mango::Recorder_least_squares, and mango::Recorder_standard.

Definition at line 29 of file Recorder.hpp.

◆ record_function_evaluation()

virtual void mango::Recorder::record_function_evaluation ( int  function_evaluations,
clock_t  print_time,
const double *  x,
double  f 
)
inlinevirtual

Reimplemented in mango::Recorder_least_squares, and mango::Recorder_standard.

Definition at line 30 of file Recorder.hpp.


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