debian man page for pgasetcrossoverprob

Query: pgasetcrossoverprob

OS: debian

Section: 3

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

PGASetCrossoverProb(3)						      PGAPack						    PGASetCrossoverProb(3)

NAME
PGASetCrossoverProb - Probability that a selected string will undergo crossover.
DESCRIPTION
The default is 0.85.
INPUT PARAMETERS
ctx - context variable p - the crossover probability
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" void PGASetCrossoverProb(ctx, crossover_prob) PGAContext *ctx double crossover_prob
LOCATION
cross.c
EXAMPLE
Example: Make crossover happen infrequently. PGAContext *ctx; : PGASetCrossoverProb(ctx,0.001); 05/01/95 PGASetCrossoverProb(3)
Related Man Pages
pgasetrealinitpercent(2) - debian
pgasetrealinitrange(2) - debian
pgadebugprint(3) - debian
pgasendreceiveindividual(4) - debian
pgasortpop(8) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Introduction
One instance of comparing grep and awk
Weird 'find' results