作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2009, Vol. 35 ›› Issue (15): 10-12. doi: 10.3969/j.issn.1000-3428.2009.15.004

• 博士论文 • 上一篇    下一篇

基于亲缘选择的遗传算法

杨世达1,单志勇2,李庆华3   

  1. (1. 武汉理工大学计算机科学与技术学院,武汉 430072;2. 东华大学信息科学与技术学院,上海 200051; 3. 华中科技大学计算机科学与技术学院,武汉 430074)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2009-08-05 发布日期:2009-08-05

Genetic Algorithm Based on Kin Selection

YANG Shi-da1, SHAN Zhi-yong2, LI Qing-hua3   

  1. (1. College of Computer Science and Technology, Wuhan University of Science and Technology, Wuhan 430072; 2. College of Information Science and Technology, Donghua University, Shanghai 200051; 3. School of Computer Science and Technology, Huazhong University of Science and Technology, Wuhan 430074)
  • Received:1900-01-01 Revised:1900-01-01 Online:2009-08-05 Published:2009-08-05

摘要: 针对传统遗传算法容易陷入局部最优解的缺陷,借鉴生物中亲缘选择的思想,提出基于亲缘选择的遗传算法。该算法构造新选择算子,通过按亲缘关系放弃一个解而获得另一个解来保证算法在最优解的领域内的有效搜索,提高遗传算法对全局最优解的搜索能力和收敛速度。仿真结果表明,该算法正确有效,性能优于现有的传统算法。

关键词: 亲缘选择, 遗传算法, 早熟收敛

Abstract: An improved Genetic Algorithm(GA) based on the kin selection in biology is proposed to avoid the problem of local optimum. The key to this algorithm lies in the construction of a new selection operator, which offers a solution by sacrificing a solution for its kin. By doing so, it ensures an efficiently guided, through search in the neighbourhood of the best solution. This algorithm improves the ability of searching an optimum solution and increases the convergence speed. It has extensive applications for many practical optimization problems. Simulation result proves its effectiveness and better performance.

Key words: kin selection, Genetic Algorithm(GA), premature convergence

中图分类号: