debian man page for pgagetfitnesscmaxvalue

Query: pgagetfitnesscmaxvalue

OS: debian

Section: 1

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

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
pgasetrealinitrange(2) - debian
pgadebugprint(3) - debian
pgasetuserfunction(8) - debian
glxquerycontext(3g) - centos
lwres_conf_get(3) - centos
Similar Topics in the Unix Linux Community
Detecting unused variables...
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?