debian man page for pgasetfitnesstype

Query: pgasetfitnesstype

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PGASetFitnessType(1)						      PGAPack						      PGASetFitnessType(1)

NAME
PGASetFitnessType - Set the type of fitness algorithm to use.
DESCRIPTION
Valid choices are PGA_FITNESS_RAW, PGA_FITNESS_NORMAL, or PGA_FITNESS_RANKING for raw fitness (the evaluation function value), linear nor- malization, or linear ranking, respectively. The default is PGA_FITNESS_RAW.
INPUT PARAMETERS
ctx - context variable fitness_type - symbolic constant to specify fitness type
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" void PGASetFitnessType(ctx, fitness_type) PGAContext *ctx int fitness_type
LOCATION
fitness.c
EXAMPLE
Example: PGAContext *ctx; : PGASetFitnessType(ctx, PGA_FITNESS_RANKING); 05/01/95 PGASetFitnessType(1)
Related Man Pages
pgaevaluate(1) - debian
pgasetintegerinitrange(2) - debian
pgasetrealinitrange(2) - debian
pgadebugprint(3) - debian
modbus_send_raw_request(3) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Detecting unused variables...
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph