pgagetfitnesstype(1) debian man page | unix.com

Man Page: pgagetfitnesstype

Operating Environment: debian

Section: 1

PGAGetFitnessType(1)						      PGAPack						      PGAGetFitnessType(1)

NAME
PGAGetFitnessType - Returns the type of fitness transformation used.
INPUT PARAMETERS
ctx - context variable
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" int PGAGetFitnessType(ctx) PGAContext *ctx
LOCATION
fitness.c
EXAMPLE
Example: PGAContext *ctx; int fittype; : fittype = PGAGetFitnessType(ctx); switch (fittype) { case PGA_FITNESS_RAW: printf("Fitness Type = PGA_FITNESS_RAW0); break; case PGA_FITNESS_NORMAL: printf("Fitness Type = PGA_FITNESS_NORMAL0); break; case PGA_FITNESS_RANKING: printf("Fitness Type = PGA_FITNESS_RANKING0); break; } 05/01/95 PGAGetFitnessType(1)
Related Man Pages
pgasetrealinitpercent(2) - debian
pgadebugprint(3) - debian
pgacreate(8) - debian
pgasetuserfunction(8) - debian
x509_store_ctx_set_verify_cb(3) - centos
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
Weird 'find' results
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph