Query: pgamutate
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGAMutate(3) PGAPack PGAMutate(3)NAMEPGAMutate - This routine performs mutation on a string.DESCRIPTIONThe type of mutation depends on the data type. Refer to the user guide for data-specific examples.INPUT PARAMETERSctx - context variable p - index of string to mutate pop - symbolic constant of the population containing pOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" int PGAMutate(ctx, p, pop) PGAContext *ctx int p int popLOCATIONmutation.cEXAMPLEExample: Mutate the best string in the population, until 10 or more mutations have occured. PGAContext *ctx; int p, count = 0; : p = PGAGetBestIndex(ctx, PGA_NEWPOP); while (count < 10) { count += PGAMutate(ctx, p, PGA_NEWPOP); } 05/01/95 PGAMutate(3)
Related Man Pages |
---|
pgaduplicate(8) - debian |
pgasortpop(8) - debian |
glxquerycontext(3g) - centos |
ssl_ctx_free(3) - opendarwin |
ssl_ctx_free(3) - netbsd |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Introduction |
One instance of comparing grep and awk |
Weird 'find' results |
New UNIX and Linux History Sections |