PGASetRandomInitFlag
PGASetRandomInitFlag
Section: PGAPack (2) Updated: 05/01/95 Local index
Up
NAME
PGASetRandomInitFlag - A boolean flag to indicate whether to randomly
initialize alleles.
DESCRIPTION
Legal values are PGA_TRUE and PGA_FALSE. Default
is PGA_TRUE -- randomly initialize alleles.
INPUT PARAMETERS
- ctx
-
- context variable
- flag
-
- either PGA_TRUE or PGA_FALSE
OUTPUT PARAMETERS
- none
-
SYNOPSIS
#include "pgapack.h"
void PGASetRandomInitFlag(ctx, RandomBoolean)
PGAContext *ctx
int RandomBoolean
LOCATION
create.c
EXAMPLE
Example:
Set the initialization routine to initialize all alleles to zero
PGAContext *ctx;
:
PGASetRandomInitFlag(ctx,PGA_FALSE);
Index
- NAME
-
- DESCRIPTION
-
- 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