debian man page for pgachange

Query: pgachange

OS: debian

Section: 8

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PGAChange(8)							      PGAPack							      PGAChange(8)

NAME
PGAChange - Repeatedly apply mutation to a string (with an increasing mutation rate) until one or more mutations have occurred.
DESCRIPTION
This routine is usually used with PGADuplicate to modify a duplicate string. It is not intended to replace PGAMutation
INPUT PARAMETERS
ctx - context variable p - string index pop - symbolic constant of the population containing string p
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" void PGAChange(ctx, p, pop) PGAContext *ctx int p int pop
LOCATION
duplcate.c
EXAMPLE
Example: Change any string in PGA_NEWPOP that is an exact copy of a string in PGA_OLDPOP. To be complete, we should check the population again if any changes are made; for simplicity, we don't. PGAContext *ctx; int b, n; : n = PGAGetPopsize(ctx); for (b=0; b<n; b++) if (PGADuplicate(ctx, b, PGA_NEWPOP, PGA_OLDPOP, n)) PGAChange(ctx, b, PGA_NEWPOP); 05/01/95 PGAChange(8)
Related Man Pages
pgaevaluate(1) - debian
pgasetintegerinitrange(2) - debian
pgasendreceiveindividual(4) - debian
pgasetuserfunction(8) - debian
hx509_validate_ctx_init(3) - freebsd
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Weird 'find' results
A (ksh) Library For and From UNIX.com
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph