Home | History | Annotate | Download | only in general

Lines Matching defs:iterations

35  * settings, iterations and evaluations counting.</p>
42 /** Default maximal number of iterations allowed. */
60 /** Maximal number of iterations allowed. */
63 /** Number of iterations already performed. */
64 private int iterations;
103 return iterations;
136 /** Increment the iterations counter by 1.
138 * of iterations is exceeded
142 if (++iterations > maxIterations) {
165 * of iterations is exceeded
183 iterations = 0;