iteration
- noun
- /ˌɪtəˈreɪʃən/
- Specialized
- For example, in Case Study 1, the number of rectangles at the 10th iteration is 1221.
- iteration number
- next iteration
- first iteration
Examples
-
In this example, the AB-procedure terminates in three iterations, while the AB-L procedure does not terminate.
Academic text (2010) -
The system performs one iteration each of forward and backward relation generation.
Academic text (2017) -
The time required for each iteration can range from one day to several weeks.
Academic text (2005) -
After the successful implementation of the first iteration of remote observation technology, a second version was developed.
Academic text (2012) -
The running time is basically the number of iterations times the time per iteration.
-
An optimum shape is obtained in 12 iterations with a 65 percent reduction in volume.
Academic text (1994) -
All the results shown here were computed with 45 iterations total, after which the NNF has almost always converged.
Academic text (2011) -
In computer programming, each iteration refines the algorithm for better performance.
-
The software development team completed several iterations to improve the user interface.
-
During the testing phase, the program went through multiple iterations to fix bugs.
Synonyms
Repeating the same instructions in a program until a condition is met
One repetition in a process, for example one step in a loop
How Repetitive
Surface Forms
Morphology
Etymology
Iteration comes from the old Latin word iterare, which means 'to do again' or 'repeat'. In computing an iteration is one cycle or pass — one 'repeat' of the instructions — so the name reminds you it is a single turn in a repeating process.