| 单词 |
anytime algorithm |
| 释义 |
anytime algorithm
anytime algorithm (algorithm)An algorithm that returns a sequence ofapproximations to the correct answer such that eachapproximation is no worse than the previous one, i.e. thealgorithm can be stopped at _any time_.
Newton-Raphson iteration applied to finding the square root of a number b is another example:
x = (x + b / x) / 2
Each new x is closer to the square root than the previous one.
Applications might include a real-time control system or achess program that is allowed a fixed thinking time. |
| 随便看 |
- dec 26, 2014
- dec 26, 2015
- dec 26, 2016
- dec 26, 2017
- dec 26, 2018
- dec 26, 2019
- dec 26, 2020
- dec 26, 2021
- dec 26, 2022
- dec 26, 2023
- dec 27
- dec 27, 2011
- dec 27, 2012
- dec 8
- dec 8, 2011
- dec 8, 2012
- dec 8, 2013
- dec 8, 2014
- dec 8, 2015
- dec 8, 2016
- dec 8, 2017
- dec 8, 2018
- dec 8, 2019
- dec 8, 2020
- dec 8, 2021
|