Penguin
Annotated edit history of Heuristic version 5, including all changes. View license author blame.
Rev Author # Line
2 AristotlePagaltzis 1 A [Heuristic] is a step-by-step problem-solving procedure which usually leads to a sufficiently close approximation of the right result. Often, a [Heuristic] has the potential to also deliver very wrong results. [Heuristic]s are used in scenarios where an appropiate [Algorithm] is either unknown or computationally infeasible, and occasionally getting bad apples is an acceptable trade-off to not solving the problem at all.
3 AristotlePagaltzis 2
3 Of course, this is a heuristic, which is a fancy way of saying that it doesn't work.
4 <br> ''--Mark-Jason Dominus''
1 StuartYeates 5
2 AristotlePagaltzis 6 Contrast [Algorithm].

PHP Warning

lib/blame.php:177: Warning: Invalid argument supplied for foreach()