Game Playing玩游戏.pptVIP

  • 18
  • 0
  • 约1.47万字
  • 约 42页
  • 2017-03-06 发布于上海
  • 举报
Game Playing玩游戏

* * * * * * * * * * * * * * * * * * * * Backward chaining example Properties of backward chaining Depth-first recursive proof search: Space is linear in size of proof. Incomplete due to infinite loops ? fix by checking current goal against every goal on stack Inefficient due to repeated subgoals (both success and failure) ? fix using caching of previous results (memoization) Widely used for logic programming PROLOG: backward chaining with Horn clauses + bells whistles. Resolution in FOL Full first-order version: l1 ? ··· ? lk, m1 ? ··· ? mn Subst(θ , l1 ? ··· ? li-1 ? li+1 ?

文档评论(0)

1亿VIP精品文档

相关文档