About 3,090,000 results
Open links in new tab
  1. 谁能科普一下心理学里的启发式(Heuristic)? - 知乎

    不是专门研究启发式的,权当抛砖引玉~ 去年十月份,北大心理与认知科学学院举办了决策与神经经济学研讨会,来自中科院心理所的栾胜华老师就介绍了启发式 (Heuristic)的内容,作为听众 …

  2. 元启发式算法和启发式算法有什么区别? - 知乎

    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 …

  3. 怎样理解 Heuristics and biases result in suboptimal decisions?

    heuristic与reasoning构成了人类的两种思维方式,在很多文献中它们分别被称作system 1 thinking 与system 2 thinking。 那么heuristic必会导致非最优的结果吗? 目前学界有两大阵营。 第一 …

  4. Heuristic Algorithm是什么意思? - 知乎

    Nov 15, 2019 · 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 …

  5. 贪心算法 启发式算法 近似算法 区别? - 知乎

    故需要使用近似算法(Approximate Method) 在有限时间内来寻找一个近似最优解。 近似方法分为两种 分别为 近似算法(Approximate Algorithms) 和启发式算法( Heuristic Algorithms)。 …

  6. 行为经济学里的启发式概念和偏好概念是什么关系? - 知乎

    比如你让两组人分别估计 7x6x5x4x3x2x1的结果,和1x2x3x4x5x6x7的结果是多少,很可能会发现估计7x6x5x4x3x2x1结果会比估计1x2x3x4x5x6x7结果更高些。 这叫anchoring effect,这里 …

  7. 启发式算法 (heuristic)和超启发式算法 (hyper heuristic)有什么区 …

    研究背景 NP难的组合优化问题往往需要专家设计启发式(heuristic)进行求解,超启发式(hyper-heuristic,HH)寻求在专家定义的搜索空间中自动化设计启发式。LLM能够在开放的语言、代 …

  8. 启发式算法Heuristic Algorithm和元启发算法Meta ... - 知乎

    启发式算法Heuristic Algorithm和元启发算法Meta-Heuristic Algorithm有什么区别? 在网上查来查去也是找不到解释。 还有个问题,启发式算法的性质里包括了会困在局部最优解,模拟退火 …

  9. 人工智能中A*算法的启发式的一致性有什么意义? - 知乎

    启发的一致性,即 consistent Heuristic, 是用来约束和讨论关于 可接受启发 (admissible heuristic)的。

  10. 如何将Surface Area Heuristic (表面面积启发式)运用到BVH的构建 …

    如何将Surface Area Heuristic (表面面积启发式)运用到BVH的构建中? 题主实现过一个简易的BVH构建过程,实现方法是将所有的图元 (三角形)按照世界坐标系下的X轴的值排列后,每次 …