PGASetRestartFlag - specifies whether the algorithm should employ the
restart operator
ctx - context variable
val - boolean variable
none
#include "pgapack.h"
void PGASetRestartFlag(ctx, val)
PGAContext *ctx
int val
restart.c
Example:
PGAContext *ctx;
:
PGASetRestartFlag(ctx, PGA_TRUE);
05/01/95 PGASetRestartFlag(3)