PGAGetPopSize - Returns the population size
ctx - context variable
none
#include "pgapack.h"
int PGAGetPopSize(ctx)
PGAContext *ctx
pop.c
Example:
PGAContext *ctx;
int popsize;
:
popsize = PGAGetPopSize(ctx);
05/01/95 PGAGetPopSize(8)