pgachange(8) debian man page | unix.com

Man Page: pgachange

Operating Environment: debian

Section: 8

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
hx509_validate_ctx_free(3) - freebsd
pgasetrealinitrange(2) - debian
pgasendreceiveindividual(4) - debian
hx509_cert_keyusage_print(3) - freebsd
hx509_oid_sprint(3) - freebsd
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Introduction
Find columns in a file based on header and print to new file
Weird 'find' results