Maps a string to a number to be used a verification check pga_datatype_user is not supported.
ctx
- context variable
p
- string index
pop
- symbolic constant for the population
none
#include "pgapack.h" int PGACheckSum(ctx, p, pop) PGAContext *ctx int p int pop
utility.c
Example: PGAContext *ctx; int p, sum; : sum = PGACheckSum(ctx, p, PGA_NEWPOP);