Function PGAGetMinRealInitValue
Defined in File real.c
Function Documentation
-
double PGAGetMinRealInitValue(PGAContext *ctx, int i)
Returns the minimum value used to randomly initialize allele i in a real string.
Example
PGAContext *ctx; int min; ... min = PGAGetMinRealInitValue (ctx, 0);
- Parameters:
ctx – context variable
i – an allele position
- Returns:
The minimum value used to randomly initialize allele i