pgasetselecttype(3) debian man page | unix.com

Man Page: pgasetselecttype

Operating Environment: debian

Section: 3

PGASetSelectType(3)						      PGAPack						       PGASetSelectType(3)

NAME
PGASetSelectType - specify the type of selection to use.
DESCRIPTION
Valid choices are PGA_SELECT_PROPORTIONAL, PGA_SELECT_SUS, PGA_SELECT_TOURNAMENT, and PGA_SELECT_PTOURNAMENT for proportional, stochastic universal selection, tournament, and probabilistic tournament selection, respectively. The default is PGA_SELECT_TOURNAMENT.
INPUT PARAMETERS
ctx - context variable select_type - symbolic constant to specify selection type
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" void PGASetSelectType(ctx, select_type) PGAContext *ctx int select_type
LOCATION
select.c
EXAMPLE
Example: PGAContext *ctx; : PGASetSelectType(ctx, PGA_SELECT_SUS); 05/01/95 PGASetSelectType(3)
Related Man Pages
pgasetrealinitpercent(2) - debian
pgasetrealinitrange(2) - debian
pgasendreceiveindividual(4) - debian
pgasortpop(8) - debian
glxquerycontext(3g) - centos
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Detecting unused variables...
One instance of comparing grep and awk
Weird 'find' results