pgasetmaxfitnessrank(1) debian man page | unix.com

Man Page: pgasetmaxfitnessrank

Operating Environment: debian

Section: 1

PGASetMaxFitnessRank(1) 					      PGAPack						   PGASetMaxFitnessRank(1)

NAME
PGASetMaxFitnessRank - The value of the parameter Max when using linear ranking for fitness determination.
DESCRIPTION
The default value is 1.2. The value must be from the interval [1.0, 2.0]. The fitness type must have been set to PGA_FITNESS_RANKING with PGASetFitnessType for this function call to have any effect.
INPUT PARAMETERS
ctx - context variable max - the value of the parameter Max when using linear ranking
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" void PGASetMaxFitnessRank(ctx, fitness_rank_max) PGAContext *ctx double fitness_rank_max
LOCATION
fitness.c
EXAMPLE
Example: PGAContext *ctx; : PGASetMaxFitnessRank(ctx, 1.1); 05/01/95 PGASetMaxFitnessRank(1)
Related Man Pages
pgaevaluate(1) - debian
pgasetintegerinitrange(2) - debian
pgasetrealinitrange(2) - debian
pgasortpop(8) - debian
lwres_conf_parse(3) - centos
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Is UNIX an open source OS ?
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph