Returns the index of next individual in internal array that contains the indices determined by pgaselect
ctx
- context variable
none
#include "pgapack.h" int PGASelectNextIndex(ctx) PGAContext *ctx
select.c
Example: PGAContext *ctx; int l; : l = PGASelectNextIndex(ctx, PGA_OLDPOP);