pgagetfitnessmintype(1) debian man page | unix.com

Man Page: pgagetfitnessmintype

Operating Environment: debian

Section: 1

PGAGetFitnessMinType(1) 					      PGAPack						   PGAGetFitnessMinType(1)

NAME
PGAGetFitnessMinType - Returns the type of fitness transformation used for minimization problems.
INPUT PARAMETERS
ctx - context variable
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" int PGAGetFitnessMinType(ctx) PGAContext *ctx
LOCATION
fitness.c
EXAMPLE
for 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
pgasetrealinitpercent(2) - debian
pgasetrealinitrange(2) - debian
pgadebugprint(3) - debian
modbus_send_raw_request(3) - debian
glxquerycontext(3g) - centos
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
New UNIX and Linux History Sections