PGAGetMaxFitnessRank - Online in the Cloud

This is the command PGAGetMaxFitnessRank that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


PGAGetMaxFitnessRank - returns the maximum value used in rank-based fitness.

INPUT PARAMETERS


ctx - context variable

OUTPUT PARAMETERS


rank -based fitness

SYNOPSIS


#include "pgapack.h"
double PGAGetMaxFitnessRank(ctx)
PGAContext *ctx

LOCATION


fitness.c

EXAMPLE


PGAContext *ctx;
double max;
:
max = PGAGetMaxFitnessRank(ctx);

05/01/95 PGAGetMaxFitnessRank(1)

Use PGAGetMaxFitnessRank online using onworks.net services



Latest Linux & Windows online programs