a09-chap15(三)-dp 算法导论 知识讲稿.pptVIP

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
a09-chap15(三)-dp 算法导论 知识讲稿.ppt

1 Scheduling two automobile assembly lines (流水线、装配线调度) Matrix-chain multiplication (矩阵链相乘,或矩阵连乘问题) Characteristics of dynamic programming (动态规划法的特征) Longest common subsequence (最长相同子序列) Optimal binary search trees (最优二叉搜索树) 15 Dynamic Programming 2 Optimal substructure (We have already known) A1A2A3A4A5A6 ((A1(A2A3)) ((A4A5)A6)) 3 When the dynamic-programming method applies? Mentioned already: optimal substructure overlapping subproblems 15.3 Elements of dynamic programming 4 Optimal substructure : an optimal solution to the problem contains within it optimal solutions to subproblems. (问题的最优解包含子问题的最优解) 15.3.1 Optimal substructure A1A2A3A4A5A6 ((A1(A2A3)) ((A4A5)A6)) A1A2A3 (A1(A2A3)) 5 Make a choice Leave one or more subproblems to solve Given a choice that leads to an optimal solution, determine which subproblems arise and how to characterize the resulting space of subproblems. (给定一个能产生最优解的选择,问:怎样的子问题出现?如何对子问题的解空间进行特征化?) Show that the solutions to the subproblems used within the optimal solution must themselves be optimal. Cut-and-paste: (出现在‘原问题的最优解’中的‘子问题的解’必定是该子问题的最优解) Suppose that one of the subproblem solutions is not optimal. Cut it out. Paste in an optimal solution. Get a better solution to the original problem. Contradiction. 15.3.1 Optimal substructure 8 Optimal substructure varies across problem domains: How many choices in determining which subproblem(s) to use. After the choice, how many optimal subproblems are shown in an optimal solution to the original problem. Assembly-line scheduling two choices (for Si, j use either S1, j-1 or S2, j-1) one optimal subproblem 15.3.1 Optimal substructure 9 Optimal substructure varies across problem domains: How many choices ; How many subproblems Mmatrix-chain multiplication Ai Ai+1…Aj j-i choices We choose from among j-i candidates for the index k. two optimal subproblems For a given matrix Ak , two subproblems: parenthesizing AiAi+1…Ak and parenthesizing Ak+1Ak+2…Aj , How to solve both of t

文档评论(0)

youngyu0329 + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档