PGAGetMaxRealInitValue
PGAGetMaxRealInitValue
Section: PGAPack (2) Updated: 05/01/95 Local index
Up
NAME
PGAGetMaxRealInitValue - returns the maximum value used to randomly
initialize allele i in a real string
INPUT PARAMETERS
- ctx
-
- context variable
- i
-
- an allele position
OUTPUT PARAMETERS
- none
-
SYNOPSIS
#include "pgapack.h"
double PGAGetMaxRealInitValue(ctx, i)
PGAContext *ctx
int i
LOCATION
real.c
EXAMPLE
Example:
PGAContext *ctx;
int max;
:
max = PGAGetMaxRealInitValue(ctx, 0);
Index
- NAME
-
- INPUT PARAMETERS
-
- OUTPUT PARAMETERS
-
- SYNOPSIS
-
- LOCATION
-
- EXAMPLE
-
This document was created by
man2html,
using the manual pages.
Time: 21:09:03 GMT, April 16, 2011