heuristic(启发式的)指一种以经验法则、直觉或“试探—改进”的方式来快速找到可行解的方法或思路,常用于问题求解、学习与算法中;它不保证最优,但通常更高效、实用。
/juːˈrɪstɪk/
A simple heuristic is to start with the easiest task first.
一个简单的启发式方法是先从最容易的任务开始。
The search algorithm uses a heuristic to estimate which path is most promising, even though it cannot guarantee the best solution.
该搜索算法使用启发式方法来估计哪条路径最有希望,尽管它不能保证得到最优解。
源自希腊语 heuriskein,意为“发现、找到”。与“灵感式地找到答案”相关,因此在现代英语里常指“帮助发现/引导找到解决方案的策略”,尤其在认知心理学与计算机科学中使用频繁。