Query: pgagetevaluation
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGAGetEvaluation(1) PGAPack PGAGetEvaluation(1)NAMEPGAGetEvaluation - returns the evaluation function value for string p in population popINPUT PARAMETERSctx - context variable p - string index pop - symbolic constant of the population the string is inOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" double PGAGetEvaluation(ctx, p, pop) PGAContext *ctx int p int popLOCATIONevaluate.cEXAMPLEExample: PGAContext *ctx; int p; double eval; : eval = PGAGetEvaluation(ctx, p, PGA_NEWPOP); 05/01/95 PGAGetEvaluation(1)