PGAGetRandomInitFlag
PGAGetRandomInitFlag
Section: PGAPack (2) Updated: 05/01/95 Local index
Up
NAME
PGAGetRandomInitFlag - returns true/false to indicate whether or not
alleles are randomly initialized.
INPUT PARAMETERS
- ctx
-
- context variable
OUTPUT PARAMETERS
- none
-
SYNOPSIS
#include "pgapack.h"
int PGAGetRandomInitFlag(ctx)
PGAContext *ctx
LOCATION
create.c
EXAMPLE
Example:
PGAContext *ctx;
int raninit;
:
raninit = PGAGetRandomInitFlag(ctx);
switch (raninit) {
case PGA_TRUE:
printf("Population is randomly initialized);
break;
case PGA_FALSE:
printf("Population initialized to zero);
break;
}
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