Rechercher une page de manuel
PGAGetMutationOrCrossoverFlag
Langue: en
Version: 305549 (debian - 07/07/09)
Section: 8 (Commandes administrateur)
NAME
PGAGetMutationOrCrossoverFlag - Returns true if mutation only occurs when crossover does not.INPUT PARAMETERS
- ctx
- - context variable
OUTPUT PARAMETERS
- none
SYNOPSIS
#include "pgapack.h" int PGAGetMutationOrCrossoverFlag(ctx) PGAContext *ctx
LOCATION
pga.cEXAMPLE
Example: PGAContext *ctx; int mutatetype; : mutatetype = PGAGetMutationOrCrossoverFlag(ctx); switch (mutatetype) { case PGA_TRUE: printf("Only mutating strings not undergoing crossover); break; case PGA_FALSE: printf("Mutating strings only after crossover); break; }
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre