Rechercher une page de manuel
PGAGetFitness
Langue: en
Version: 256521 (debian - 07/07/09)
Section: 1 (Commandes utilisateur)
NAME
PGAGetFitness - returns the fitness value for a stringINPUT 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 PGAGetFitness(ctx, p, pop) PGAContext *ctx int p int pop
LOCATION
fitness.cEXAMPLE
Example: PGAContext *ctx; int p; double fit; : fit = PGAGetFitness(ctx, p, PGA_NEWPOP);
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre