debian man page for pgagetevaluation

Query: pgagetevaluation

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PGAGetEvaluation(1)						      PGAPack						       PGAGetEvaluation(1)

NAME
PGAGetEvaluation - returns the evaluation function value for string p in population pop
INPUT PARAMETERS
ctx - context variable p - string index pop - symbolic constant of the population the string is in
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" double PGAGetEvaluation(ctx, p, pop) PGAContext *ctx int p int pop
LOCATION
evaluate.c
EXAMPLE
Example: PGAContext *ctx; int p; double eval; : eval = PGAGetEvaluation(ctx, p, PGA_NEWPOP); 05/01/95 PGAGetEvaluation(1)
Related Man Pages
pgasetrealinitpercent(2) - debian
pgadebugprint(3) - debian
pgasendreceiveindividual(4) - debian
glxquerycontext(3g) - centos
glxquerycontextinfoext(3g) - centos
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Detecting unused variables...
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com