Query: pgasetcrossoverprob
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGASetCrossoverProb(3) PGAPack PGASetCrossoverProb(3)NAMEPGASetCrossoverProb - Probability that a selected string will undergo crossover.DESCRIPTIONThe default is 0.85.INPUT PARAMETERSctx - context variable p - the crossover probabilityOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" void PGASetCrossoverProb(ctx, crossover_prob) PGAContext *ctx double crossover_probLOCATIONcross.cEXAMPLEExample: Make crossover happen infrequently. PGAContext *ctx; : PGASetCrossoverProb(ctx,0.001); 05/01/95 PGASetCrossoverProb(3)
Related Man Pages |
---|
pgasetrealinitpercent(2) - debian |
pgasendreceiveindividual(4) - debian |
pgasetuserfunction(8) - debian |
lwres_conf_parse(3) - centos |
lwres_conf_get(3) - centos |
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
Detecting unused variables... |
Find columns in a file based on header and print to new file |
Weird 'find' results |