PGASetMutationRealValue
PGASetMutationRealValue
Section: PGAPack (3) Updated: 05/01/95 Local index
Up
NAME
PGASetMutationRealValue - Set multiplier to mutate PGA_DATATYPE_REAL
strings with.
DESCRIPTION
The use of this value depends on the type of mutation
being used. The default value is 0.1. See the user guide for more details.
INPUT PARAMETERS
- ctx
-
- context variable
- val
-
- the mutation value to use for Real mutation
OUTPUT PARAMETERS
- none
-
SYNOPSIS
#include "pgapack.h"
void PGASetMutationRealValue(ctx, val)
PGAContext *ctx
double val
LOCATION
mutation.c
EXAMPLE
Example:
PGAContext *ctx;
:
PGASetMutationRealValue(ctx,50.0);
Index
- NAME
-
- DESCRIPTION
-
- INPUT PARAMETERS
-
- OUTPUT PARAMETERS
-
- SYNOPSIS
-
- LOCATION
-
- EXAMPLE
-
This document was created by
man2html,
using the manual pages.
Time: 21:52:26 GMT, April 16, 2011