PGAGetFitness(1) PGAPack PGAGetFitness(1)NAMEPGAGetFitness - returns the fitness value for a stringINPUT PARAMETERSctx - context variable p - string index pop - symbolic constant of the population the string is inOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" double PGAGetFitness(ctx, p, pop) PGAContext *ctx int p int popLOCATIONfitness.cEXAMPLEExample: PGAContext *ctx; int p; double fit; : fit = PGAGetFitness(ctx, p, PGA_NEWPOP); 05/01/95 PGAGetFitness(1)
| Related Man Pages |
|---|
| hx509_validate_ctx_free(3) - freebsd |
| pgasetrealinitrange(2) - debian |
| pgasendreceiveindividual(4) - debian |
| glxquerycontextinfoext(3g) - centos |
| hx509_bitstring_print(3) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| How can I do this in VI editor? |
| Detecting unused variables... |
| Weird 'find' results |
| My first PERL incarnation... Audio Oscillograph |