Computational Heuristic Intelligence (also known as Heuristic Search) is a type of artificial intelligence that seeks to solve complex problems by using algorithms and search techniques that mimic the problem-solving processes of humans. It is based on the concept of heuristics, which are rules of thumb that are used to guide decisions and problem-solving. Heuristic Search is used to identify optimal solutions for difficult problems, such as finding the shortest route between two points or the most efficient way to complete a given task. It is used in a variety of fields, such as robotics, natural language processing, computer vision, and machine learning.