pgagetrestartfrequencyvalue(3) debian man page | unix.com

Man Page: pgagetrestartfrequencyvalue

Operating Environment: debian

Section: 3

PGAGetRestartFrequencyValue(3)					      PGAPack					    PGAGetRestartFrequencyValue(3)

NAME
PGAGetRestartFrequencyValue - returns the number of iterations of no change in the best string after which the algorithm should restart
INPUT PARAMETERS
ctx - context variable numiter - number of changeless iterations
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" int PGAGetRestartFrequencyValue(ctx) PGAContext *ctx
LOCATION
restart.c
EXAMPLE
Example: PGAContext *ctx; : numiter = PGAGetRestartFrequencyValue(ctx); 05/01/95 PGAGetRestartFrequencyValue(3)
Related Man Pages
pgasetintegerinitrange(2) - debian
pgasetrealinitpercent(2) - debian
pgasendreceiveindividual(4) - debian
pgasetuserfunction(8) - debian
glxquerycontextinfoext(3g) - centos
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?