mango::Recorder_standard Class Reference

#include <Recorder_standard.hpp>

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

Public Member Functions

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

Detailed Description

Definition at line 28 of file Recorder_standard.hpp.

Constructor & Destructor Documentation

◆ Recorder_standard()

mango::Recorder_standard::Recorder_standard ( Solver solver_in)

Definition at line 27 of file Recorder_standard.cpp.

Member Function Documentation

◆ finalize()

void mango::Recorder_standard::finalize ( )
virtual

Reimplemented from mango::Recorder.

Definition at line 73 of file Recorder_standard.cpp.

◆ init()

void mango::Recorder_standard::init ( )
virtual

Reimplemented from mango::Recorder.

Definition at line 31 of file Recorder_standard.cpp.

◆ record_function_evaluation()

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

Reimplemented from mango::Recorder.

Definition at line 67 of file Recorder_standard.cpp.


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