Man Page: pgasetuniformcrossoverprob
Operating Environment: debian
Section: 3
PGASetUniformCrossoverProb(3) PGAPack PGASetUniformCrossoverProb(3)NAMEPGASetUniformCrossoverProb - Probability used in uniform crossover to specify that an allele value value be selected from a particular par- ent.DESCRIPTIONThe default is 0.6. The crossover type must have been set to PGA_CROSSOVER_UNIFORM with PGASetCrossoverType for this function call to have any effect.INPUT PARAMETERSctx - context variable p - the crossover probabilityOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" void PGASetUniformCrossoverProb(ctx, uniform_cross_prob) PGAContext *ctx double uniform_cross_probLOCATIONcross.cEXAMPLEExample: PGAContext *ctx; : PGASetUniformCrossoverProb(ctx,0.9); 05/01/95 PGASetUniformCrossoverProb(3)
| Related Man Pages |
|---|
| pgasetrealinitpercent(2) - debian |
| pgasendreceiveindividual(4) - debian |
| pgaduplicate(8) - debian |
| pgasortpop(8) - debian |
| pgasetuserfunction(8) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Weird 'find' results |
| My first PERL incarnation... Audio Oscillograph |