Query: pgasetselecttype
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGASetSelectType(3) PGAPack PGASetSelectType(3)NAMEPGASetSelectType - specify the type of selection to use.DESCRIPTIONValid 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 PARAMETERSctx - context variable select_type - symbolic constant to specify selection typeOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" void PGASetSelectType(ctx, select_type) PGAContext *ctx int select_typeLOCATIONselect.cEXAMPLEExample: PGAContext *ctx; : PGASetSelectType(ctx, PGA_SELECT_SUS); 05/01/95 PGASetSelectType(3)
Related Man Pages |
---|
pgasetintegerinitrange(2) - debian |
pgaduplicate(8) - debian |
pgasetuserfunction(8) - debian |
lwres_conf_clear(3) - centos |
lwres_conf_get(3) - centos |
Similar Topics in the Unix Linux Community |
---|
Introduction |
Detecting unused variables... |
One instance of comparing grep and awk |
Weird 'find' results |
My first PERL incarnation... Audio Oscillograph |