- 1、本文档共89页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
早稻田大学遗传算法
Soft Computing Lab. 7. Minimum Spanning Tree Problem 7. Minimum Spanning Tree Problem Multicriteria Minimum Spanning Tree (mc-MST) 1.1 Basic Concept of mc-MST 1.2 Genetic Algorithms Approach 1.3 GA procedure for mc-MST 1.4 Numerical Experiments 2. Degree-constrained Minimum Spanning Tree (dc-MST) 2.1 Basic Concept of dc-MST 2.2 Genetic Algorithms Approach 2.3 GA procedure for dc-MST 2.4 Numerical Experiments 3. Degree-based Permutation GA for dc-MST 3.1 Concept on Degree-based Permutation GA 3.2 Genetic Algorithms Approach 3.3 Degree-based Permutation GA for dc-MST 3.4 Numerical Experiments Leaf-constrained Minimum Spanning Tree 4.1 Basic Concept of lc-MST 4.2 Genetic Algorithms Approach 4.3 GA procedure for lc-MST 4.4 Numerical Experiments 7. Minimum Spanning Tree Problem The Minimum Spanning Tree (MST) problem was first formulated by Boruvka in 1926 when he developed a solution to finding the most economical layout of a power-line network. Graham, R. P. Hell: On the history of the minimum spanning tree problem, Annals of the History of Computing, vol. 7, pp.43-57, 1985. Since then the minimum spanning tree formulation has been widely applied to many combinatorial optimization problems: Transportation problems Telecommunication network design Distribution systems etc. Kershenbaum, A.: Telecommunications Network Design Algorithms, McGrawHill, New York, 1993. 7. Minimum Spanning Tree Problem Minimum Spanning Tree (MST) problem is one of the traditional optimization problems. Given a finite connected graph, the problem is to find a least-weight subgraph connecting all vertices. 7. Minimum Spanning Tree Problem Notations Indices i, j : the index of node, i, j =1, 2, …, n Parameters n: the number of nodes in the network V: the finite set of nodes (vertices) representing terminals S : the subset of nodes wij : the weight of connecting node i to node j, i.e., the weight of link (i,j); the weight matrix (wij) is symmetric.
文档评论(0)