debian man page for pgasetuniformcrossoverprob

Query: pgasetuniformcrossoverprob

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PGASetUniformCrossoverProb(3)					      PGAPack					     PGASetUniformCrossoverProb(3)

NAME
PGASetUniformCrossoverProb - Probability used in uniform crossover to specify that an allele value value be selected from a particular par- ent.
DESCRIPTION
The 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 PARAMETERS
ctx - context variable p - the crossover probability
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" void PGASetUniformCrossoverProb(ctx, uniform_cross_prob) PGAContext *ctx double uniform_cross_prob
LOCATION
cross.c
EXAMPLE
Example: PGAContext *ctx; : PGASetUniformCrossoverProb(ctx,0.9); 05/01/95 PGASetUniformCrossoverProb(3)
Related Man Pages
pgadebugprint(3) - debian
modbus_send_raw_request(3) - debian
pgasetuserfunction(8) - debian
lwres_conf_parse(3) - centos
lwres_conf_get(3) - centos
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
One instance of comparing grep and awk
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?