Returns the maximum number of strings to replace each generation.
ctx
- context variable
none
#include "pgapack.h" int PGAGetNumReplaceValue(ctx) PGAContext *ctx
pop.c
Example: PGAContext *ctx; int numreplace; : numreplace = PGAGetNumReplaceValue(ctx);