Man Page: pgagetrestartfrequencyvalue
Operating Environment: debian
Section: 3
PGAGetRestartFrequencyValue(3) PGAPack PGAGetRestartFrequencyValue(3)NAMEPGAGetRestartFrequencyValue - returns the number of iterations of no change in the best string after which the algorithm should restartINPUT PARAMETERSctx - context variable numiter - number of changeless iterationsOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" int PGAGetRestartFrequencyValue(ctx) PGAContext *ctxLOCATIONrestart.cEXAMPLEExample: PGAContext *ctx; : numiter = PGAGetRestartFrequencyValue(ctx); 05/01/95 PGAGetRestartFrequencyValue(3)