pgagetworstindex(5) debian man page | unix.com

Man Page: pgagetworstindex

Operating Environment: debian

Section: 5

PGAGetWorstIndex(5)						      PGAPack						       PGAGetWorstIndex(5)

NAME
PGAGetWorstIndex - returns the index of the string with the worst evaluation function value in population pop
INPUT PARAMETERS
ctx - context variable pop - symbolic constant of the population to find the worst string in
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" int PGAGetWorstIndex(ctx, pop) PGAContext *ctx int pop
LOCATION
utility.c
EXAMPLE
Example: PGAContext *ctx; int worst; : worst = PGAGetWorstIndex(ctx,PGA_OLDPOP); 05/01/95 PGAGetWorstIndex(5)
Related Man Pages
pgaevaluate(1) - debian
pgasendreceiveindividual(4) - debian
pgaduplicate(8) - debian
glxquerycontext(3g) - centos
hx509_validate_ctx_init(3) - freebsd
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com