Query: pgaselect
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGASelect(3) PGAPack PGASelect(3)NAMEPGASelect - performs genetic algorithm selection using either the default selection scheme or that specified with PGASetSelectType().DESCRIPTIONValid selection methods are proportional, stochastic universal, tournament, or probabilistic tournament selection, PGA_SELECT_PROPORTIONAL, PGA_SELECT_SUS, PGA_SELECT_TOURNAMENT, and PGA_SELECT_PTOURNAMENT, respectively. This function updates an internal array with the indices of members of popix selected for recombination. These indices may be accessed with PGASelectNextIndex()INPUT PARAMETERSctx - context variable popix - symbolic constant of population to select fromOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" void PGASelect(ctx, popix) PGAContext *ctx int popixLOCATIONselect.cEXAMPLEExample: PGAContext *ctx, : PGASelect(ctx, PGA_OLDPOP); 05/01/95 PGASelect(3)
Related Man Pages |
---|
pgasetintegerinitrange(2) - debian |
pgasetrealinitpercent(2) - debian |
pgadebugprint(3) - debian |
pgasendreceiveindividual(4) - debian |
pgacreate(8) - debian |
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
Is UNIX an open source OS ? |
Detecting unused variables... |
Weird 'find' results |
New UNIX and Linux History Sections |