Rechercher une page de manuel
PGAGetEvaluationUpToDateFlag
Langue: en
Version: 262344 (debian - 07/07/09)
Section: 1 (Commandes utilisateur)
NAME
PGAGetEvaluationUpToDateFlag - returns true/false to indicate whether the evaluate function value is up to dateINPUT PARAMETERS
- ctx
- - context variable
- p
- - string index
- pop
- - symbolic constant of the population the string is in
OUTPUT PARAMETERS
- none
SYNOPSIS
#include "pgapack.h" int PGAGetEvaluationUpToDateFlag(ctx, p, pop) PGAContext *ctx int p int pop
LOCATION
evaluate.cEXAMPLE
Example: PGAContext *ctx; int uptodate; : uptodate = PGAGetEvaluationUpToDateFlag(ctx); switch (uptodate) { case PGA_TRUE: printf("Evaluation function value current); break; case PGA_FALSE: printf("Evaluation function value out-of-date); break; }
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre