Heuristic

From Food & Medicine Encyclopedia

(Redirected from Heuristics)

A heuristic is a practical approach to problem-solving or learning that employs a method not guaranteed to be optimal or perfect, but sufficient for reaching an immediate goal. Heuristics are used to speed up the process of finding a satisfactory solution, where an exhaustive search is impractical. This approach is often employed in artificial intelligence, computer science, and cognitive psychology.

Overview[edit]

Heuristics are strategies derived from previous experiences with similar problems. These strategies can be mental shortcuts that ease the cognitive load of making a decision. Examples of heuristics include using a "rule of thumb", an educated guess, an intuitive judgment, or common sense.

In the context of artificial intelligence, heuristics are used to improve the efficiency of algorithms. For example, in search algorithms, a heuristic function is used to rank alternatives at each branching step based on available information to decide which branch to follow.

Types of Heuristics[edit]

There are several types of heuristics, including:

  • Availability heuristic: This involves making a decision based on the information that is most readily available, rather than all possible information.
  • Representativeness heuristic: This involves judging the probability of an event by comparing it to an existing prototype in our minds.
  • Anchoring and adjustment heuristic: This involves relying heavily on the first piece of information encountered (the "anchor") when making decisions.

Applications[edit]

Heuristics are widely used in various fields:

  • In medicine, heuristics can help doctors make quick decisions in emergency situations by relying on their experience and intuition.
  • In computer science, heuristics are used in algorithms to find approximate solutions to complex problems, such as in machine learning and data mining.
  • In psychology, heuristics are studied to understand how people make decisions and solve problems.

Criticism[edit]

While heuristics can be useful, they can also lead to cognitive biases and errors in judgment. For example, the availability heuristic can lead to overestimating the likelihood of events that are more memorable or recent.

Also see[edit]

References[edit]

Medical Disclaimer: WikiMD is for informational purposes only and is not a substitute for professional medical advice. Content may be inaccurate or outdated and should not be used for diagnosis or treatment. Always consult your healthcare provider for medical decisions. Verify information with trusted sources such as CDC.gov and NIH.gov. By using this site, you agree that WikiMD is not liable for any outcomes related to its content. See full disclaimer.
Credits:Most images are courtesy of Wikimedia commons, and templates, categories Wikipedia, licensed under CC BY SA or similar.