Query: pgagetselecttype
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGAGetSelectType(3) PGAPack PGAGetSelectType(3)NAMEPGAGetSelectType - Returns the type of selection selectedINPUT PARAMETERSctx - context variableOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" int PGAGetSelectType(ctx) PGAContext *ctxLOCATIONselect.cEXAMPLEExample: PGAContext *ctx; int selecttype; : selecttype = PGAGetSelectType(ctx); switch (selecttype) { case PGA_SELECT_PROPORTIONAL: printf("Selection Type = PGA_SELECT_PROPORTIONAL0); break; case PGA_SELECT_SUS: printf("Selection Type = PGA_SELECT_SUS0); break; case PGA_SELECT_TOURNAMENT: printf("Selection Type = PGA_SELECT_TOURNAMENT0); break; case PGA_SELECT_PTOURNAMENT: printf("Selection Type = PGA_SELECT_PTOURNAMENT0); break; } 05/01/95 PGAGetSelectType(3)
Related Man Pages |
---|
x509_store_ctx_set_verify_cb(3ssl) - linux |
pgasetrealinitpercent(2) - debian |
pgasortpop(8) - debian |
x509_store_ctx_set_verify_cb(3) - netbsd |
stream_notification_callback(3) - php |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
awk or sed - Convert 2 lines to 1 line |
Detecting unused variables... |
Find columns in a file based on header and print to new file |