Evolutionary Diversification in Anolis Lizards
|
Parameters for Individual class. More...
#include <individual.hpp>
Public Attributes | |
double | BETA_PARAM = 3.0 |
\( \alpha \) of Beta distribution in \( F(u,v) \) | |
size_t | CARRYING_CAPACITY = 1000u |
\( K_{\max} \) in \( K_e(I)\) | |
double | AVG_NUM_OFFSPINRGS = 4.0 |
\( b \) in \( w(I) \) | |
double | HEIGHT_PREFERENCE = 2.0 |
\( h_0 \) in \( \Xi(y_0,y_1 \mid u,v) \) | |
double | DIAMETER_PREFERENCE = 2.0 |
\( h_1 \) in \( \Xi(y_0,y_1 \mid u,v) \) | |
double | TOEPAD_SELECTION = 2.0 |
\( s_0 \) in \( W(x_0,x_1 \mid u,v) \) | |
double | LIMB_SELECTION = 2.0 |
\( s_1\) in \( W(x_0,x_1 \mid u,v) \) | |
double | PREF_COMPETITION = 2.0 |
\(c_y\) in \(C_y(I,J)\) | |
double | MORPH_COMPETITION = 2.0 |
\(c_x\) in \(C_x(I,J)\) | |
double | MATING_SIGMA = 0.05 |
\( \sigma_a \) in \( \psi(f,c \mid m) \) | |
double | MU_LOCUS = 1e-4 |
Mutation rate per locus per generation. More... | |
unsigned long | MUTATION_MASK = 0 |
Flag set to protect specific traits from mutations. More... | |
double | MIGRATION_RATE = 0.005 |
Migration rate \(m\) (i.e., \(Nm\) makes the expected # of migrants) | |
Static Public Attributes | |
static constexpr double | NORMAL_SIGMA = 0.3 |
\( \sigma \) of Normal distribution in v2 \( F(u,v) \) | |
static constexpr double | C0 = 1.0 |
\( c_0 \) of Normal distribution in v2 \( F(u,v) \) | |
static constexpr double | C1 = 0.5 |
\( c_1 \) of Normal distribution in v2 \( F(u,v) \) | |
Parameters for Individual class.