ʻOhana
Population structure, admixture history, and selection using learning methods.
|
An operation performed during an iteration. More...
#include <jade.simplex.hpp>
Public Types | |
enum | type { expansion, contraction_in, contraction_out, reflection, shrinkage } |
The type of operation. More... | |
Static Public Member Functions | |
static const char * | str (const type value) |
An operation performed during an iteration.
Definition at line 73 of file jade.simplex.hpp.
enum jade::basic_simplex::operation::type |
The type of operation.
Enumerator | |
---|---|
expansion | An expansion. |
contraction_in | An inside contraction. |
contraction_out | An outside contraction. |
reflection | A reflection. |
shrinkage | A shrinkage. |
Definition at line 78 of file jade.simplex.hpp.
|
inlinestatic |
value | The value to format. |
Definition at line 90 of file jade.simplex.hpp.