- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
heuristic-search
1Heuristic Search Russell and Norvig: Chapter 4 CSMSC 421 – Fall 2003 Modified Search Algorithm 1. INSERT(initial-node,FRINGE) 2. Repeat: If FRINGE is empty then return failure n REMOVE(FRINGE) s STATE(n) If GOAL?(s) then return path or goal state For every state s’ in SUCCESSORS(s) Create a node n’ INSERT(n’,FRINGE) Search Algorithms Blind search – BFS, DFS, uniform cost no notion concept of the “right direction” can only recognize goal once it’s achieved Heuristic search – we have rough idea of how good various states are, and use this knowledge to guide our search Best-first search Idea: use an evaluation function f(n) for each node Estimate of desirability Expand most desirable unexpanded node Implementation: fringe is queue sorted by descreasing order of desirability Greedy search A* search 2Heuristic Websters Revised Unabridged Dictionary (1913) (web1913) Heuristic \Heu*ristic\, a. [Greek. to discover.] Serving to discover or find out. The Free On-line Dictionary of Computing (15Feb98) heuristic 1. programming A rule of thumb, simplification or educated guess that reduces or limits the search for solutions in domains that are difficult and poorly understood. Unlike algorithms, heuristics do not guarantee feasible solutions and are often used with no theoretical guarantee. 2. algorithm approximation algorithm. From WordNet (r) 1.6 heuristic adj 1: (computer science) relating to or using a heuristic rule 2: of or relating to a general formulation that serves to guide investigation [ant: algorithmic] n : a commonsense rule (or set of rules) intended to increase the probability of solving some problem [syn: heuristic rule, heuristic program] Informed Search Add domain-specific information to select the best path along which to continue searching Define a heuristic function, h(n), that estimates the “goodness” of a node n. Specifically, h(n) = estimated cost (or distance) of minimal cost path from n to a goal state. The heuristic function is
您可能关注的文档
- GMAT考试普遍问题解析-智课教育.pdf
- GMAT句子改错之连词,标点和量词考点解析-智课教育.pdf
- Glucose-Assisted One-Pot Synthesis of FeOOH Nanorods.pdf
- GMAT语法之Like练习题-智课教育.pdf
- GMAT管卫东Verbal-第05套-智课网.pdf
- GMAT语法修饰歧义句大讨论-智课教育.pdf
- GMAT语法实例解析五-智课教育.pdf
- GMAT语法常见错误总结-智课教育.pdf
- GMAT语法代词指代的考点内容(二)-智课教育.pdf
- GMAT语法知识点:the same as-智课教育.pdf
- HEYPins_Brochure-Wahkoo华固.捷利讯.pdf
- HFBR-14xxZ and HFBR-24xxZ 系列光纤接头.pdf
- HFLSMUN-NC2011-Update1.pdf
- hhfa7ech05tif with Comp_ch.doc
- HFSS中高频传输线损耗的精确计算.pdf
- hhfa7ech12tif with Comp_ch.doc
- Hi3516D Professional HD IP Camera SoC Brief Data Sheet.pdf
- HIC RESISTANCE.pdf
- HID_ProCom_version 9.1_vs._10.1_20121210.pdf
- Hierarchical Object Formation in the Peculiar Velocity Field.pdf
有哪些信誉好的足球投注网站
文档评论(0)