Function PGAEvaluateSeq
Defined in File parallel.c
Function Documentation
-
static void PGAEvaluateSeq(PGAContext *ctx, int pop, double (*evaluate)(PGAContext*, int, int, double*))
Sequential internal evalution function.
Description
Evaluates all strings that need to be evaluated using one processor.
- Parameters:
ctx – context variable
pop – symbolic constant of the population to be evaluated
evaluate – a pointer to a function to evaluate a string.