VinaLC: Parallel Molecular Docking Program

Biochemical and Biophysical Systems Group
VinaLC version: 1.1.2

recent_history Struct Reference

#include <recent_history.h>

Public Member Functions

 recent_history (fl initial_x_estimate, fl initial_error_estimate, fl lifetime)
 
void add (fl x)
 
bool possibly_smaller_than (fl x) const
 

Private Attributes

fl x_estimate
 
fl error_estimate_sqr
 
fl weight
 

Constructor & Destructor Documentation

recent_history::recent_history ( fl  initial_x_estimate,
fl  initial_error_estimate,
fl  lifetime 
)
inline

Member Function Documentation

void recent_history::add ( fl  x)
inline

References error_estimate_sqr, sqr(), weight, and x_estimate.

Referenced by manifold_phase().

Here is the call graph for this function:

Here is the caller graph for this function:

bool recent_history::possibly_smaller_than ( fl  x) const
inline

References error_estimate_sqr, sqr(), and x_estimate.

Here is the call graph for this function:

Member Data Documentation

fl recent_history::x_estimate
private

Referenced by add(), and possibly_smaller_than().

fl recent_history::error_estimate_sqr
private

Referenced by add(), and possibly_smaller_than().

fl recent_history::weight
private

Referenced by add().


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