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);