📌  相关文章
📜  教资会网络 | UGC NET CS 2015 年 6 月 – III |问题 59

📅  最后修改于: 2022-05-13 01:57:56.609000             🧑  作者: Mango

教资会网络 | UGC NET CS 2015 年 6 月 – III |问题 59

和以下相符:

List – IList – II
(a) Steepest – accent Hill Climbing(i) Keeps track of all partial paths which can be candidate for further exploration
(b)Branch – and – bound(ii) Discover problem state(s) that satisfy a set of constraints
(c)Constraint satisfaction(iii) Detects difference between current state and goal state
(d)Means – end – analysis(iv)Considers all moves from current state and selects best move


代码:

(a)(b)(c)(d)
(1)(i)(iv)(iii)(ii)
(2)(iv)(i)(ii)(iii)
(3)(i)(iv)(ii)(iii)
(4)(iv)(ii)(i)(iii)

(一) (一)
(乙) (2)
(三) (3)
(D) (4)答案:(乙)
解释:

  • 最陡 - 重音爬山考虑当前状态的所有移动并选择最佳移动
  • 分支 - 和 - 边界 跟踪所有可能成为进一步探索候选的部分路径
  • 约束满足 发现满足一组约束的问题状态
  • 手段 – 结束 – 分析 检测当前状态和目标状态之间的差异

    所以,选项(B)是正确的。
    这个问题的测验