Query: pgasetmutationorcrossoverflag
OS: debian
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGASetMutationOrCrossoverFlag(8) PGAPack PGASetMutationOrCrossoverFlag(8)NAMEPGASetMutationOrCrossoverFlag - A boolean flag to indicate if recombination uses exactly one of crossover or mutation on selected strings.INPUT PARAMETERSctx - context variable flag - PGA_TRUE (default) or PGA_FALSEOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" void PGASetMutationOrCrossoverFlag(ctx, flag) PGAContext *ctx int flagLOCATIONpga.cEXAMPLEExample: Set the genetic algorithm to use mutation only when crossover is not used. PGAContext *ctx; : PGASetMutationOrCrossoverFlag(ctx,PGA_FALSE); 05/01/95 PGASetMutationOrCrossoverFlag(8)
| Related Man Pages |
|---|
| pgaevaluate(1) - debian |
| pgasetrealinitrange(2) - debian |
| pgasendreceiveindividual(4) - debian |
| pgacreate(8) - debian |
| lwres_conf_parse(3) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Introduction |
| One instance of comparing grep and awk |
| A (ksh) Library For and From UNIX.com |
| My first PERL incarnation... Audio Oscillograph |