DESCRIPTION
In this way all allele values remain within the range the integer strings were initialized on. If this flag is PGA_FALSE (the default), the alleles may take any values.INPUT PARAMETERS
- ctx
- - context variable
- flag
- - either PGA_TRUE or PGA_FALSE
OUTPUT PARAMETERS
- none
-
SYNOPSIS
#include "pgapack.h"
void PGASetMutationBoundedFlag(ctx, val)
PGAContext *ctx
int val
LOCATION
mutation.cEXAMPLE
Example: PGAContext *ctx; : PGASetMutationBoundedFlag(ctx, PGA_TRUE);