This is the command PGAGetEvaluation 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
PGAGetEvaluation - returns the evaluation function value for string p in population pop
INPUT 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 PGAGetEvaluation(ctx, p, pop)
PGAContext *ctx
int p
int pop
LOCATION
evaluate.c
EXAMPLE
Example:
PGAContext *ctx;
int p;
double eval;
:
eval = PGAGetEvaluation(ctx, p, PGA_NEWPOP);
05/01/95 PGAGetEvaluation(1)
Use PGAGetEvaluation online using onworks.net services