JPH08194677A - Device and method for executing genetic algorithm - Google Patents

Device and method for executing genetic algorithm

Info

Publication number
JPH08194677A
JPH08194677A JP7005509A JP550995A JPH08194677A JP H08194677 A JPH08194677 A JP H08194677A JP 7005509 A JP7005509 A JP 7005509A JP 550995 A JP550995 A JP 550995A JP H08194677 A JPH08194677 A JP H08194677A
Authority
JP
Japan
Prior art keywords
chromosome
city
processing means
cost
objects
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
JP7005509A
Other languages
Japanese (ja)
Inventor
Koji Tajima
耕治 田嶋
Munemori Adachi
統衛 安達
Kazuhiro Matsuo
和洋 松尾
Yukiko Yoshida
由起子 吉田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP7005509A priority Critical patent/JPH08194677A/en
Publication of JPH08194677A publication Critical patent/JPH08194677A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Complex Calculations (AREA)

Abstract

PURPOSE: To shorten the time for getting an optimum solution by saving a useless calculation amount by narrowing down a solution space to be searched by providing an initializing processing means, chromosome selecting processing means, cross/variation processing means and genetic correcting processing means. CONSTITUTION: When expressing the chromosome of the candidate of the optimum solution, an initializing processing means 2 generates a chromosome group expressing chromosomes by using the rank of interobject cost based on a table prepared by a cost rank table preparing processing means 1 as a genetic factor. A chromosome selecting processing means 3 selects any chromosome out of the chromosome group corresponding to adaptability and a cross/variation processing means 4 performs the cross or mutation operation of the chromosome selected by the means 3. When the objects of the rank shown by a certain genetic factor are overlapped as a result of the cross or mutation operation of chromosomes due to the means 4, a genetic correcting processing means 5 changes that genetic expression into the rank of a minimum non-selected object in the rank of inter-object cost corresponding to that object since that genetic factor is a fatal genetic factor.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は,遺伝的アルゴリズムを
用いて組み合わせ最適化問題を解決する遺伝的アルゴリ
ズム実行装置および実行方法に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a genetic algorithm executing apparatus and an executing method for solving a combinatorial optimization problem using a genetic algorithm.

【0002】遺伝的アルゴリズムは,生物の進化過程に
おける自然淘汰や遺伝子の交叉,突然変異などのメカニ
ズムをまねて考案された計算機による処理アルゴリズム
であって,例えば生物の進化をシミュレートするための
方法や,工学的に組み合わせ最適化問題を解くための方
法として用いられる。この遺伝的アルゴリズムにより最
適解をできるだけ高速に求める技術が必要とされてい
る。
[0002] A genetic algorithm is a processing algorithm by a computer devised by mimicking the mechanism of natural selection, gene crossover, mutation, etc. in the evolutionary process of a living organism. For example, a method for simulating the evolution of a living organism. It is also used as a method for solving combinatorial optimization problems in engineering. There is a need for a technique for obtaining an optimum solution as fast as possible by this genetic algorithm.

【0003】[0003]

【従来の技術】解決が非常に困難な組み合わせ最適化問
題のひとつとして,例えば,巡回セールスマン問題があ
る。この巡回セールスマン問題とは,1人のセールスマ
ンが指定された都市群を重複することなくすべて巡回し
て最初の都市へ戻るための最もコストのかからないツア
ー(経路)を探すものである。ここで“コスト”という
のは,任意の2点(都市)間に与えられた正の数値(例
えば,距離)である。“ツアー(経路)”というのは,
全ての都市を通る一筆書きのことであり,そのツアー上
のコストの総和(例えば,距離の総和)が最小になるも
のを最良コスト,最適解とする。
2. Description of the Related Art One of combinatorial optimization problems that is extremely difficult to solve is, for example, a traveling salesman problem. The traveling salesman problem is to find the least cost tour (route) for one salesman to travel through a designated city group without duplication and return to the first city. Here, the "cost" is a positive numerical value (for example, distance) given between any two points (city). "Tour (route)" means
It is a single stroke that passes through all cities, and the one with the minimum sum of costs on the tour (for example, the sum of distances) is the best cost and optimal solution.

【0004】この巡回セールスマン問題のような組み合
わせ最適化問題を厳密に解く方法としては,動的計画法
や分枝限定法があるが,大規模な問題に対しては,計算
量の点から現実的な解法ではない。実用的な計算時間で
近似的に解を求めるため提案されている種々の解法の1
つに遺伝的アルゴリズムを用いたものがある。参考文献
として“D.E.Goldberg, Genetic Algorithms in Searc
h, Optimization, andMachine Learning. Addison-Wesl
ey Publishing Company, Inc. (1989)”がある。
As a method for rigorously solving the combinatorial optimization problem such as the traveling salesman problem, there are a dynamic programming method and a branch-and-bound method. Not a realistic solution. One of the various solution methods that have been proposed to obtain an approximate solution in a practical calculation time
One is using a genetic algorithm. For reference, see “DE Goldberg, Genetic Algorithms in Searc.
h, Optimization, and Machine Learning. Addison-Wesl
ey Publishing Company, Inc. (1989) ”.

【0005】一般的に遺伝的アルゴリズムでは,最適化
問題の解の候補を,数列または文字列に変換して染色体
を表現する。複数個(n個)の染色体をランダムに生成
して,それら染色体に対して選択,交叉,突然変
異の操作を行う。
Generally, in a genetic algorithm, a solution candidate of an optimization problem is converted into a sequence or a character string to represent a chromosome. A plurality of (n) chromosomes are randomly generated, and selection, crossover, and mutation operations are performed on these chromosomes.

【0006】 選択では,各染色体が表す解の評価関
数に相当する適応度の値に応じて,染色体を取捨選択す
る。 交叉では,2つの染色体(親)から新しい染色体
(子)を生成する。
In the selection, the chromosomes are selected according to the fitness value corresponding to the evaluation function of the solution represented by each chromosome. In crossover, a new chromosome (child) is generated from two chromosomes (parent).

【0007】 突然変異では,染色体中にランダムに
変異を起こさせる。 これらの操作を決められた回数または解がある程度収束
するまで繰り返し,最適な解を得る。
Mutation causes mutations to occur randomly in the chromosome. These operations are repeated a fixed number of times or until the solution converges to some extent, and an optimal solution is obtained.

【0008】[0008]

【発明が解決しようとする課題】巡回セールスマン問題
を解く従来の遺伝的アルゴリズムにおけるコーディング
では,一般に都市名を表すアルファベットを対立遺伝子
とみなし,都市名を巡る順にアルファベットを1列に並
べたものを各個体の染色体としていた。
In the coding in the conventional genetic algorithm for solving the traveling salesman problem, in general, alphabets representing city names are regarded as alleles, and alphabets arranged in a row in the order of city names are used. It was the chromosome of each individual.

【0009】図10は巡回セールスマン問題の説明図で
ある。図10において,A〜Fは都市名であり,矢印の
順に,A→B→C→D→E→F→Aの順序で巡回すると
する。このA→B→C→D→E→F→Aのツアー(経
路)を表す文字列ABCDEFが染色体であり,{A,
B,C,D,E,F}の要素が対立遺伝子である。対立
遺伝子の重複や欠落の生じた染色体は致死遺伝子を持つ
ことになり,生存することができない。ここで,都市間
を巡回するコストの総和,すなわち距離の総和を適応度
fとすると,例えば染色体ABCDEFの適応度は, f(ABCDEF)=距離(AB)+距離(BC)+距
離(CD)+距離(DE)+距離(EF)+距離(F
A) である。
FIG. 10 is an explanatory diagram of the traveling salesman problem. In FIG. 10, A to F are city names, and it is assumed that the tour is carried out in the order of arrow, A → B → C → D → E → F → A. The character string ABCDEF representing the tour (route) of A → B → C → D → E → F → A is a chromosome, and {A,
The elements of B, C, D, E, F} are alleles. Chromosomes in which alleles are duplicated or deleted carry lethal genes and cannot survive. Here, assuming that the total cost of traveling between cities, that is, the total distance is the fitness f, the fitness of the chromosome ABCDEF is, for example, f (ABCDEF) = distance (AB) + distance (BC) + distance (CD) + Distance (DE) + Distance (EF) + Distance (F
A).

【0010】しかし,従来の遺伝的アルゴリズムにおけ
る上記のような表現を用いると,初期化や交叉または突
然変異の操作において,実際には遠く離れた都市間を連
結するような遺伝子配列の染色体が生じ,最適解を求め
るには無駄な計算が多く含まれることになった。また,
交叉の操作によって生じる致死遺伝子を含んだ染色体を
防ぐため,複雑な交叉方法を必要としていた。
However, when the above expression in the conventional genetic algorithm is used, a chromosome having a gene sequence that actually connects distant cities is generated in the operation of initialization, crossover or mutation. , A lot of useless calculations are required to find the optimal solution. Also,
A complicated crossover method was required to prevent the chromosome containing the lethal gene generated by the crossover operation.

【0011】本発明の目的は,従来のような都市名を直
に染色体に用いて問題の解を表現するのではなく,都市
間の近接の度合い(距離の近さの程度)を反映した染色
体表現を用いることにより,無駄な都市間の結合を表現
する遺伝子配列を持つ染色体が生成されることを防ぎ,
探索すべき解空間を狭めて計算量の無駄を省き,最適解
に至る時間を短縮することを可能にすることである。
An object of the present invention is not to use a conventional city name directly as a chromosome to express a solution of a problem, but to reflect a degree of proximity between cities (degree of closeness of distance) to a chromosome. By using the expression, it is possible to prevent the generation of a chromosome having a gene sequence that expresses unnecessary connection between cities,
It is possible to narrow the solution space to be searched, reduce the amount of calculation, and shorten the time to reach the optimal solution.

【0012】[0012]

【課題を解決するための手段】上記の目的を達成するた
め,本発明の遺伝的アルゴリズム実行装置は,例えば図
1に示すような手段を備える。図1において,1はコス
ト順位表作成処理手段,2は初期化処理手段,3は染色
体選択処理手段,4は交叉/変異処理手段,5は遺伝子
修正処理手段を表す。
In order to achieve the above object, the genetic algorithm execution apparatus of the present invention comprises means as shown in FIG. 1, for example. In FIG. 1, 1 is a cost ranking table preparation processing means, 2 is an initialization processing means, 3 is a chromosome selection processing means, 4 is a crossover / mutation processing means, and 5 is a gene correction processing means.

【0013】コスト順位表作成処理手段1は,対象間の
コストに着目して,対象ごとに,その対象から他の対象
へのコストが小さい順に並ぶように対象を順位付けたコ
スト順位表を作成する手段である。
The cost ranking table creation processing unit 1 pays attention to the costs between the objects, and creates the cost ranking table in which the objects are ranked so that the costs from the target to other objects are arranged in ascending order. Is a means to do.

【0014】初期化処理手段2は,最適解の候補の染色
体を表現する場合に,コスト順位表作成処理手段1によ
り作成された表による対象間コストの順位を遺伝子とし
て用いて染色体を表現した染色体集団を生成する手段で
ある。
The initialization processing means 2 expresses a chromosome by using the rank of the inter-target costs in the table prepared by the cost ranking table preparation processing means 1 as a gene when representing the chromosome of the optimal solution candidate. It is a means of creating a group.

【0015】染色体選択処理手段3は,染色体集団の中
から適応度に応じて染色体を取捨選択する手段である。
交叉/変異処理手段4は,染色体選択処理手段3により
選択された染色体に対し交叉または突然変異の操作を行
う手段である。交叉または突然変異の操作はどちらか一
方でもよいし,両方行ってもよい。
The chromosome selection processing means 3 is means for selecting chromosomes from the chromosome group according to the fitness.
The crossover / mutation processing means 4 is means for performing crossover or mutation operations on the chromosomes selected by the chromosome selection processing means 3. Either one or both of the crossover or mutation operations may be performed.

【0016】遺伝子修正処理手段5は,交叉/変異処理
手段4による染色体同士の交叉または突然変異の操作の
結果,ある遺伝子が示す順位の対象が重複する場合,そ
の遺伝子は致死遺伝子であるので,その遺伝子表現を,
その対象に対する対象間コストの順位で最も小さい未選
択対象の順位に変更する手段である。
The gene correction processing means 5 is a lethal gene if the objects of the order indicated by a certain gene overlap as a result of the crossover or mutation operation of the chromosomes by the crossover / mutation processing means 4, the gene is a lethal gene. The gene expression,
It is a means for changing the rank of an unselected target in the rank of inter-target costs for that target.

【0017】本発明は,最適解の候補を染色体として表
現する場合に,対象自体を表す文字または数字の代わり
に,対象間のコストに着目して,各対象ごとに対象間の
コストが小さい順に並ぶように対象を順位付けたコスト
順位表を作成し,このコスト順位表の順位を遺伝子とし
て用いるようにしている。
In the present invention, when the candidates for the optimal solution are expressed as chromosomes, the cost between objects is focused on instead of the letters or numbers representing the objects themselves, and the cost between objects is ascended in order from the smallest. A cost ranking table is created by ranking the objects in a line, and the rankings in this cost ranking table are used as genes.

【0018】また,初期化処理または交叉もしくは突然
変異の操作において,遺伝子表現での対象が重複するよ
うな遺伝子(致死遺伝子)については,その遺伝子表現
を,その対象に対する対象間コストの順位で最も小さい
未選択対象の順位に変更する。これにより,実際にはコ
ストの大きい対象を連結するような遺伝子配列が生じる
のを防ぎ,最適解への収束を速くすることができる。
In addition, regarding genes (lethal genes) whose targets are duplicated in the gene expression in the initialization process or the operation of crossover or mutation, the gene expression is most ranked in the order of cost between targets for the target. Change to a small unselected target rank. As a result, it is possible to prevent the generation of gene sequences that actually connect high-cost objects and speed up the convergence to the optimal solution.

【0019】[0019]

【作用】巡回セールスマン問題のいくつかの例題につい
て最適解を調べると,最適なツアー(経路)は近い距離
の都市同士を結んでいることがわかる。例えば,巡回セ
ースルマン問題のライブラリとしてよく知られた239
2都市の問題の場合には,99.2%のパスが第9位ま
での都市同士で結ばれている。最も遠い都市でも第21
位である。また,30都市の問題の場合は,全てのパス
が第9位までである(後述する図3参照。下線を付けた
都市が最適解で選択された都市)。
[Operation] Examining the optimal solutions for some examples of the traveling salesman problem reveals that the optimal tours (routes) connect cities with short distances. For example, 239, which is well known as a library for the traveling Thessalman problem
In the case of the problem of two cities, 99.2% of the passes are connected between cities up to the ninth place. 21st even in the farthest cities
Rank. Further, in the case of the problem of 30 cities, all the paths are up to the 9th place (see FIG. 3, which will be described later. The underlined city is the city selected by the optimal solution).

【0020】これらのことから,最適解を求めるには,
すべての都市(対象)の間のパスを考慮する必要はない
ことがわかる。遠く離れた都市の間を経由することを避
けることによって,探索する最適化問題の解空間を狭め
ることが可能となり,計算量の無駄を省くことができ
る。このことを利用するために,本発明では,都市の列
で問題の解を表現するのではなく,都市間の距離の近さ
の程度を反映した染色体表現を用いる。すなわち,各対
象ごとの対象間のコストが小さい順位を表す番号によっ
て染色体を表現する。これによって,致死遺伝子の発生
時において効率的で有効な修正を可能とする。
From these things, in order to obtain the optimum solution,
It turns out that it is not necessary to consider the paths between all cities (objects). By avoiding passing between distant cities, it is possible to narrow the solution space of the optimization problem to be searched and reduce the amount of calculation. In order to take advantage of this, the present invention uses a chromosomal expression that reflects the degree of closeness of the distances between cities, rather than expressing the solution of the problem in a sequence of cities. That is, each chromosome is represented by a number that represents the rank with the lowest cost among the objects. This allows for efficient and effective modification of the lethal gene when it occurs.

【0021】[0021]

【実施例】以下に,本発明の一実施例を説明する。ま
ず,染色体の表現法について説明する。本実施例では,
都市がn個与えられ,各都市に番号i(i=1,2,
…,n)が付けられているとする。番号iの都市の次に
ツアーが巡回する都市が,都市iにとってai 番目に近
い都市であるとする。問題の解の候補である染色体を,
これらの数列{ai ,i=1,2,…,n}で表現す
る。
EXAMPLE An example of the present invention will be described below. First, the expression method of chromosomes will be explained. In this embodiment,
Given n cities, number i (i = 1, 2,
..., n) are attached. It is assumed that the city to which the tour travels next to the city with the number i is the city closest to the city i . Chromosomes that are candidate solutions to the problem
These are represented by the sequence {a i , i = 1, 2, ..., N}.

【0022】図2は,一実施例における染色体の表現方
法を説明する図である。図2(A)に示すように,都市
A,B,C,Dの4都市において,各都市間の距離関係
は, 距離(AD)≦距離(AB)≦距離(BD)≦距離(C
D)≦距離(BC) とする。
FIG. 2 is a diagram for explaining a method of expressing a chromosome in one embodiment. As shown in FIG. 2A, in the four cities A, B, C, and D, the distance relationship between the cities is as follows: distance (AD) ≦ distance (AB) ≦ distance (BD) ≦ distance (C
D) ≦ distance (BC).

【0023】図2(A)に示す距離の関係から,図2
(B)のような都市間の近接関係を順位付けるコスト順
位表を作成する。このコスト順位表は,上記の都市間の
距離関係から,都市Aからみて,都市D,都市B,都市
Cの順に近い距離にあることを示している。同様に,都
市Bからみて,都市A,都市D,都市Cの順に近いこと
を示す。ここで,「都市A→都市B→都市C→都市D→
都市A」の順序で巡回するツアーを表す染色体の表現
は,図2(B)に示すコスト順位表から次のようにな
る。
From the relationship of distances shown in FIG.
A cost ranking table for ranking proximity relationships between cities as shown in (B) is created. This cost ranking table indicates that the distance from the city A is closer to the city A in the order of city D, city B, and city C from the distance relationship between the cities. Similarly, when viewed from city B, it is shown that city A, city D, and city C are closer in this order. Here, "City A → City B → City C → City D →
The expression of the chromosome representing the tour that goes around in the order of “city A” is as follows from the cost ranking table shown in FIG.

【0024】まず,都市A→都市Bについて,都市Aの
次にツアーが巡回する都市Bは都市Aから2番目に近い
都市であるので,都市AではaA =2となる。次に,都
市B→都市Cについて,都市Cは都市Bから3番目に近
い都市であるので,都市BではaB =3となる。さら
に,都市C→都市Dについて,都市Dは都市Cから1番
目に近い都市であるので,都市CではaC =1となり,
都市D→都市Aについて,都市Aは都市Dから1番目に
近い都市であるので,都市DではaD =1となる。従っ
て,「都市A→都市B→都市C→都市D→都市A」を表
現する染色体[a A B C D ]は,[2・3・1・
1]となる(図2(C)参照)。
First, regarding city A → city B,
Next, city B where the tour goes is the second closest to city A
Because it is a city, a in city AA= 2. Next, the capital
About city B → city C, city C is the third closest to city B
It is a big city, so in city B aB= 3. Further
For city C → city D, city D is the first from city C
Since it is a city close to the eyes, in city C aC= 1,
Regarding city D → city A, city A is the first from city D
Since it is a near city, in city D aD= 1. Follow
"City A-> City B-> City C-> City D-> City A"
Representing chromosome [a AaBaCaD] Is [2 ・ 3 ・ 1 ・
1] (see FIG. 2C).

【0025】同様に,「都市A→都市D→都市C→都市
B→都市A」の順序で巡回するツアーを表現する染色体
を考えると,都市Aの次が都市Aに一番近い都市Dでa
A =1,都市Bの次が都市Bに一番近い都市AでaB
1,都市Cの次が都市Cに2番目に近い都市BでaC
2,都市Dの次が都市Dに3番目に近い都市CでaD
3であるので,この巡回経路を示す染色体[aA B
C D ]は,[1・1・2・3]となる(図2(D)参
照)。
Similarly, considering a chromosome that expresses a tour that goes around in the order of "city A → city D → city C → city B → city A", the next to city A is the city D closest to city A. a
A = 1, next to city B is city A closest to city B, and a B =
1, next to city C is city B, which is the second closest to city C , and a C =
2, next to city D is city C, which is the third closest to city D , and a D =
Therefore, the chromosome [a A a B a
C a D ] becomes [1, 1, 2, 3] (see FIG. 2D).

【0026】次に,30都市の問題の場合について説明
する。図3は,30都市における巡回セールスマン問題
において,各都市間の近接の度合いの順位を示すコスト
順位表の例を示す図である。このような各都市間の関係
を示すコスト順位表を予め作成しておく。このコスト順
位表は,通常,計算機上では配列で表現されるが,順位
に関する同様な情報を持つものであれば,表現形式は任
意である。
Next, the case of the problem of 30 cities will be described. FIG. 3 is a diagram showing an example of a cost ranking table showing the ranking of the degree of proximity between cities in the traveling salesman problem in 30 cities. A cost ranking table showing such relationships between cities is created in advance. This cost rank table is usually expressed as an array on a computer, but the expression format is arbitrary as long as it has similar information about the rank.

【0027】各都市ごとに,最も近い都市を1位とし,
その順位とその都市までのコストを表す。図3におい
て,1〜30は都市名に対して付与した番号である。
( )内はコストを示し,ここでは都市間の距離の値を
正の数値で表している。例えば,都市1において,最も
近い都市は都市30であり,都市1と都市30の距離値
は4である。第2位は,都市2であり,都市1と都市2
の距離値は5である。
For each city, the nearest city is ranked first,
It represents the rank and the cost to reach that city. In FIG. 3, 1 to 30 are numbers given to city names.
The cost is shown in parentheses, and here the value of the distance between cities is expressed as a positive number. For example, in city 1, the closest city is city 30, and the distance value between city 1 and city 30 is 4. Second place is city 2, city 1 and city 2
Has a distance value of 5.

【0028】ツアーの最初の都市は,都市1とする。例
えば,都市iのk番目に近い都市をn(i,k)で表わ
すと,ツアーの2番目にたどる都市の番号は,n(1,
1),3番目にたどる都市の番号は,n(n(1,a
1 ),a2 )などとなる。
The first city of the tour is city 1. For example, if the k-th closest city to the city i is represented by n (i, k), the number of the second city to follow in the tour is n (1,
a 1 ), the number of the third city to follow is n (n (1, a
1 ), a 2 ), etc.

【0029】染色体と解の対応について説明する。例え
ば,染色体が [a1 ・a2 ・a3 ・…・a30]=[1・3・1・8・
9・2・8・1・1・2・4・1・2・1・2・3・1
・9・3・13・5・1・3・3・5・1・4・2・1
・2] とする。
The correspondence between the chromosome and the solution will be described. For example, chromosome [a 1 · a 2 · a 3 · ... · a 30] = [1 · 3 · 1 · 8 ·
9 ・ 2 ・ 8 ・ 1 ・ 1 ・ 2 ・ 4 ・ 1 ・ 2 ・ 1 ・ 2 ・ 3 ・ 1
・ 9 ・ 3 ・ 13 ・ 5 ・ 1 ・ 3 ・ 3 ・ 5 ・ 1 ・ 4 ・ 2 ・ 1
・ 2]

【0030】a1 =1であるので,都市1の次にツアー
が2番目にたどる都市は,図3のコスト順位表から,n
(1,1)=都市30となる。また,ツアーが3番目に
たどる都市は,a30=2であるので,n(30,2)=
都市2である。ツアーが4番目にたどる都市は,a2
3であるので,n(2,3)=都市25である。これら
を繰り返すことによって,この染色体表現よってたどる
都市の順番は,次のようになる。
Since a 1 = 1, the city which the tour follows second after city 1 is n from the cost ranking table of FIG.
(1,1) = city 30. Also, the city that the tour follows the third is a 30 = 2, so n (30,2) =
It is city 2. The city the tour will follow fourth is a 2 =
Since it is 3, n (2,3) = city 25. By repeating these, the order of cities traced by this chromosomal expression is as follows.

【0031】〔1→30→2→25→29→28→26
→27→24→23→29→15→17→16→18→
22→21→20→14→13→12→11→10→6
→9→8→7→3→4→5→1〕 換言すれば,このような順番でたどるツアーを,本発明
では上記のように都市間の距離の近さの程度を反映した
染色体で表現する。
[1 → 30 → 2 → 25 → 29 → 28 → 26
→ 27 → 24 → 23 → 29 → 15 → 17 → 16 → 18 →
22 → 21 → 20 → 14 → 13 → 12 → 11 → 10 → 6
→ 9 → 8 → 7 → 3 → 4 → 5 → 1] In other words, in the present invention, the tour that follows in such an order is represented by a chromosome that reflects the degree of closeness between cities as described above. To do.

【0032】次に,実施例における処理の流れを説明す
る。図4は,実施例における処理の流れの概要を示す図
である。図4〜図8を用いて,30都市の問題における
処理の流れを説明する。
Next, the flow of processing in the embodiment will be described. FIG. 4 is a diagram showing an outline of the processing flow in the embodiment. The flow of processing in the problem of 30 cities will be described with reference to FIGS. 4 to 8.

【0033】 コスト順位表作成(図4) コスト順位表作成処理手段1により,与えられた各都市
間の距離情報から,各都市ごとにその都市に近い順番で
他の都市を並べた図3に示すような順位表を作成する。
Cost ranking table creation (FIG. 4) The cost ranking table creation processing unit 1 is shown in FIG. 3 in which, based on the distance information between the given cities, other cities are arranged in the order close to the city. Create a ranking table as shown.

【0034】 初期集団生成 初期化処理手段2により,解の候補を表す染色体の初期
集団を生成する。ここでは,の処理で作成したコスト
順位表に基づいて,数列{ai ,i=1,2,…,n}
を乱数で生成させる。一度出現した都市が再度選択され
た場合,まだ選択されていない都市を選択する。経験
上,ai はnよりも1に近い数値を選択した方が最適解
に近い。
Initial population generation The initialization processing unit 2 generates an initial population of chromosomes that represent solution candidates. Here, the sequence {a i , i = 1, 2, ..., N} based on the cost ranking table created in the process of
Is generated by a random number. If a city that appears once is selected again, select a city that is not yet selected. From experience, it is closer to the optimal solution that a i is selected to be a value closer to 1 than n.

【0035】 染色体選択 染色体選択処理手段3により,各染色体の適応度に応じ
て染色体を選択する。選択は,通常のルーレット選択や
ランク選択などを用いて行う。
Chromosome selection The chromosome selection processing means 3 selects a chromosome according to the fitness of each chromosome. Selection is performed using ordinary roulette selection or rank selection.

【0036】 交叉の操作および修正処理 選択された染色体の交叉の操作と修正処理を行う。交叉
は,通常の1点交叉,多点交叉などの方法を用いる。た
だし,交叉の後,同じ都市が2回出現するような致死遺
伝子が発生するので,修正を施す必要がある。そのた
め,初期化処理の場合と同じように,一度出現した都市
が再度選択された場合,まだ選択されていない都市を選
択すればよい。1点交叉と2度同じ都市が選択されたと
きの修正の例を具体例に従って説明する。
Crossover operation and correction processing Crossover operation and correction processing of the selected chromosome are performed. For the crossover, an ordinary method such as one-point crossover or multipoint crossover is used. However, after the crossover, a lethal gene occurs that the same city appears twice, so it is necessary to correct it. Therefore, as in the case of the initialization process, when a city that once appeared is selected again, it is sufficient to select a city that has not been selected. An example of correction when the same city is selected twice as at the one-point crossover will be described according to a specific example.

【0037】図5(A)に示すように,染色体Aと染色
体Bが親として選択されたものとする。染色体A(親
A)は, [2・2・1・2・2・9・3・1・1・3・4・1・
2・1・1・1・5・3・1・1・5・1・9・2・1
・1・6・2・1・3], 染色体B(親B)は, [1・10・1・18・2・9・1・2・3・2・4・
1・2・5・1・1・3・1・2・15・5・1・1・
1・2・1・2・5・2・4] である。図7(A)および(B)は,図5(A)に示す
染色体Aおよび染色体Bによって表現されるツアーを表
す図である。
As shown in FIG. 5A, it is assumed that chromosome A and chromosome B are selected as parents. Chromosome A (parent A) is [2 ・ 2 ・ 1 ・ 2 ・ 2 ・ 9 ・ 3 ・ 1 ・ 1 ・ 3 ・ 4 ・ 1 ・
2 ・ 1 ・ 1 ・ 1 ・ 5 ・ 3 ・ 1 ・ 1 ・ 5 ・ 1 ・ 9 ・ 2 ・ 1
・ 1 ・ 6 ・ 2 ・ 1 ・ 3], chromosome B (parent B) is [1 ・ 10 ・ 1 ・ 18 ・ 2 ・ 9 ・ 1 ・ 2 ・ 3 ・ 2 ・ 4 ・
1, 2, 5, 1, 1, 3, 1, 2, 15, 5, 1, 1,
1, 2, 1, 2, 5, 2, 4, 4]. FIGS. 7A and 7B are diagrams showing tours represented by the chromosome A and the chromosome B shown in FIG. 5A.

【0038】図5(B)および(C)は,1点交叉を行
い,2度同じ都市が選択された場合の修正の例を示す図
である。ここで,交叉点は乱数を用いて15と与えられ
たとする。
FIGS. 5B and 5C are diagrams showing an example of correction when the same city is selected twice by performing one-point crossover. Here, it is assumed that the intersection point is given as 15 using a random number.

【0039】図5(B)に示すように,染色体Aの第1
〜15番目の遺伝子 [2・2・1・2・2・9・3・1・1・3・4・1・
2・1・1] と,染色体Bの第16〜30番目の遺伝子 [1・3・1・2・15・5・1・1・1・2・1・2
・5・2・4] とを用いて,子供の染色体A’ [2・2・1・2・2・9・3・1・1・3・4・1・
2・1・1・1・3・1・2・15・5・1・1・1・
2・1・2・5・2・4] が作られる。図8(A)は染色体A’が表現するツアー
を表す図である。
As shown in FIG. 5B, the first chromosome A
~ 15th gene [2 ・ 2 ・ 1 ・ 2 ・ 2 ・ 9 ・ 3 ・ 1 ・ 1 ・ 3 ・ 4 ・ 1 ・
2.1.1] and the 16th to 30th genes of chromosome B [1.3.1 / 21.5.5.15.11.11.21.2]
・ 5 ・ 2 ・ 4] and the chromosome A'of the child [2 ・ 2 ・ 1 ・ 2 ・ 2 ・ 9 ・ 3 ・ 1 ・ 1 ・ 3 ・ 4 ・ 1 ・
2 ・ 1 ・ 1 ・ 1 ・ 3 ・ 1 ・ 2 ・ 15 ・ 5 ・ 5.1.1 ・ 1 ・ 1 ・
2, 1, 2, 5, 2, 4, 4] are made. FIG. 8A is a diagram showing the tour represented by the chromosome A ′.

【0040】染色体A’により表現されているツアーの
都市を図3のコスト順位表を参照して,都市1からツア
ーの都市を順番にたどっていくと,都市1→都市2→都
市30→都市29→都市26→都市27→都市28→都
市24→都市25→都市2…となる。
When the tour city represented by the chromosome A'is traced in order from the city 1 to the tour city with reference to the cost ranking table of FIG. 3, city 1 → city 2 → city 30 → city 29 → city 26 → city 27 → city 28 → city 24 → city 25 → city 2 ...

【0041】ここで,染色体A’の第25番目の遺伝子
が表現する都市2はすでにツアーの2番目で選択されて
いる(図8(A):点線矢印)。同様に図5(B)に*
印で示すように,第17番目から第20番目の遺伝子が
示す都市もすでに選択されたものになっている。
Here, the city 2 represented by the 25th gene on the chromosome A'has already been selected in the second tour (FIG. 8 (A): dotted arrow). Similarly, in Figure 5 (B) *
As shown by the mark, the cities indicated by the 17th to 20th genes are also already selected.

【0042】そこで,すでに選択された都市を表現する
遺伝子(致死遺伝子)を,まだ選択されていない都市の
うち,その都市に最も近接する都市の順位に修正する。
例えば,染色体A’の第25番目の遺伝子について,ま
だ選択されていない都市のうち都市25に最も近接する
都市を,図3に示すコスト順位表を参照して探すと,第
6順位の都市23が該当する。そこで,第25番目の遺
伝子を“2”から“6”に変更する。この結果,ツアー
は図8(A)に実線で示すように都市25から都市23
へ進むように修正されることになる。
Therefore, the gene (lethal gene) expressing the already selected city is corrected to the rank of the city closest to that city among the cities not yet selected.
For example, regarding the 25th gene of chromosome A ′, a city closest to the city 25 among the cities not yet selected is searched for by referring to the cost ranking table shown in FIG. Is applicable. Therefore, the 25th gene is changed from "2" to "6". As a result, the tour is conducted from city 25 to city 23 as shown by the solid line in FIG.
Will be modified to proceed to.

【0043】同様に,染色体A’の第17〜20番目も
すでに選択された都市を表現する致死遺伝子であるの
で,これらの遺伝子に対しても同様な修正を行う。以上
の修正処理の結果,染色体A’は,図5(C)に示すよ
うに, [2・2・1・2・2・9・3・1・1・3・4・1・
2・1・1・1・5・2・1・1・5・1・1・1・6
・1・2・5・2・4] となる。
Similarly, since the 17th to 20th chromosomes A'are also lethal genes expressing already selected cities, similar corrections are made to these genes. As a result of the above correction processing, the chromosome A ′ is, as shown in FIG. 5 (C), [2,2,1,2,2,9,3,1,1,3,4,1.
2 ・ 1 ・ 1 ・ 1 ・ 5 ・ 2 ・ 1 ・ 1 ・ 5 ・ 1 ・ 1.1 ・ 6
・ 1, 2, 5, 2, 4, 4].

【0044】他方,図6(B)に示すように,染色体A
の第16〜30番目の遺伝子 [1・5・3・1・1・5・1・9・2・1・1・6・
2・1・3] と,染色体Bの第1〜15番目の遺伝子 [1・10・1・18・2・9・1・2・3・2・4・
1・2・5・1] とを用いて,子供の染色体B’ [1・10・1・18・2・9・1・2・3・2・4・
1・2・5・1・1・5・3・1・1・5・1・9・2
・1・1・6・2・1・3] が生成される。
On the other hand, as shown in FIG.
16th to 30th genes of [1/5 ・ 3 ・ 1 ・ 1 ・ 5 ・ 1 ・ 9 ・ 2 ・ 1 ・ 1 ・ 6 ・
2 ・ 1 ・ 3] and the 1st to 15th genes on chromosome B [1/10 ・ 1 ・ 18 ・ 2 ・ 9 ・ 1 ・ 2 ・ 3 ・ 2 ・ 4 ・
1 ・ 2 ・ 5 ・ 1] and the chromosome B'of the child [1 ・ 10 ・ 1 ・ 18 ・ 2 ・ 9 ・ 1 ・ 2 ・ 3 ・ 2 ・ 4 ・
1, 2, 5, 1, 1, 5, 3, 1, 1, 5, 1, 9, 2
・ 1 ・ 1 ・ 6 ・ 2 ・ 1 ・ 3] is generated.

【0045】染色体B’の第4番目,第9番目,第14
番目の遺伝子がすでに選択された都市を示すので(図6
(B):*印),これらの遺伝子を上記と同様の方法で
修正する。この結果,染色体B’は,図6(C)に示す
ように, [1・10・1・4・2・9・1・2・13・2・4・
1・2・1・1・1・5・3・1・1・5・1・9・2
・1・1・6・2・1・3] と修正される。図8(B)は,染色体B’が表現するツ
アーを示す図である。
4th, 9th, 14th of chromosome B '
Since the second gene indicates the city already selected (Fig. 6
(B): *), these genes are modified by the same method as above. As a result, as shown in FIG. 6 (C), the chromosome B ′ is [1 · 10 · 1 · 4 · 2 · 9 · 1 · 2 · 13 · 2 · 2 · 4.
1 ・ 2 ・ 1 ・ 1 ・ 1 ・ 5 ・ 3 ・ 1 ・ 1 ・ 5 ・ 1 ・ 9 ・ 2
・ 1 ・ 1 ・ 6 ・ 2 ・ 1 ・ 3] FIG. 8B is a diagram showing the tour represented by the chromosome B ′.

【0046】 変異の操作および修正処理 次に,突然変異の操作と修正処理を行う。任意の遺伝子
に対して,通常の遺伝的アルゴリズムで用いられている
ような方法により突然変異の操作を行う。突然変異の操
作により致死遺伝子が発生する場合には,の処理で説
明した修正処理と同様に行う。
Mutation Operation and Correction Processing Next, mutation operation and correction processing are performed. Mutation operation is performed on an arbitrary gene by a method as used in a general genetic algorithm. When the lethal gene is generated by the mutation operation, the correction process described in the process of is performed.

【0047】 世代数判定 上記の処理からの処理を予め決められた世代数だけ
繰り返したかどうかを判定して,決められた世代数に達
している場合には終了し,達していない場合にはの処
理へ戻り,同様に〜の処理を繰り返す。または世代
数を判定する代わりに,染色体集団が示す解の収束の程
度を判定し,終了してもよい。
Generation Number Judgment It is judged whether or not the processing from the above processing is repeated for a predetermined number of generations, and if the predetermined number of generations has been reached, the processing ends, and if not, Return to the processing, and repeat the processings of to. Alternatively, instead of determining the number of generations, the degree of convergence of the solution indicated by the chromosome group may be determined and the processing may be terminated.

【0048】ここでは,交叉の操作における修正処理に
ついて詳しく説明したが,初期化や突然変異の操作を行
う場合も,選択する近接の順位をある範囲内とすること
により,無駄に遠い都市同士の連結をさけることができ
る。
Here, the correction process in the crossover operation has been described in detail. However, even when the initialization or mutation operation is performed, by selecting the proximity order to be selected within a certain range, it is possible to unnecessarily move between cities far away from each other. The connection can be avoided.

【0049】図9は,本実施例の30都市の問題におけ
るツアーの例を示す図である。図9(A)は,初期世代
の染色体集団のうちの最適な染色体で表されるツアーを
示しており,コスト(距離値)は473である。図9
(B)は第358世代のうちの最適解を示し,そのコス
ト(距離値)は420である。
FIG. 9 is a diagram showing an example of a tour in the problem of 30 cities of this embodiment. FIG. 9A shows a tour represented by the optimal chromosome in the early generation chromosome group, and the cost (distance value) is 473. Figure 9
(B) shows an optimal solution in the 358th generation, and its cost (distance value) is 420.

【0050】上記実施例の説明では,対象間のコストと
して都市間の距離を用いる場合を説明したが,距離に限
らず他の評価要素でもよい。また,例えば到着時刻の制
限など,各種の巡回条件が存在する場合にも,本発明を
同様に適用することが可能である。
In the above description of the embodiment, the case where the distance between cities is used as the cost between objects has been described, but other evaluation factors may be used instead of the distance. Moreover, the present invention can be similarly applied to the case where various traveling conditions exist, such as the arrival time restriction.

【0051】[0051]

【発明の効果】以上説明したように,本発明によれば,
遠く離れた都市同士の連結を避けることができるため,
探索する最適化問題の解空間を狭めて,計算速度を向上
させることができる。また,致死遺伝子の発生を防ぐた
めの特殊な交叉方法を必要としない。
As described above, according to the present invention,
Since it is possible to avoid the connection between cities that are far apart,
The solution space of the optimization problem to be searched can be narrowed and the calculation speed can be improved. In addition, no special crossover method is required to prevent the occurrence of lethal genes.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の原理構成図である。FIG. 1 is a principle configuration diagram of the present invention.

【図2】実施例における染色体表現を説明する図であ
る。
FIG. 2 is a diagram illustrating chromosomal expression in an example.

【図3】各都市に近い順に他の都市を並べたコスト順位
表を示す図である。
FIG. 3 is a diagram showing a cost ranking table in which other cities are arranged in the order of being closer to each city.

【図4】実施例における処理の流れを説明する図であ
る。
FIG. 4 is a diagram illustrating a processing flow according to the embodiment.

【図5】実施例における交叉の操作および修正処理を説
明する図である。
FIG. 5 is a diagram illustrating a crossover operation and a correction process in the embodiment.

【図6】実施例における交叉の操作および修正処理を説
明する図である。
FIG. 6 is a diagram illustrating a crossover operation and a correction process in the embodiment.

【図7】染色体が表現するツアーを示す図である。FIG. 7 is a diagram showing a tour expressed by a chromosome.

【図8】染色体が表現するツアーを示す図である。FIG. 8 is a diagram showing a tour represented by a chromosome.

【図9】実施例における最適解の染色体が表現するツア
ーを示す図である。
FIG. 9 is a diagram showing a tour represented by a chromosome of an optimal solution in an example.

【図10】巡回セールスマン問題の説明図である。FIG. 10 is an explanatory diagram of a traveling salesman problem.

【符号の説明】[Explanation of symbols]

1 コスト順位表作成処理手段 2 初期化処理手段 3 染色体選択処理手段 4 交叉/変異処理手段 5 遺伝子修正処理手段 1 cost ranking table preparation processing means 2 initialization processing means 3 chromosome selection processing means 4 crossover / mutation processing means 5 gene correction processing means

───────────────────────────────────────────────────── フロントページの続き (72)発明者 松尾 和洋 神奈川県川崎市中原区上小田中1015番地 富士通株式会社内 (72)発明者 吉田 由起子 神奈川県川崎市中原区上小田中1015番地 富士通株式会社内 ─────────────────────────────────────────────────── --- Continuation of the front page (72) Kazuhiro Matsuo, Kazuhiro Matsuo, Kanagawa Prefecture Nakazaki-ku, Nakahara-ku, 1015 Kamiodanaka, Fujitsu Limited (72) Inventor, Yukiko Yoshida 1015, Kamiodanaka, Nakahara-ku, Kawasaki, Kanagawa Prefecture, Fujitsu Limited

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 n個の対象とその各対象間のコストとが
与えられている場合に,それらの対象のすべてを重複す
ることなく巡回する経路のコストの総和が最小となる巡
回経路を,遺伝的アルゴリズムを用いて算出する遺伝的
アルゴリズム実行装置において,対象ごとに,その対象
から他の対象へのコストが小さい順に並ぶように他の対
象を順位付けた表を作成するコスト順位表作成処理手段
と,遺伝的アルゴリズムの実行にあたって,前記コスト
順位表作成処理手段により作成された表の対象間コスト
の順位を遺伝子として用いて染色体を表現した染色体集
団を生成する初期化処理手段と,染色体集団の中から適
応度に応じて染色体を取捨選択する染色体選択処理手段
と,この染色体選択処理手段によって選択された染色体
について交叉もしくは突然変異またはその双方の操作を
行う交叉/変異処理手段と,染色体同士の交叉または突
然変異の操作の結果,ある遺伝子が示す順位の対象が重
複する場合に,その遺伝子表現を,その対象に対する対
象間コストの順位で最も小さい未選択対象の順位に変更
する遺伝子修正処理手段とを備えたことを特徴とする遺
伝子アルゴリズム実行装置。
1. When n objects and costs between the objects are given, a tour path that minimizes the sum of costs of paths that go through all of the objects without overlapping, In a genetic algorithm execution device that calculates using a genetic algorithm, a cost ranking table creation process that creates a table in which other objects are ranked such that the costs from that object to other objects are arranged in ascending order for each object Means, and an initialization processing means for generating a chromosome group expressing a chromosome by using the ranks of the inter-target costs in the table created by the cost order table creating processing means as genes when executing the genetic algorithm; Of the chromosomes selected according to the fitness and the chromosomes selected by the chromosome selection processing means. When a crossover / mutation processing means for performing mutation or both of them and an object of the order indicated by a gene overlap as a result of the operation of crossover or mutation of chromosomes, the gene expression of that gene is given to that object. A gene algorithm execution device, comprising: a gene correction processing unit that changes the rank of an unselected target in the rank of inter-target costs.
【請求項2】 n個の対象とその各対象間のコストとが
与えられている場合に,それらの対象のすべてを重複す
ることなく巡回する経路のコストの総和が最小となる巡
回経路を算出する遺伝的アルゴリズム実行方法におい
て,遺伝的アルゴリズムの実行における選択,交叉また
は突然変異の対象となる染色体を,前記n個の各対象ご
とに,その対象と次の対象とを結ぶときのコストが何番
目に小さいかを示す番号の列で表現し,交叉または突然
変異の操作によって,染色体の表現中に対象が重複して
現れる致死遺伝子が生じたときに,重複した対象を示す
一方の遺伝子について,それよりコストが小さい順位の
対象で選択可能な対象を選択し,重複した対象の一方の
遺伝子を置き換えることにより致死遺伝子を解消するこ
とを特徴とする遺伝的アルゴリズム実行方法。
2. When n objects and costs between the objects are given, a traveling path that minimizes the total cost of paths that go through all of these objects without overlapping is calculated. In the method for executing a genetic algorithm, the cost for connecting a target chromosome, which is the target of selection, crossover, or mutation in the execution of the genetic algorithm, between the target and the next target is Expressed in the sequence of the number that is the second smallest, when a crossover or mutation operation causes a lethal gene in which the object appears in duplicate in the expression of the chromosome, for one gene indicating the overlapping object, Genetically characterized by eliminating lethal genes by selecting a selectable target in the order of lower cost and replacing one gene of the duplicated target Algorithm execution method.
【請求項3】 請求項2記載の遺伝的アルゴリズム実行
方法において,あらかじめ巡回するn個の各対象ごと
に,その対象から他の対象へのコストが小さい順に並ぶ
ように他の対象を順位付けたコスト順位表を作成し,前
記致死遺伝子を解消するときに,このコスト順位表を用
いてコストが小さい順位の対象を選択することを特徴と
する遺伝的アルゴリズム実行方法。
3. The method for executing a genetic algorithm according to claim 2, wherein for each of the n objects to be cycled in advance, the other objects are ranked so that they are arranged in ascending order of cost from the object to the other object. A method for executing a genetic algorithm, characterized in that when a cost ranking table is created and the lethal genes are eliminated, the cost ranking table is used to select a target with a lower cost.
JP7005509A 1995-01-18 1995-01-18 Device and method for executing genetic algorithm Withdrawn JPH08194677A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7005509A JPH08194677A (en) 1995-01-18 1995-01-18 Device and method for executing genetic algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7005509A JPH08194677A (en) 1995-01-18 1995-01-18 Device and method for executing genetic algorithm

Publications (1)

Publication Number Publication Date
JPH08194677A true JPH08194677A (en) 1996-07-30

Family

ID=11613171

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7005509A Withdrawn JPH08194677A (en) 1995-01-18 1995-01-18 Device and method for executing genetic algorithm

Country Status (1)

Country Link
JP (1) JPH08194677A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10105532A (en) * 1996-10-02 1998-04-24 Fujitsu Ltd Optimization system using genetic algorithm
KR19980035080A (en) * 1996-11-11 1998-08-05 김영환 Motion Vector Estimation Method Using Applied Genetic Algorithm
JP2010152915A (en) * 2010-02-17 2010-07-08 Toshiba Tec Corp Information processing system and information processing program
CN112149910A (en) * 2020-09-28 2020-12-29 上海汽车集团股份有限公司 Path planning method and device

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10105532A (en) * 1996-10-02 1998-04-24 Fujitsu Ltd Optimization system using genetic algorithm
KR19980035080A (en) * 1996-11-11 1998-08-05 김영환 Motion Vector Estimation Method Using Applied Genetic Algorithm
JP2010152915A (en) * 2010-02-17 2010-07-08 Toshiba Tec Corp Information processing system and information processing program
CN112149910A (en) * 2020-09-28 2020-12-29 上海汽车集团股份有限公司 Path planning method and device

Similar Documents

Publication Publication Date Title
Huang et al. A niching memetic algorithm for multi-solution traveling salesman problem
Eusuff et al. Shuffled frog-leaping algorithm: a memetic meta-heuristic for discrete optimization
Deep et al. Combined mutation operators of genetic algorithm for the travelling salesman problem
CN104200133B (en) A kind of genome De novo sequence assembly methods based on reading and range distribution
Dutta Reinforcement Learning with TensorFlow: A beginner's guide to designing self-learning systems with TensorFlow and OpenAI Gym
Al-Janan et al. Path optimization of CNC PCB drilling using hybrid Taguchi genetic algorithm
Dong et al. ITÖ algorithm with local search for large scale multiple balanced traveling salesmen problem
Leng et al. A multi-objective reinforcement learning approach for resequencing scheduling problems in automotive manufacturing systems
CN108596339A (en) A kind of multi-objective Optimization Genetic Algorithm of structure population and subproblem
US20010011258A1 (en) Optimum solution search method and optimum solution search apparatus as well as storage medium in which optimum solution search program is stored
CN111340303A (en) Route planning method for travelers based on novel mixed frog-leaping algorithm
JPH08194677A (en) Device and method for executing genetic algorithm
CN106611220A (en) Novel mixed algorithm for solving flexible job shop scheduling problem
CN109190787A (en) The more monitoring point access path planing methods of the dual population of underwater vehicle
Arasteh et al. A bioinspired discrete heuristic algorithm to generate the effective structural model of a program source code
JP2023164805A (en) Model generation device, route search device, model generation method, and model generation program
CN109241134A (en) A kind of grouping of commodities mode multiple target method for digging based on agent model
Ishibuchi et al. Evolution of unplanned coordination in a market selection game
Yu et al. Reinforcement learning-based multi-objective differential evolution algorithm for feature selection
Bailey et al. Modeling of user design preferences in multiobjective optimization of roof trusses
Li et al. A self-learning Monte Carlo tree search algorithm for robot path planning
Hamdan et al. Recent Evolutionary Algorithm Variants for Combinatorial Optimization Problem
Wei RETRACTED ARTICLE: Group intelligent deep learning model based on grouping combinatorial geometric path
Tilva et al. Role of evolutionary approaches to solving multi-objective optimization problems
Polyák et al. Optimization of the Formula-1 Race Calendar Using Genetic Algorithm

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20020402