debian man page for pgasetcrossovertype

Query: pgasetcrossovertype

OS: debian

Section: 3

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

PGASetCrossoverType(3)						      PGAPack						    PGASetCrossoverType(3)

NAME
PGASetCrossoverType - specify the type of crossover to use.
DESCRIPTION
Valid choices are PGA_CROSSOVER_ONEPT, PGA_CROSSOVER_TWOPT, or PGA_CROSSOVER_UNIFORM for one-point, two-point, and uniform crossover, respectively. The default is PGA_CROSSOVER_TWOPT.
INPUT PARAMETERS
ctx - context variable crossover_type - symbolic constant to specify crossover type
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" void PGASetCrossoverType(ctx, crossover_type) PGAContext *ctx int crossover_type
LOCATION
cross.c
EXAMPLE
Example: Use uniform crossover when crossingover strings. PGAContext *ctx; : PGASetCrossoverType(ctx, PGA_CROSSOVER_UNIFORM); 05/01/95 PGASetCrossoverType(3)
Related Man Pages
pgaevaluate(1) - debian
pgasetrealinitpercent(2) - debian
pgasetrealinitrange(2) - debian
pgasendreceiveindividual(4) - debian
glxquerycontext(3g) - centos
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph