PGACopyIndividual
PGACopyIndividual
Section: PGAPack (8) Updated: 05/01/95 Local index
Up
NAME
PGACopyIndividual - copies string p1 in population pop1 to position p2 in
population pop2
INPUT PARAMETERS
- ctx
-
- context variable
- p1
-
- string to copy
- pop1
-
- symbolic constant of population containing string p1
- p2
-
- string to copy p1 to
- pop2
-
- symbolic constant of population containing string p2
OUTPUT PARAMETERS
- none
-
SYNOPSIS
#include "pgapack.h"
void PGACopyIndividual(ctx, p1, pop1, p2, pop2)
PGAContext *ctx
int p1
int pop1
int p2
int pop2
LOCATION
utility.c
EXAMPLE
Example:
PGAContext *ctx;
int i,j;
:
PGACopyIndividual(ctx, i, PGA_OLDPOP, j, PGA_NEWPOP);
Index
- NAME
-
- INPUT PARAMETERS
-
- OUTPUT PARAMETERS
-
- SYNOPSIS
-
- LOCATION
-
- EXAMPLE
-
This document was created by
man2html,
using the manual pages.
Time: 22:02:08 GMT, April 16, 2011