INPUT PARAMETERS
- ctx
- - context variable
- pop
- - symbolic constant of the population to find the best string in
OUTPUT PARAMETERS
- none
-
SYNOPSIS
#include "pgapack.h"
int PGAGetBestIndex(ctx, pop)
PGAContext *ctx
int pop
LOCATION
utility.cEXAMPLE
Example: PGAContext *ctx; int best; : best = PGAGetBestIndex(ctx,PGA_OLDPOP);