ʻOhana
Population structure, admixture history, and selection using learning methods.
|
Statistics about the behavior of the algorithm. More...
#include <jade.simplex.hpp>
Public Member Functions | |
stats () | |
Initializes a new instance of the class. More... | |
std::string | str () const |
Data Fields | |
size_t | expansions |
The number of expansions that have occurred. More... | |
size_t | evaluations |
The number of evaluations of the objective function. More... | |
size_t | contractions_in |
The number of inside contractions that have occurred. More... | |
size_t | contractions_out |
The number of outside contractions that have occurred. More... | |
size_t | iterations |
The number of iterations that have executed. More... | |
size_t | reflections |
The number of reflections that have occurred. More... | |
size_t | shrinkages |
The number of shrinkages that have occurred. More... | |
Statistics about the behavior of the algorithm.
Definition at line 425 of file jade.simplex.hpp.
|
inline |
|
inline |
size_t jade::basic_simplex< TValue >::stats::contractions_in |
The number of inside contractions that have occurred.
Definition at line 440 of file jade.simplex.hpp.
size_t jade::basic_simplex< TValue >::stats::contractions_out |
The number of outside contractions that have occurred.
Definition at line 445 of file jade.simplex.hpp.
size_t jade::basic_simplex< TValue >::stats::evaluations |
The number of evaluations of the objective function.
Definition at line 435 of file jade.simplex.hpp.
size_t jade::basic_simplex< TValue >::stats::expansions |
The number of expansions that have occurred.
Definition at line 430 of file jade.simplex.hpp.
size_t jade::basic_simplex< TValue >::stats::iterations |
The number of iterations that have executed.
Definition at line 450 of file jade.simplex.hpp.
size_t jade::basic_simplex< TValue >::stats::reflections |
The number of reflections that have occurred.
Definition at line 455 of file jade.simplex.hpp.
size_t jade::basic_simplex< TValue >::stats::shrinkages |
The number of shrinkages that have occurred.
Definition at line 460 of file jade.simplex.hpp.