Function PGAUnHashIndividual

Function Documentation

void PGAUnHashIndividual(PGAContext *ctx, int p, int pop)

Compute Hash for this individual and remove from hash-table.

Description

Calls PGAIndividualHashIndex() for the hash value and removes it from the correct hash bucket.

Parameters
  • ctx – context variable

  • p – string index

  • pop – symbolic constant of the population containing string p

Returns

Computes hash of given individual and removes it from hash table