Function PGAGetDEDitherPerIndividual
Defined in File mutation.c
Function Documentation
-
int PGAGetDEDitherPerIndividual(PGAContext *ctx)
Return boolean flag to indicate whether the dither is applied anew for each individual or if the value is re-used for all individuals in one generation.
Example
PGAContext *ctx; int val; ... val = PGAGetDEDitherPerIndividual (ctx);
- Parameters:
ctx – context variable
- Returns:
flag to indicate if dither is applied for each individual