Query: pgagetworstindex
OS: debian
Section: 5
Links: debian man pages | All man pages
Forums: Unix Linux Community | Forum Categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGAGetWorstIndex(5) PGAPack PGAGetWorstIndex(5)NAMEPGAGetWorstIndex - returns the index of the string with the worst evaluation function value in population popINPUT PARAMETERSctx - context variable pop - symbolic constant of the population to find the worst string inOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" int PGAGetWorstIndex(ctx, pop) PGAContext *ctx int popLOCATIONutility.cEXAMPLEExample: PGAContext *ctx; int worst; : worst = PGAGetWorstIndex(ctx,PGA_OLDPOP); 05/01/95 PGAGetWorstIndex(5)