<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Heuristic Coding</title><link>http://www.bing.com:80/search?q=Heuristic+Coding</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Heuristic Coding</title><link>http://www.bing.com:80/search?q=Heuristic+Coding</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>谁能科普一下心理学里的启发式（Heuristic）？ - 知乎</title><link>https://www.zhihu.com/question/362691992</link><description>不是专门研究启发式的，权当抛砖引玉~ 去年十月份，北大心理与认知科学学院举办了决策与神经经济学研讨会，来自中科院心理所的栾胜华老师就介绍了启发式 (Heuristic)的内容，作为听众还是有不少收获的。 我们第一次看到Heuristic的时候，大概都是在心理学导论里面的问题解决部分，通常被定义为 ...</description><pubDate>Thu, 02 Apr 2026 18:03:00 GMT</pubDate></item><item><title>“Heuristic”一词在学术文献中代表什么意义？ - 知乎</title><link>https://www.zhihu.com/question/40799329</link><description>“Heuristic”一词在学术文献中代表什么意义？ 在读一篇介绍一个dynamic programming算法的论文，文中有一章叫做“Heuristics”。 内容大致在讲解对于这个算法的某些limits… 显示全部 关注者 14</description><pubDate>Wed, 01 Apr 2026 16:10:00 GMT</pubDate></item><item><title>启发式算法 (heuristic)和超启发式算法 (hyper heuristic)有什么区别？</title><link>https://www.zhihu.com/question/50250062</link><description>研究背景 NP难的组合优化问题往往需要专家设计启发式（heuristic）进行求解，超启发式（hyper-heuristic，HH）寻求在专家定义的搜索空间中自动化设计启发式。LLM能够在开放的语言、代码空间中进行搜索，为HH带来新机遇。 语言超启发式（Language Hyper-Heuristic，LHH） 我们引入语言超启发式（Language Hyper ...</description><pubDate>Fri, 27 Mar 2026 06:29:00 GMT</pubDate></item><item><title>Heuristic Algorithm是什么意思？ - 知乎</title><link>https://www.zhihu.com/question/355953783</link><description>A heuristic algorithm is one that is designed to solve a problem in a faster and more efficient fashion than traditional methods by sacrificing optimality, accuracy, precision, or completeness for speed.</description><pubDate>Sun, 29 Mar 2026 15:16:00 GMT</pubDate></item><item><title>启发式算法Heuristic Algorithm和元启发算法Meta-Heuristic Algorithm有什么区别？</title><link>https://www.zhihu.com/question/29919290</link><description>启发式算法Heuristic Algorithm和元启发算法Meta-Heuristic Algorithm有什么区别？ 在网上查来查去也是找不到解释。 还有个问题，启发式算法的性质里包括了会困在局部最优解，模拟退火算法也算启发式算法，但模拟退火算法有可能得到全局最优解，这… 显示全部 关注者 62</description><pubDate>Tue, 10 Feb 2026 22:45:00 GMT</pubDate></item><item><title>贪心算法 启发式算法 近似算法 区别？ - 知乎</title><link>https://www.zhihu.com/question/28874818</link><description>故需要使用近似算法（Approximate Method） 在有限时间内来寻找一个近似最优解。 近似方法分为两种 分别为 近似算法（Approximate Algorithms） 和启发式算法（ Heuristic Algorithms)。 近似算法通常可得到一个有质量保证的解。</description><pubDate>Thu, 02 Apr 2026 19:07:00 GMT</pubDate></item><item><title>【翻译】由浅入深 A* 算法介绍</title><link>https://www.zhihu.com/tardis/zm/art/113008274</link><description>启发式搜索（Heuristic Search） 借助广度优先搜索和 Dijkstra 算法，边界将向各个方向扩展。 如何你要查找大多数位置或所有位置之间的路径，这是一个合理的选择。 但是，更常见的情况是我们只需要找到一个位置到另一个位置之间的路径。</description><pubDate>Mon, 30 Mar 2026 11:47:00 GMT</pubDate></item><item><title>行为经济学里的启发式概念和偏好概念是什么关系？ - 知乎</title><link>https://www.zhihu.com/question/475601024</link><description>比如你让两组人分别估计 7x6x5x4x3x2x1的结果，和1x2x3x4x5x6x7的结果是多少，很可能会发现估计7x6x5x4x3x2x1结果会比估计1x2x3x4x5x6x7结果更高些。 这叫anchoring effect，这里边就涉及到Heuristic。 但这就和人的偏好没什么关系了，纯粹是heuristic影响了估值而已。</description><pubDate>Sun, 22 Mar 2026 20:10:00 GMT</pubDate></item><item><title>如何将Surface Area Heuristic (表面面积启发式)运用到BVH的构建中？</title><link>https://www.zhihu.com/question/364497131</link><description>如何将Surface Area Heuristic (表面面积启发式)运用到BVH的构建中？ 题主实现过一个简易的BVH构建过程，实现方法是将所有的图元 (三角形)按照世界坐标系下的X轴的值排列后，每次从中间截断分为两部分并生成两个个AABB，直… 显示全部 关注者 39</description><pubDate>Sun, 22 Mar 2026 05:59:00 GMT</pubDate></item><item><title>元启发式算法和启发式算法有什么区别？ - 知乎</title><link>https://www.zhihu.com/question/36635796</link><description>A heuristic is a rule of thumb method derived from human intuitions. For example, we can use the nearest neighbour heuristic to solve the TSP problem and use the maximal saturation degree heuristic to solve the graph colouring problem. 最后，我们可以利用元启发式算法更好地探索解空间，从而避免算法陷入局部最优。</description><pubDate>Thu, 02 Apr 2026 00:02:00 GMT</pubDate></item></channel></rss>