pgagetfitnesscmaxvalue(1) debian man page | unix.com

Man Page: pgagetfitnesscmaxvalue

Operating Environment: debian

Section: 1

PGAGetFitnessCmaxValue(1)					      PGAPack						 PGAGetFitnessCmaxValue(1)

NAME
PGAGetFitnessCmaxValue - returns the value of the multiplier used by PGAFitnessMinCmax.
INPUT PARAMETERS
ctx - context variable
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" double PGAGetFitnessCmaxValue(ctx) PGAContext *ctx
LOCATION
fitness.c
EXAMPLE
Example: PGAContext *ctx; double cmax; : cmax = PGAGetFitnessCmaxValue(ctx); 05/01/95 PGAGetFitnessCmaxValue(1)
Related Man Pages
pgaevaluate(1) - debian
pgasetintegerinitrange(2) - debian
pgasetrealinitpercent(2) - debian
pgadebugprint(3) - debian
lwres_conf_clear(3) - centos
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?