pgagetselecttype(3) debian man page | unix.com

Man Page: pgagetselecttype

Operating Environment: debian

Section: 3

PGAGetSelectType(3)						      PGAPack						       PGAGetSelectType(3)

NAME
PGAGetSelectType - Returns the type of selection selected
INPUT PARAMETERS
ctx - context variable
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" int PGAGetSelectType(ctx) PGAContext *ctx
LOCATION
select.c
EXAMPLE
Example: 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
pgaevaluate(1) - debian
pgadebugprint(3) - debian
x509_store_ctx_set_verify_cb(3ssl) - debian
pgasendreceiveindividual(4) - debian
x509_store_ctx_set_verify_cb(3) - netbsd
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections