Calculates the mean hamming distance for a population of binary strings.
For all other data types returns a value of 0.0 and prints a warning message.
ctx
- context variable
popindex
- symbolic constant of the population for which the Hamming distance is to be calculated Output: The mean Hamming distance in the population
none
#include "pgapack.h" double PGAHammingDistance(ctx, popindex) PGAContext *ctx int popindex
hamming.c
: hd = PGAHammingDistance(ctx, PGA_NEWPOP);