PGAGetBestIndex(5) PGAPack PGAGetBestIndex(5)NAMEPGAGetBestIndex - returns the index of the string with the best evaluation function value in population popINPUT PARAMETERSctx - context variable pop - symbolic constant of the population to find the best string inOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" int PGAGetBestIndex(ctx, pop) PGAContext *ctx int popLOCATIONutility.cEXAMPLEExample: PGAContext *ctx; int best; : best = PGAGetBestIndex(ctx,PGA_OLDPOP); 05/01/95 PGAGetBestIndex(5)