Function PGASetMutationPolyEta
Defined in File mutation.c
Function Documentation
-
void PGASetMutationPolyEta(PGAContext *ctx, double eta)
Set Eta for polynomial mutation.
Example
PGAContext *ctx; ... PGASetMutationPolyEta (ctx, 200);
- Parameters:
ctx – context variable
eta – the polynomial mutation eta
- Returns:
None