Function PGAGetMutationBounceBackFlag
Defined in File mutation.c
Function Documentation
-
int PGAGetMutationBounceBackFlag(PGAContext *ctx)
Return flag to indicate whether mutated strings remain within the initialization range by bouncing them from the boundary.
Example
PGAContext *ctx; int val; ... val = PGAGetMutationBounceBackFlag (ctx);
- Parameters:
ctx – context variable
- Returns:
true if restricted to the given range