ʻOhana
Population structure, admixture history, and selection using learning methods.
|
An indication of what caused the execute to temrinate. More...
#include <jade.simplex.hpp>
Public Types | |
enum | type { delta, epsilon, iteration, length, timeout } |
The exit condition. More... | |
Static Public Member Functions | |
static const char * | str (const type value) |
An indication of what caused the execute to temrinate.
Definition at line 32 of file jade.simplex.hpp.
enum jade::basic_simplex::exit_condition::type |
The exit condition.
Enumerator | |
---|---|
delta | The minimum delta occurred. |
epsilon | The minimum epsilon occurred. |
iteration | The maximum iteration occurred. |
length | The minimum length occurred. |
timeout | The maximum timeout occurred. |
Definition at line 37 of file jade.simplex.hpp.
|
inlinestatic |
value | The type to format. |
Definition at line 49 of file jade.simplex.hpp.