Man Page: pgagetfitnessmintype
Operating Environment: debian
Section: 1
PGAGetFitnessMinType(1) PGAPack PGAGetFitnessMinType(1)NAMEPGAGetFitnessMinType - Returns the type of fitness transformation used for minimization problems.INPUT PARAMETERSctx - context variableOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" int PGAGetFitnessMinType(ctx) PGAContext *ctxLOCATIONfitness.cEXAMPLEfor minimization problems Example: PGAContext *ctx; int fitmintype; : fitmintype = PGAGetFitnessMinType(ctx); switch (fitmintype) { case PGA_FITNESSMIN_RECIPROCAL: printf("Fitness Minimization Type = PGA_FITNESSMIN_RECIPROCAL0); break; case PGA_FITNESSMIN_CMAX: printf("Fitness Minimization Type = PGA_FITNESSMIN_CMAX0); break; } 05/01/95 PGAGetFitnessMinType(1)
| Related Man Pages |
|---|
| pgasetintegerinitrange(2) - debian |
| pgasetrealinitrange(2) - debian |
| pgasendreceiveindividual(4) - debian |
| glxquerycontext(3g) - centos |
| glxquerycontextinfoext(3g) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| One instance of comparing grep and awk |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |
| New UNIX and Linux History Sections |
| My first PERL incarnation... Audio Oscillograph |