Difference between revisions of "Heuristic"

From CNM Wiki
Jump to: navigation, search
(Popular methods)
Line 13: Line 13:
 
*[[Common sense]].
 
*[[Common sense]].
 
*[[Trial and error]].
 
*[[Trial and error]].
*[[Fast-fail]].
+
*[[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

.

Related lectures