Heuristics

From Computer Science Wiki
Revision as of 09:43, 29 November 2021 by Mr. MacKenty (talk | contribs) (Created page with "frame|right|This is a basic concept in computer science In mathematical optimization and computer science, heuristic (from Greek εὑρίσκω "I f...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This is a basic concept in computer science

In mathematical optimization and computer science, heuristic (from Greek εὑρίσκω "I find, discover") is a technique designed for solving a problem more quickly when classic methods are too slow, or for finding an approximate solution when classic methods fail to find any exact solution. This is achieved by trading optimality, completeness, accuracy, or precision for speed. In a way, it can be considered a shortcut[1]

There is a good kahn academy article to help you understand heuristics

References