28 #define SAM_LOG_NORMAL (0)
29 #define SAM_RATE_SELECT (1)
30 #define SAM_UNIFORM (2)
33 sam_adapt(
double *mu,
const int N,
const int *type);
36 sam_init(
double *mu,
const int N,
const int *type);
void sam_json_import(double *mu, const int N, const cJSON *json)
Initialises a mutation vector from a cJSON object.
void sam_init(double *mu, const int N, const int *type)
Initialises self-adaptive mutation rates.
void sam_adapt(double *mu, const int N, const int *type)
Self-adapts mutation rates.