- 1、本文档共55页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
wexInformedSearchandExploration
Informed Search and Exploration Chapter 4 (4.1-4.3) Introduction Ch.3 searches – good building blocks for learning about search But vastly inefficient eg: Can we do better? (Quick Partial) Review Previous algorithms differed in how to select next node for expansion eg: Breadth First Fringe nodes sorted old - new Depth First Fringe nodes sorted new - old Uniform cost Fringe nodes sorted by path cost: small - big Used little (no) “external” domain knowledge Overview Heuristic Search Best-First Search Approach Greedy A* Heuristic Functions Local Search and Optimization Hill-climbing Simulated Annealing Local Beam Genetic Algorithms Informed Searching An informed search strategy uses knowledge beyond the definition of the problem The knowledge is embodied in an evaluation function f(n) Best-First Search An algorithm in which a node is selected for expansion based on an evaluation function f(n) Fringe nodes ordered by f(n) Traditionally the node with the lowest evaluation function is selected Not an accurate name…expanding the best node first would be a straight march to the goal. Choose the node that appears to be the best Best-First Search Remember: Uniform cost search F(n) = g(n) Best-first search: F(n) = h(n) Later, a-star search: F(n) = g(n) + h(n) Best-First Search (cont.) Some BFS algorithms also include the notion of a heuristic function h(n) h(n) = estimated cost of the cheapest path from node n to a goal node Best way to include informed knowledge into a search Examples: How far is it from point A to point B How much time will it take to complete the rest of the task at current node to finish Greedy Best-First Search Expands node estimated to be closest to the goal f(n) = h(n) Consider the route finding problem. Can we use additional information to avoid costly paths that lead nowhere? Consider using the straight line distance (SLD) Route Finding Route Finding: Greedy Best First Route Finding: Greedy Best First Route Finding: Greedy Best First Route Findi
您可能关注的文档
- UML时序图用法说明.ppt
- uml第六课.ppt
- uml第五课.ppt
- uml第四课+.ppt
- uml第三课.ppt
- uml第二课.ppt
- UML统一建模语言.ppt
- UnderstandingFragmentsandRunons.ppt
- uml第四课.ppt
- undertaking.ppt
- 【中小学美术教育中的多元文化普及的意义】6800字.docx
- 【云南S物流公司人力资源存在的问题及完善对策研究(附问卷)】10000字.docx
- 【探路者控股集团户外用品公司绩效考核存在的问题及对策研究】8600字.doc
- 【浅析未来计算机技术与科学】6700字.doc
- 【基于杜邦分析法的蔬菜瓜果企业财务问题分析案例—以粤旺农业为例】9800字.doc
- 【奥田橱柜公司员工流失问题及完善对策研究】6200字.docx
- 【内部控制视角下零食多店公司的财务风险研究8200字】.doc
- 【江西煌上煌精益成本管理优化对策】9400字.doc
- 2024年03月广东省惠州大亚湾经济技术开发区测绘院2024年招考1名测绘高级工程师笔试历年典型考题.docx
- 2024年中国提升式隧道干燥机市场调查研究报告.docx
最近下载
- 智慧医院-医务管理系统设计方案.pdf VIP
- 医务管理系统建设方案.doc VIP
- 石油 - GB-T 7631.10-2013 润滑剂、工业用油和有关产品(L类)的分类 第10部分:T组(涡轮机).pdf
- 2023年北京市中考英语试卷(附答案详解).docx VIP
- 《防止校园欺凌》ppt课件(图文).pptx
- 2024初中语文新部编版七年级上册全册核心素养教案.pdf VIP
- 数字电子技术3套考试题目(含答案) .pdf VIP
- 卡特彼勒C11 和C13 ON-HIGHWAY 发动机装配手册 英文.pdf VIP
- 设备管理思路及方案.docx
- 年产3万吨塑料制品、2万吨再生塑料颗粒项目环境影响报告表.doc
文档评论(0)