pgasetcrossoverprob(3) debian man page | unix.com

Man Page: pgasetcrossoverprob

Operating Environment: debian

Section: 3

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
pgasetintegerinitrange(2) - debian
pgacreate(8) - debian
pgaduplicate(8) - debian
lwres_conf_clear(3) - centos
lwres_conf_init(3) - centos
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Is UNIX an open source OS ?
Detecting unused variables...
A (ksh) Library For and From UNIX.com