source: trunk/optimizer/src/pgapack/pgapack/man/man3/PGAGetRestartFrequencyValue.3 @ 816

Last change on this file since 816 was 816, checked in by liveletlive, 16 years ago

Committing the newer version of PGAPack.

File size: 573 bytes
Line 
1.TH PGAGetRestartFrequencyValue 3 "05/01/95" " " "PGAPack"
2.SH NAME
3PGAGetRestartFrequencyValue \- returns the number of iterations of no
4change in the best string after which the algorithm should restart
5.SH INPUT PARAMETERS
6.PD 0
7.TP
8ctx
9- context variable
10.PD 0
11.TP
12numiter
13- number of changeless iterations
14.PD 1
15.SH OUTPUT PARAMETERS
16.PD 0
17.TP
18none
19
20.PD 1
21.SH SYNOPSIS
22.nf
23#include "pgapack.h"
24int  PGAGetRestartFrequencyValue(ctx)
25PGAContext *ctx
26.fi
27.SH LOCATION
28restart.c
29.SH EXAMPLE
30.nf
31Example:
32PGAContext *ctx;
33:
34numiter = PGAGetRestartFrequencyValue(ctx);
35
36.fi
Note: See TracBrowser for help on using the repository browser.