Function PGAGetMixingType

Function Documentation

int PGAGetMixingType(PGAContext *ctx)

Return the strategy setting for combination of mutation and crossover.

Example

PGAContext *ctx;
int mixtype;

...
mixtype = PGAGetMixingType (ctx);

Parameters
  • ctx – context variable

Returns

Return the mixing type