source: trunk/optimizer/src/pgapack/gekco/pgapack/man/man5/PGAGetWorstIndex.5 @ 815

Last change on this file since 815 was 815, checked in by liveletlive, 16 years ago

Committing the /tmp/gekco/pgapack folder that contains the older PGAPack version and Prof. Klimecks changes to it.

File size: 575 bytes
Line 
1.TH PGAGetWorstIndex 5 "05/01/95" " " "PGAPack"
2.SH NAME
3PGAGetWorstIndex \- returns the index of the string with the worst
4evaluation function value in population pop
5.SH INPUT PARAMETERS
6.PD 0
7.TP
8ctx
9- context variable
10.PD 0
11.TP
12pop
13- symbolic constant of the population to find the worst string in
14.PD 1
15.SH OUTPUT PARAMETERS
16.PD 0
17.TP
18none
19
20.PD 1
21.SH SYNOPSIS
22.nf
23#include "pgapack.h"
24int  PGAGetWorstIndex(ctx, pop)
25PGAContext *ctx
26int pop
27.fi
28.SH LOCATION
29utility.c
30.SH EXAMPLE
31.nf
32Example:
33PGAContext *ctx;
34int worst;
35:
36worst = PGAGetWorstIndex(ctx,PGA_OLDPOP);
37
38.fi
Note: See TracBrowser for help on using the repository browser.