Returns the index of the string with the worst evaluation function value in population pop
ctx
- context variable
pop
- symbolic constant of the population to find the worst string in
none
#include "pgapack.h" int PGAGetWorstIndex(ctx, pop) PGAContext *ctx int pop
utility.c
Example: PGAContext *ctx; int worst; : worst = PGAGetWorstIndex(ctx,PGA_OLDPOP);