拡張遺伝子交叉オペレータ交代法による巡回セールスマン問題の解法
スポンサーリンク
概要
- 論文の詳細を見る
In order to efficiently obtain an approximate solution of the traveling salesman problem (TSP), extended changing crossover operators (ECXOs) which can substitute any crossover operator of genetic algorithms (GAs) and ant colony optimization (ACO) for another crossover operator at any time is proposed. In this investigation our ECXO uses both EX (or ACO) and EXX (Edge Exchange Crossover) in early generations to create local optimum sub-paths, and it uses EAX (Edge Assembly Crossover) to create a global optimum solution after generations. With EX or ACO any individual or any ant determines the next city he visits from lengths of edges or tours lengths deposited on edges as pheromone, and he generates local optimum paths. With EXX the generated path converges to a provisional optimal path. With EAX a parent exchanges his edges with another parents ones reciprocally to create sub-cyclic paths, before restructuring a cyclic path by combining the sub-cyclic paths with making distances between them minimum. In this paper validity of ECXO is verified by our C experiments using medium-sized problems in TSPLIB, and it is shown that ECXO can find the best solution earlier than EAX.
- 社団法人 電気学会の論文
- 2008-12-01
著者
関連論文
- 拡張遺伝子交叉オペレータ交代法の有効性の検証
- 巡回セールスマン問題を解く拡張遺伝子交叉オペレータ交代法
- 拡張遺伝子交叉オペレータ交代法による巡回セールスマン問題の解法
- 巡回セールスマン問題を解く枝組み立て交叉(Edge Assembl Crossover)の拡張遺伝子交叉オペレータ交代法による性能改善
- 遺伝的アルゴリズムと蟻協調行動モデルによる巡回セールスマン問題の解法
- 遺伝子交叉オペレータ交代法による巡回セールスマン問題の解法
- 巡回セールスマン問題を遺伝的アルゴリズムにより解く場合の致死遺伝子対策へのCプログラミングによる漸進的機能改善施策
- 最適概念形成への遺伝的アルゴリズムの適用可能性の検討
- 6V-8 ACO突然変異方式による枝組立交叉(EAX)の性能改善 : 巡回セールスマン問題(TSP)の解法(遺伝的アルゴリズム(2),学生セッション,人工知能と認知科学,情報処理学会創立50周年記念)
- 6V-7 フェロモン量の動的増減制御によるACOの性能改善(遺伝的アルゴリズム(2),学生セッション,人工知能と認知科学,情報処理学会創立50周年記念)
- ハイブリット手法による巡回セールスマン問題の解法
- 再帰的拡張遺伝子交叉オペレータ交代法による巡回セールスマン問題の解法