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

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

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

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

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

    Heuristic Algorithm可以分为三类,Simple Heuristic Algorithm, Meta-Heuristic Algorithm 和 Hyper-Heuristic Algorithm (暂不讨论)。 Simple Heuristic Algorithm常见的有:Greedy Algorithm …

  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. “Heuristic”一词在学术文献中代表什么意义? - 知乎

    “Heuristic”一词在学术文献中代表什么意义? 在读一篇介绍一个dynamic programming算法的论文,文中有一章叫做“Heuristics”。 内容大致在讲解对于这个算法的某些limits… 显示全部 关注者 …

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

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

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

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

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

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

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

    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 …