Difference between revisions of "Heuristic"
(→Popular methods) |
|||
Line 13: | Line 13: | ||
*[[Common sense]]. | *[[Common sense]]. | ||
*[[Trial and error]]. | *[[Trial and error]]. | ||
− | *[[ | + | *[[Fail-fast]]. |
*[[Learning through failure]]. | *[[Learning through failure]]. | ||
. | . | ||
− | |||
==Related lectures== | ==Related lectures== |
Revision as of 16:53, 23 September 2019
Heuristic (originally known as heuristic approach, heuristic method, or heuristic technique; from Greek εὑρίσκω: to find, discover) is any approach, technique, and/or practice that utilizes one or more experiments to discover knowledge and/or to solve a problem.
Usage
Heuristics are often used in situations when finding an optimal solution is impossible or impractical. The result and, especially, the process of achieving this result may or may not be efficient, perfect, or rational, but, instead, sufficient for a satisfactory solution.
Popular methods
- Rule of thumb.
- Educated guess.
- Intuitive judgment.
- Guesstimate.
- Profiling.
- Common sense.
- Trial and error.
- Fail-fast.
- Learning through failure.
.