= Killer heuristic
{wiki=Killer_heuristic}
The "Killer heuristic" is a term often used in the context of artificial intelligence, particularly in search algorithms and optimization problems. It refers to a specific type of heuristic that significantly enhances the performance of search algorithms by allowing them to focus more effectively on promising regions of the search space. The name "Killer heuristic" comes from the idea that the heuristic "kills off" many of the less promising possibilities, thereby directing the search towards more fruitful areas.
Back to article page