PGAGetMinRealInitValue

Langue: en

Version: 265840 (debian - 07/07/09)

Section: 2 (Appels système)

NAME

PGAGetMinRealInitValue - returns the minimum 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  PGAGetMinRealInitValue(ctx, i)
 PGAContext *ctx
 int i
 

LOCATION

real.c

EXAMPLE

 Example:
 PGAContext *ctx;
 int min;
 :
 min = PGAGetMinRealInitValue(ctx, 0);