source: trunk/optimizer/src/pgapack/gekco/pgapack/man/man1/PGAGetFitness.1 @ 815

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

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

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