JP2004030413A - Optimization processing apparatus - Google Patents

Optimization processing apparatus Download PDF

Info

Publication number
JP2004030413A
JP2004030413A JP2002188146A JP2002188146A JP2004030413A JP 2004030413 A JP2004030413 A JP 2004030413A JP 2002188146 A JP2002188146 A JP 2002188146A JP 2002188146 A JP2002188146 A JP 2002188146A JP 2004030413 A JP2004030413 A JP 2004030413A
Authority
JP
Japan
Prior art keywords
solution
initial
pareto
search
pareto solution
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
JP2002188146A
Other languages
Japanese (ja)
Inventor
Toue Adachi
安達 統衞
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 JP2002188146A priority Critical patent/JP2004030413A/en
Publication of JP2004030413A publication Critical patent/JP2004030413A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide an optimization processing apparatus in which calculation costs are reduced by a double stage processing configuration consisting of a method for finding particularly an initial solution at high speed and a genetic algorithm for finding a Pareto optimal solution in the optimization processing apparatus for processing an optimization problem having a plurality of purposes. <P>SOLUTION: The optimization processing apparatus for processing a problem which can be formulated as an optimization question having a plurality of purposes is composed of: an initial Pareto solution search part for searching the initial Pareto solution by the method for finding the initial solution at high speed; a Pareto solution set search part for searching a Pareto optimal solution set by using the genetic algorithm method while using the searched initial Pareto solution; and a control part for outputting the searched Pareto optimal solution set while controlling the initial Pareto solution search part and the Pareto solution set search part when the problem is inputted. <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】
本発明は複数の目的を持つ最適化問題を処理する最適化処理装置に関し、特にスケジューリングや工程管理等の多目的問題を遺伝的アルゴリズム(GA; Genetic Algorithm)を用いて効率的に処理する最適化処理装置に関するものである。
【0002】
【従来の技術】
複数の目的を持つ最適化問題は多目的問題と呼ばれ、その解法は通常パレート最適解集合を探索する。パレート解集合は複数個のパレート解の集まりであり、1つの解を求める解法と比べて一般に計算コスト(計算時間)が大きくなる。
【0003】
問題固有知識(ヒューリスティックス)等の効率的な探索を実現するのに助けとなる適切な手段の無いような難しい問題では現時点の解から改善された解を探すということを繰り返す手法がしばしば用いられる。そのような手法として、例えば遺伝的アルゴリズム(GA)が用いられる。遺伝的アルゴリズムは、探索空間が大きく制約条件が多くて線形計画法などの従来手法では困難な問題、探索空間の勾配情報や連続性などを仮定できない問題、さらには組み合わせが多すぎてその処理が困難な問題、等に適用される。
【0004】
図1には、従来手法による2目的最小化問題の一例を模式的に示している。
図1において、2目的最小化問題の各目的関数値をx、y軸にとり、その組み合わせが1つの解を示す。ここでは、ある初期解集合(折れ線で結んで表示)から出発してその解集合(同様に、折れ線で結んで表示)を少しずつ改善していく様子を示している。この場合、図中の矢印(時間t)で示すように右上方のパレート解集合が徐々に改善されていき、最終的には左下方のパレート解集合に至るように探索していく。
【0005】
図2は、図1の2目的最小化問題に遺伝的アルゴリズム(GA)を用いた場合の解集合の探索例を示したものである。
図2の(a)には複数個の解を白丸で示しており、その内の2つ(黒丸で示す)をランダムに選択する。図2の(b)には、このように選択した解(親個体)から交叉や変異などの遺伝子操作により生成された解(子個体)について、所定の制御可能性を評価して残った子集団を示している(複数の黒丸で示す)。図2の(c)では残った子個体と元の解((a)に示された解)とを合せた集合に対して非パレート解淘汰を施すことにより新たな解集合に更新する(複数の白丸で示す)。非パレート解淘汰とは、他の解に優越されてしまう解を淘汰(消去)することを示す。
【0006】
【発明が解決しようとする課題】
上記では2目的問題の簡単な例を示したが、多数のパレート解を扱わなければならない多目的問題では、扱うパレート解の個数が多くなるほどその計算コストは増大する。前述した遺伝的アルゴリズム(GA)は、パレート解集合をGA集団の中に含ませることでパレート解集合を1回の試行で得ることができる特長を有している。
【0007】
しかしながら、遺伝的アルゴリズムのように効率的に解集合を扱うことのできる手法であっても多目的問題に対しては計算コストが急激に増大し、その探索速度の向上が問題となってきている。
【0008】
そこで本発明の目的は、上記問題点に鑑み、多目的最適化問題の最適解集合を求める最適化処理装置において、最終的なパレート最適解集合に近くなる段階までは計算コストが少ない手法を用い、その後の最終段階におけるパレート最適解集合を求める探索には本来のパレート解探索手段を用いる2段階の処理構成とすることで、多目的最適化問題における探索処理の高速化を実現した最適化処理装置を提供することにある。
【0009】
【課題を解決するための手段】
本発明によれば、複数の目的を持つ最適化問題として定式化できる問題を処理する最適化処理装置であって、初期解を高速に求める手法により、初期パレート解を探索する初期パレート解探索部と、遺伝的アルゴリズム手法により、探索された前記初期パレート解を用いてパレート最適解集合を探索するパレート解集合探索部と、前記問題が入力されると前記初期パレート解探索部及び前記パレート解集合探索部の各々を制御して、探索された前記パレート最適解集合を出力する制御部と、により構成する最適化処理装置が提供される。
【0010】
前記初期パレート解探索部は、前記初期解を高速に求める手法として焼きなまし手法を用いる。また、前記焼きなまし手法を複数回実行して初期解を複数個生成し、それらの集合を前記初期パレート解としてもよい。さらに、前記初期解を高速に求める手法として集団サイズを制限した遺伝的アルゴリズム手法を用いてもよい。
【0011】
また、本発明によれば、複数の目的を持つ最適化問題として定式化できる問題を処理する最適化処理機能であって、初期解を高速に求める手法により、初期パレート解を探索する初期パレート解探機能と、遺伝的アルゴリズム手法により、探索された前記初期パレート解を用いてパレート最適解集合を探索するパレート解集合探索機能と、前記問題が入力されると前記初期パレート解探索機能び前記パレート解集合探索機能の各々を制御して、探索された前記パレート最適解集合を出力する制御機能と、によってコンピュータを作動させるプログラムを記録したコンピュータ読み取り可能な記録媒体が提供される。
【0012】
【発明の実施の形態】
図3は、本発明の最適化処理装置において、多目的問題の最適解集合を求めるための原理手法を模式的にあらわしたものである。
本発明では、多目的最適化問題に対し、前段階(時間t)では最終的なパレート最適解集合に近くなるまで計算コストが少ない手法(1点探索の手法等)を用い、それに続く後段階(時間t)では本来のパレート解探索手法を用いて最適解集合を探索する。
【0013】
図1及び2で説明したように、パレート解集合を改善することを繰り返して探索を進める遺伝的アルゴリズム等の既存の解法においては、探索が進行するにつれて、ある時点でのパレート解集合内の解はそれより後の時点のパレート解集合内の解によって優越されていく場合が多い。
【0014】
そのため、本発明では、最終的に求まるパレート最適解集合から程遠い解集合しか得られていない探索序盤の前段階(時間t)においては解の生成数を減らして計算コストを低減させる。そのような解の生成数を減らす最も極端な場合は、パレート解集合の大きさは1である。
【0015】
この場合、探索点が1個であることから、対象となる問題の特性に合った様々な従来手法が利用できる可能性が高くなる。後で説明するように、本発明の実施例では前段階(時間t)で1点探索手法の一つである焼きなまし法(SA;Simulated Annealing)を使用し、そして続く後段階(時間t)では既存の遺伝的アルゴリズム(GA)を使用している。
【0016】
なお、問題の内容にも依存するが、例えば前段階の手法で探す解が近似解(制約を完全に充足していない解や元々の問題を近似化した近似問題の解、等)でよいような場合には、解の生成数をさらに減らして前段階にかかる計算コストをより一層低減させることができる。
【0017】
図4は、本発明による最適化処理装置の基本構成を示したものである。また、図5には本発明による最適化処理装置の基本処理フローを示している。
本発明による最適化処理装置10において、初期パレート解探索部12は初期パレート解を探索する(S22)。また、パレート解集合探索部13は、初期パレート解探索部12によって求められた初期パレート解(S23)を用いてパレート最適解集合を探索する(S24)。そして、制御部11は、問題が入力されると(S21)、前記初期パレート解探索部12及びパレート解集合探索部13の各部を制御してその結果としてパレート最適解集合を出力する(S25)。
【0018】
図6は、初期パレート解探索部12の制御フローの一例を示したものである。本例の初期パレート解探索部12は、焼きなまし法(SA)の手法に基づいて構成されている。焼きなまし法は、探索空間に勾配情報や連続性などを仮定できない問題、探索空間が大きく制約条件が多くて線形計画法などの従来手法では困難な問題、等に適用される手法である。なお、焼きなまし法によって得られる解と同様な解を与える別な手法を用いることも可能である。
【0019】
焼きなまし法を、m整数変数のn目的最小化問題を例として簡単に説明すると、変数XをX=(x1, x2, …, xm)、目的関数FをF=(F1, F2, …, Fn)、F1=F1(X)、F2=F2(X)、…、Fn=Fn(X)と書く。SAを用いる場合、SAの評価関数としてはスカラー関数でなければならない。このために多目的問題の複数個の目的関数を何らかの方法でスカラー化する必要がある。
【0020】
例えば、ある個体rから別な個体sに遷移する確率pが
p=exp(−Q/T)
で与えられるとする(metropolis法)。ここで、Tは温度、
Q=w1*ΔF1+w2*ΔF2+…+wn*ΔFn
ΔFj=Fj(s)−ΔFj(r)、ifFj(s)>ΔFj(r)
otherwise 0、j=1、2、…、n
w1、w2、…、wnは正定数
である。
【0021】
なお、このスカラー化による近似化のために、本来の多目的問題のパレート最適解に到達できない恐れがある。しかし、本発明ではこのSAが本来の多目的問題を解くGAの初期パレート解を得る手段として用いられ、最終的なパレート解集合はGAにより探索されるので近似化の影響は消され問題とならない。
【0022】
図6では、前記状態変数Xによる摂動によって最小化すべきQ値を評価する。この評価では例えば摂動後のQ’値が摂動前のQ値よりも減少方向にあるか否かが判断され、その結果に従って目的関数Fが再計算される(S31〜34及び37〜40)。次に、前記遷移確率pを用いて摂動後の状態へ遷移すべきか否かが判断され、遷移条件を満足する場合には摂動後の状態に遷移する(S35及び37)。この処理は、所定の繰り返し回数、計算時間、又は解の改善、が一定回数の間見られなかった場合に終了する(S36)。
【0023】
図7は、パレート解集合探索部13の制御フローの一例を示したものである。本例のパレート解集合探索部13は、遺伝的アルゴリズム(GA)に基づいて構成される。この問題を解くGAは、例えば、以下のように構成される。個体の染色体表現は、各変数をそれぞれ座位とし、座位上の対立遺伝子を変数値とするような表現をとる。なお、このような表現自体は本願発明にとって重要ではない。
【0024】
GAの典型的動作は、図7に示すように「初期化(S51)」→「評価(S52)」→「終了判定(S53)」→「選択(S54)」→「交叉・変異(S55)」→「評価に戻る(S52)」となる。この繰り返しの部分は世代と呼ばれる。世代を繰り返すことで、集団内の解が次第に改善され(S57及び58)、最終的な解集合(S56)が得られる。
【0025】
GAの構成の仕方によっては上記と異なる場合が生じるが、その構成自体は本発明にとって重要ではない。従って、以下の各ステップの説明ではGA手法の詳細な説明を省略している。
【0026】
ステップS51の初期化では、図6の焼きなまし法(SA)によって初期解を用意する。この初期集団サイズは1となる。もし、解が1つで不十分な場合には複数回SAを実施してそれらの解を初期集団とすればよい。
【0027】
ステップS52の評価では、各個体それぞれについて、個体の染色体上の変数値X=(x1, x2, …, xm)を用いて目的関数値F=(F1, F2, …, Fn)を求める。次のステップS53の終了判定では、所定の繰り返し回数、計算時間に達したとき、又は解の改善が一定世代の間見られなかったとき、に計算を終了する。
【0028】
ステップS54の選択では、種々の選択方法が考案検討されているが(例えば、システム制御情報学会編「遺伝アルゴリズムと最適化」朝倉書店1998)、一例として集団内の各個体の目的関数値を相互に比較して、ある個体 i が集団内のほかのNi個の個体に優越されるときに、Niの大きな個体を消去してNiの少ない個体を増やす(複写する)。ただし、Ni=0の個体(すなわちパレート解)は常に残す(消去しない)。これにより集団サイズは一般に変動する。
【0029】
ステップS55の交叉では、集団内から個体(親個体)をいくつか選び、それらの染色体上の対立遺伝子を交換することにより(子)個体を作る操作を行なう。簡単な例では、2個の親個体をランダムに選びそれらの染色体の座位上の対立遺伝子のビット列をランダムに入れ換えることで子個体が得られる。
【0030】
同ステップS55の変異では、集団内の各個体の染色体上の対立遺伝子を所定の小さい確率でほかの値に変化させる操作を行なう。簡単な例では、個体の染色体の座位上の対立遺伝子のビット列をランダムに入れ換える。
【0031】
次に、初期パレート解探を求めるSAとパレート解集合を求めるGAとの計算コスト比較のために、各々の計算コストを簡単に見積もる。対象とする具体的問題の内容にも依存するが、計算時間の多くは個体の評価に費やされる。ここでは1個の個体の評価コスト(計算コスト)をDと書く。
【0032】
初期パレート解を求めるSAでは、1世代に1個体の遷移が起きるため、その計算コストはDである。一方、パレート解集合を求めるGAでは、解集合が数十個から数百個に及ぶ例があり、そのような場合にGA単独の探索では集合の大きさにほぼ比例した計算時間を要する。この場合の集団サイズをPとすると計算コストはP*Dである。
【0033】
ここでは、P=100 程度でSA探索がGA探索に比べて同じ品質の解レベルに到達するのに、世代数で数えて10倍遅いとする。この場合、全体としてのSAの計算コストはGAの計算コストよりも(D*10)/(P*D)=1/10と1桁小さく、従ってSAの方がGAよりも計算速度は10倍ほど速い。これから、従来のGAのみで探索する場合と比べて、本発明のようにSAで初期パレート解を求める方が10倍ほど高速にパレート最適解集合を求めることが可能となる。
【0034】
図8及び9は、本発明の一実施例を示したものであり、ここでは航空会社の航空機乗務員の勤務計画問題を扱っている。図8にはその適用要件を、そして図9には本発明の最適化処理装置によるデータd1の計算結果を示している。また、図10には従来手法によるデータd1の計算結果を図9との比較のために示してある。なお、この勤務計画問題は、乗務時間の平準化(分散最小化)、勤務時間の平準化(分散最小化)、希望休暇充足化(未充足平均最小化)の3目的問題である。
【0035】
図8において、データd1は繁忙期大規模の問題、データd2は繁忙期中規模の問題、そしてデータd3は閑散期大規模の問題のそれぞれの適用条件を示している。図9には、データd1を、初期解探索段階では焼きなまし法(SA)により、後の解集合探索段階では遺伝的アルゴリズム(GA)により解いた典型的な1試行について、評価関数である乗務時間分散(Vf)及び勤務時間分散(Vw)をX軸及びY軸にして、制約充足後のSA解の遷移軌跡とその後のGA探索解とを併せてプロットしている。
【0036】
一方、図10には、同じデータd1を、図9と同じ計算時間で従来手法による遺伝的アルゴリズム(GA)だけを使用したGA探索解をプロットしている。図9の本発明手法による計算時間は、初期解探索段階のSAの計算に約24分(約12分でほぼ収束)、解集合探索段階のGAの計算に約30分かかり、全体では約54分を要している。結果として、図9の初期解探索手段を用いる場合と図10のそれを用いない場合とでは、同じ品質の解集合を得る計算時間で約22倍の差が見られた。
【0037】
ところで、本実施例でも述べたようにSAの実行を複数回実施し、それによりSAの確率的探索に起因するバラツキを一層低減することができる。また複数回実施する際には、前述したQ値の計算に用いる係数wjの値を各々の実行毎に少しずつ変えることで、係数値の設定の恣意性による最終的な解集合のバラツキを低減させるようにしてもよい。
【0038】
これにより、探索空間の多峰性に対してもロバスト (robust) 性を持たせることができる。複数回実行することにより計算コストはかかるが、問題の難易度に応じて実行回数を適宜設定することで、全体としての計算コストを下げることが可能である。
【0039】
前述した航空機の乗務員計画の実施例においては、SAの1試行約9分を10回試行し、その後に10個のSA解を初期解集合とするGAによって最適解集合を探索(約30分)させた結果、図示はしていないが同じ計算時間2時間での比較においてSAを複数回実行させる手法がより品質の良い解集合を探索した。
【0040】
また、本実施例の別の態様として、初期解探索段階及び解集合探索段階のいずれも同じ遺伝的アルゴリズム(GA)を使用し、前者の初期解探索段階ではGAの集団サイズを制限したGAを用いるように構成してもよい。例えば、後の解集合探索段階のGAでは数100個の集団サイズを用いるのに対して、初期解探索段階のGAでは集団サイズ(上限)を数10個に限定する。この場合の集団サイズは必ずしも固定する必要がなく、世代数とともに増減させるようにしてもよい。
【0041】
なお、多目的最適化問題にGAを適用する場合に、解集合が特定領域に集中しないように集団のバラツキを制御する機構が従来から検討されている。この機構では集団サイズを制限する場合もあるが、探索空間内での解集合のバラツキを制御するのが目的である。
【0042】
例えば、目的値空間を等間隔の区画に区切り、各区画に入る解の個数上限を設定するものである。しかしながら、本態様例は最適解集合から遠く離れた探索序盤(若い世代)での計算コストの削減を目的として世代数に基づく集団サイズを制限するものである。従って、両者の目的及び作用効果は明確に相違している。
【0043】
【発明の効果】
以上説明したように、本発明によれば、遺伝的アルゴリズム(GA)とは別な初期解探索手法によりパレート解の初期値を高速に求めることで、全体としての計算コストを短縮することが可能となる。初期解探索手法により求める解は個数が少なくてもよく、個数が少ないことによって計算コストが減らすことができる。また、初期解探索手法による解は本来の多目的問題に対する近似解であってもよく、必要十分な近似解によって効率的な手法を採用することが可能となる。
【0044】
初期解探索手法として用いる焼きなまし法(SA)は、確率的な1点探索法であって変数組に対する評価関数が与えられれば探索を行わせることが可能であり、効率的な計算が可能である。また、焼きなまし法は、評価関数の勾配等の補助情報が不要であり、非線形な問題や組み合わせ問題等にも応用できる利点がある。
【0045】
この場合、焼きなまし法は確率的な探索法のために実行結果にバラツキが生じ得る。そのため、複数回の実行によってこの影響を低減させ、さらにはSA探索におけるパラメタ設定の恣意性を低減させることができる。
【0046】
また、初期解探索手法の別の手法として遺伝的アルゴリズム(GA)の集団サイズを小さくしたGAを用いることができ、それによって1世代あたりの計算コストを低減することが可能である。
【図面の簡単な説明】
【図1】従来手法による2目的最小化問題の一例を模式的に示した図である。
【図2】図1に遺伝的アルゴリズムを用いた場合の解集合の探索例を示した図である。
【図3】本発明の手法により多目的問題の最適解集合を求める原理を模式的にあらわした図である。
【図4】本発明による最適化処理装置の基本構成を示した図である。
【図5】本発明による最適化処理装置の基本処理フローを示した図である。
【図6】初期パレート解探索部の制御フロー例を示した図である。
【図7】パレート解集合探索部の制御フロー例を示した図である。
【図8】本発明の実施例における適用要件の例を示した図である。
【図9】本発明の最適化処理装置によるデータd1の計算結果を示した図である。
【図10】従来手法によるデータd1の計算結果を示した図である。
【符号の説明】
10…最適化処理装置
11…制御部
12…初期パレート解探索部
13…パレート解集合探索部
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to an optimization processing apparatus for processing an optimization problem having a plurality of objectives, and more particularly to an optimization processing for efficiently processing a multi-objective problem such as scheduling and process management using a genetic algorithm (GA). It concerns the device.
[0002]
[Prior art]
An optimization problem with multiple objectives is called a multi-objective problem, and its solution usually seeks a Pareto optimal solution set. A Pareto solution set is a group of a plurality of Pareto solutions, and generally has a higher calculation cost (calculation time) than a solution for finding one solution.
[0003]
For difficult problems for which there is no appropriate means to help achieve an efficient search for problem specific knowledge (heuristics), a method of repeatedly searching for an improved solution from the current solution is often used. As such a technique, for example, a genetic algorithm (GA) is used. Genetic algorithms have a large search space and many constraints, which are difficult with conventional methods such as linear programming, problems where gradient information and continuity of the search space cannot be assumed, and furthermore, there are too many combinations to process. Applies to difficult problems, etc.
[0004]
FIG. 1 schematically shows an example of a two-objective minimization problem according to a conventional method.
In FIG. 1, each objective function value of the two-objective minimization problem is set on the x and y axes, and a combination thereof indicates one solution. Here, it is shown that starting from a certain initial solution set (connected by a broken line) and gradually improving the solution set (similarly, connected by a broken line). In this case, as shown by the arrow (time t) in the figure, the Pareto solution set in the upper right is gradually improved, and the search is performed so as to eventually reach the Pareto solution set in the lower left.
[0005]
FIG. 2 shows an example of searching for a solution set when a genetic algorithm (GA) is used for the two-objective minimization problem of FIG.
In FIG. 2A, a plurality of solutions are shown by white circles, and two of them (shown by black circles) are selected at random. FIG. 2B shows a solution (child individual) generated by genetic manipulation such as crossover or mutation from the solution (parent individual) selected in this way, and the remaining controllability is evaluated. The group is indicated (indicated by a plurality of black circles). In (c) of FIG. 2, the set obtained by combining the remaining offspring individuals and the original solution (the solution shown in (a)) is updated to a new solution set by performing non-Pareto solution selection (a plurality of solutions). With white circles). Non-Pareto solution selection means to select (eliminate) solutions that are superior to other solutions.
[0006]
[Problems to be solved by the invention]
Although a simple example of the two-objective problem has been described above, in a multi-objective problem in which a large number of Pareto solutions must be handled, the calculation cost increases as the number of Pareto solutions handled increases. The aforementioned genetic algorithm (GA) has a feature that a Pareto solution set can be obtained by one trial by including the Pareto solution set in the GA population.
[0007]
However, even with a method such as a genetic algorithm that can efficiently handle a solution set, the computational cost is rapidly increased for a multi-objective problem, and improvement in search speed has become a problem.
[0008]
In view of the above problems, an object of the present invention is to provide an optimization processing device for obtaining an optimal solution set of a multi-objective optimization problem, using a method having a low calculation cost until a stage close to a final Pareto optimal solution set, The search for the Pareto optimal solution set at the subsequent final stage is performed in a two-stage processing configuration using the original Pareto solution search means, so that an optimization processing apparatus that realizes a high-speed search process in a multi-objective optimization problem is realized. To provide.
[0009]
[Means for Solving the Problems]
According to the present invention, there is provided an optimization processing device for processing a problem that can be formulated as an optimization problem having a plurality of objectives, wherein an initial Pareto solution searching unit for searching for an initial Pareto solution by a method for quickly obtaining an initial solution is provided. A Pareto solution set search unit for searching for a Pareto optimal solution set using the searched initial Pareto solution by a genetic algorithm technique, and when the problem is input, the initial Pareto solution search unit and the Pareto solution set An optimization processor configured to control each of the search units and output the searched Pareto optimal solution set is provided.
[0010]
The initial Pareto solution search unit uses an annealing method as a method for quickly obtaining the initial solution. Further, the annealing method may be executed a plurality of times to generate a plurality of initial solutions, and a set of the initial solutions may be used as the initial Pareto solution. Further, a genetic algorithm technique with a limited population size may be used as a technique for quickly obtaining the initial solution.
[0011]
According to the present invention, there is provided an optimization processing function for processing a problem that can be formulated as an optimization problem having a plurality of objectives, wherein an initial Pareto solution for searching for an initial Pareto solution is obtained by a method for quickly obtaining an initial solution. A Pareto solution set search function for searching for a Pareto optimal solution set using the searched initial Pareto solution by a genetic algorithm technique, and an initial Pareto solution search function and the Pareto solution when the problem is input. A computer-readable recording medium storing a program for operating a computer is provided by a control function of controlling each of the solution set search functions and outputting the searched Pareto optimal solution set.
[0012]
BEST MODE FOR CARRYING OUT THE INVENTION
FIG. 3 schematically shows a principle method for obtaining an optimal solution set of a multi-objective problem in the optimization processing device of the present invention.
In the present invention, for the multi-objective optimization problem, in the previous stage (time t 1 ), a method (such as a one-point search method) in which the calculation cost is small until the final Pareto optimal solution set is approached is used, and the subsequent subsequent stage At (time t 2 ), the optimal solution set is searched using the original Pareto solution search method.
[0013]
As described with reference to FIGS. 1 and 2, in an existing solution such as a genetic algorithm that advances a search by iteratively improving the Pareto solution set, as the search progresses, the solution in the Pareto solution set at a certain point in time is increased. Is often dominated by the solutions in the Pareto solution set at a later point in time.
[0014]
For this reason, in the present invention, the number of generated solutions is reduced in the pre-search early stage (time t 1 ) where only a solution set far from the Pareto optimal solution set finally obtained is obtained, thereby reducing the calculation cost. In the most extreme case of reducing the number of such solutions generated, the size of the Pareto solution set is one.
[0015]
In this case, since there is only one search point, there is a high possibility that various conventional methods suitable for the characteristics of the target problem can be used. As will be described later, in the embodiment of the present invention, an annealing method (SA; Simulated Annealing), which is one of the one-point searching methods, is used in the previous stage (time t 1 ), and the subsequent subsequent stage (time t 2). ) Uses an existing genetic algorithm (GA).
[0016]
Although it depends on the content of the problem, for example, the solution to be searched by the method at the previous stage may be an approximate solution (a solution that does not completely satisfy the constraints, a solution of an approximate problem obtained by approximating the original problem, or the like). In such a case, it is possible to further reduce the number of generated solutions and further reduce the calculation cost required for the previous stage.
[0017]
FIG. 4 shows a basic configuration of the optimization processing device according to the present invention. FIG. 5 shows a basic processing flow of the optimization processing apparatus according to the present invention.
In the optimization processing device 10 according to the present invention, the initial Pareto solution searching unit 12 searches for an initial Pareto solution (S22). Further, the Pareto solution set search unit 13 searches for an optimal Pareto solution set using the initial Pareto solution (S23) obtained by the initial Pareto solution search unit 12 (S24). Then, when a question is input (S21), the control unit 11 controls each of the initial Pareto solution search unit 12 and the Pareto solution set search unit 13 and outputs a Pareto optimal solution set as a result (S25). .
[0018]
FIG. 6 shows an example of a control flow of the initial Pareto solution searching unit 12. The initial Pareto solution search unit 12 of the present example is configured based on the annealing method (SA). The annealing method is a method applied to a problem in which gradient information or continuity cannot be assumed in a search space, a problem in which a search space is large, and there are many constraints, which is difficult with a conventional method such as a linear programming method. It is also possible to use another method that gives a solution similar to the solution obtained by the annealing method.
[0019]
The annealing method will be briefly described by taking an n-objective minimization problem of m integer variables as an example. The variable X is X = (x1, x2,..., Xm), and the objective function F is F = (F1, F2,. ), F1 = F1 (X), F2 = F2 (X),..., Fn = Fn (X). When SA is used, the evaluation function of SA must be a scalar function. For this purpose, it is necessary to scalarize a plurality of objective functions of the multiobjective problem by some method.
[0020]
For example, the probability p of transition from an individual r to another s is p = exp (−Q / T)
(Metropolis method). Where T is temperature,
Q = w1 * ΔF1 + w2 * ΔF2 +... + Wn * ΔFn
ΔFj = Fj (s) −ΔFj (r), ifFj (s)> ΔFj (r)
otherwise 0, j = 1, 2,..., n
w1, w2,..., wn are positive constants.
[0021]
Due to the approximation by the scalarization, there is a possibility that the Pareto optimal solution of the original multi-objective problem cannot be reached. However, in the present invention, this SA is used as a means for obtaining an initial Pareto solution of the GA for solving the original multi-objective problem, and the final Pareto solution set is searched by the GA, so that the influence of the approximation is eliminated and no problem occurs.
[0022]
In FIG. 6, the Q value to be minimized by the perturbation by the state variable X is evaluated. In this evaluation, for example, it is determined whether the Q value after perturbation is in a decreasing direction from the Q value before perturbation, and the objective function F is recalculated according to the result (S31 to S34 and S37 to S40). Next, it is determined whether or not to transit to the perturbed state using the transition probability p. If the transition condition is satisfied, the state transits to the perturbed state (S35 and S37). This process ends when the predetermined number of repetitions, calculation time, or improvement of the solution has not been observed for a certain number of times (S36).
[0023]
FIG. 7 shows an example of a control flow of the Pareto solution set search section 13. The Pareto solution set search unit 13 of the present example is configured based on a genetic algorithm (GA). The GA that solves this problem is configured, for example, as follows. The chromosome representation of an individual is such that each variable is a locus and an allele on the locus is a variable value. Note that such expressions are not important for the present invention.
[0024]
As shown in FIG. 7, a typical operation of the GA is “initialization (S51)” → “evaluation (S52)” → “end determination (S53)” → “selection (S54)” → “crossover / mutation (S55)”. "→" Return to evaluation (S52) ". The part of this repetition is called a generation. By repeating the generation, the solution in the group is gradually improved (S57 and S58), and the final solution set (S56) is obtained.
[0025]
Depending on the configuration of the GA, a different case may occur, but the configuration itself is not important for the present invention. Therefore, the detailed description of the GA method is omitted in the following description of each step.
[0026]
In the initialization in step S51, an initial solution is prepared by the annealing method (SA) in FIG. This initial group size is 1. If one solution is insufficient, SA may be performed a plurality of times and those solutions may be used as an initial group.
[0027]
In the evaluation in step S52, for each individual, the objective function value F = (F1, F2,..., Fn) is obtained using the variable value X = (x1, x2,..., Xm) on the individual chromosome. In the determination of the end of the next step S53, the calculation is ended when the predetermined number of repetitions and the calculation time have been reached, or when no improvement of the solution has been seen for a certain generation.
[0028]
In the selection in step S54, various selection methods are being devised (for example, “Genetic Algorithm and Optimization” edited by the Institute of Systems, Control and Information Engineers, Asakura Shoten 1998). When a certain individual i is superior to other Ni individuals in the population, individuals with large Ni are eliminated and individuals with small Ni are increased (copied). However, individuals with Ni = 0 (that is, Pareto solutions) are always left (not erased). This generally causes the population size to fluctuate.
[0029]
In the crossover in step S55, an operation of selecting several individuals (parent individuals) from the group and exchanging alleles on their chromosomes to create (child) individuals is performed. In a simple example, a child individual can be obtained by randomly selecting two parent individuals and randomly exchanging the bit strings of alleles on the chromosomal loci.
[0030]
In the mutation in step S55, an operation is performed to change the allele on the chromosome of each individual in the population to another value with a predetermined small probability. In a simple example, a bit sequence of an allele on a chromosomal locus of an individual is randomly exchanged.
[0031]
Next, in order to compare the calculation costs of the SA for finding the initial Pareto solution search and the GA for finding the Pareto solution set, the respective calculation costs are simply estimated. Much of the computation time is spent on individual evaluation, depending on the specific problem being addressed. Here, D is the evaluation cost (calculation cost) of one individual.
[0032]
In the SA for obtaining the initial Pareto solution, the calculation cost is D because one transition occurs in one generation in one generation. On the other hand, in the GA for obtaining a Pareto solution set, there are cases where the solution set ranges from several tens to several hundreds, and in such a case, the search for the GA alone requires a calculation time almost proportional to the size of the set. Assuming that the group size in this case is P, the calculation cost is P * D.
[0033]
Here, it is assumed that the SA search reaches the solution level of the same quality as the GA search at about P = 100, but is ten times slower by counting the number of generations. In this case, the calculation cost of the SA as a whole is one order of magnitude smaller than the calculation cost of the GA (D * 10) / (P * D) = 1/10, and therefore the calculation speed of the SA is 10 times faster than that of the GA. As fast. From this, it is possible to obtain a Pareto optimal solution set about 10 times as fast as that in the present invention in which the initial Pareto solution is obtained by SA as compared with the case of searching only by the conventional GA.
[0034]
8 and 9 illustrate one embodiment of the present invention, which deals with the work schedule problem for airline crew members of an airline company. FIG. 8 shows the application requirements, and FIG. 9 shows the calculation result of data d1 by the optimization processing device of the present invention. FIG. 10 shows a calculation result of the data d1 by the conventional method for comparison with FIG. The work schedule problem is a three-purpose problem of equalization of work hours (minimization of variance), equalization of work hours (minimization of variance), and satisfaction of desired leave (minimization of unsatisfied average).
[0035]
In FIG. 8, data d1 indicates a large-scale problem during the busy season, data d2 indicates a medium-scale problem during the busy season, and data d3 indicates a large-scale problem during the off-season. FIG. 9 shows a typical trial of data d1 solved by the annealing method (SA) in the initial solution search stage and the genetic algorithm (GA) in the subsequent solution set search stage, and the crew time as an evaluation function. Using the variance (Vf) and the working time variance (Vw) as the X axis and the Y axis, the transition trajectory of the SA solution after constraint satisfaction and the subsequent GA search solution are plotted together.
[0036]
On the other hand, FIG. 10 plots the same data d1 and the GA search solution using only the genetic algorithm (GA) according to the conventional method in the same calculation time as in FIG. The calculation time according to the method of the present invention shown in FIG. 9 is about 24 minutes (approximately converges in about 12 minutes) for the SA calculation in the initial solution search stage, and about 30 minutes for the GA calculation in the solution set search stage. It takes a minute. As a result, between the case where the initial solution search means of FIG. 9 is used and the case where it is not used of FIG. 10, a difference of about 22 times in the calculation time to obtain a solution set of the same quality was found.
[0037]
By the way, as described in the present embodiment, the execution of the SA is performed a plurality of times, whereby the variation due to the stochastic search for the SA can be further reduced. In addition, when performing a plurality of times, the value of the coefficient wj used in the calculation of the Q value described above is changed little by little for each execution, thereby reducing the dispersion of the final solution set due to the arbitrariness of the setting of the coefficient value. You may make it do.
[0038]
This makes it possible to provide robustness to the multimodality of the search space. The calculation cost is increased by executing the program a plurality of times, but the overall calculation cost can be reduced by appropriately setting the number of executions according to the difficulty of the problem.
[0039]
In the above-described embodiment of the aircraft crew planning, one trial of SA is performed about 9 minutes 10 times, and thereafter, an optimal solution set is searched by GA using 10 SA solutions as an initial solution set (about 30 minutes). As a result, although not shown, the method of executing the SA multiple times in the comparison at the same calculation time of 2 hours searched for a solution set of higher quality.
[0040]
Further, as another aspect of the present embodiment, the same genetic algorithm (GA) is used in both the initial solution search stage and the solution set search stage, and in the former initial solution search stage, the GA in which the GA group size is limited is used. It may be configured to be used. For example, the GA in the later solution set search stage uses several hundred population sizes, whereas the GA in the initial solution search stage limits the population size (upper limit) to several tens. In this case, the group size does not necessarily have to be fixed, and may be increased or decreased with the number of generations.
[0041]
In the case where GA is applied to the multi-objective optimization problem, a mechanism for controlling the variation of the group so that the solution set does not concentrate on a specific region has been conventionally studied. This mechanism may limit the group size, but its purpose is to control the dispersion of the solution set in the search space.
[0042]
For example, the target value space is divided into equally spaced sections, and the upper limit of the number of solutions entering each section is set. However, in this embodiment, the group size based on the number of generations is limited in order to reduce the calculation cost in the early search stage (young generation) far from the optimal solution set. Therefore, the purpose and the effect of the two are clearly different.
[0043]
【The invention's effect】
As described above, according to the present invention, it is possible to reduce the overall calculation cost by quickly obtaining the initial value of the Pareto solution using an initial solution search method different from the genetic algorithm (GA). It becomes. The number of the solutions obtained by the initial solution search method may be small, and the small number can reduce the calculation cost. Also, the solution by the initial solution search method may be an approximate solution to the original multi-objective problem, and an efficient method can be adopted by a necessary and sufficient approximate solution.
[0044]
The annealing method (SA) used as an initial solution search method is a stochastic one-point search method, and a search can be performed if an evaluation function for a set of variables is given, and efficient calculation is possible. . Further, the annealing method does not require auxiliary information such as the gradient of the evaluation function, and has an advantage that it can be applied to a nonlinear problem or a combination problem.
[0045]
In this case, the annealing method may vary in execution results due to a stochastic search method. Therefore, this effect can be reduced by executing the program a plurality of times, and the arbitrariness of parameter setting in the SA search can be reduced.
[0046]
Further, as another method of the initial solution search method, a genetic algorithm (GA) with a reduced group size can be used, and thereby the calculation cost per generation can be reduced.
[Brief description of the drawings]
FIG. 1 is a diagram schematically showing an example of a two-objective minimization problem according to a conventional method.
FIG. 2 is a diagram showing an example of searching for a solution set when a genetic algorithm is used in FIG. 1;
FIG. 3 is a diagram schematically illustrating a principle of obtaining an optimal solution set of a multi-objective problem by the method of the present invention.
FIG. 4 is a diagram showing a basic configuration of an optimization processing device according to the present invention.
FIG. 5 is a diagram showing a basic processing flow of the optimization processing device according to the present invention.
FIG. 6 is a diagram illustrating an example of a control flow of an initial Pareto solution search unit.
FIG. 7 is a diagram illustrating an example of a control flow of a Pareto solution set search unit.
FIG. 8 is a diagram showing an example of an application requirement in the embodiment of the present invention.
FIG. 9 is a diagram showing a calculation result of data d1 by the optimization processing device of the present invention.
FIG. 10 is a diagram showing a calculation result of data d1 according to a conventional method.
[Explanation of symbols]
10 optimization processing device 11 control unit 12 initial Pareto solution search unit 13 Pareto solution set search unit

Claims (5)

複数の目的を持つ最適化問題として定式化できる問題を処理する最適化処理装置であって、
初期解を高速に求める手法により、初期パレート解を探索する初期パレート解探索部と、
遺伝的アルゴリズム手法により、探索された前記初期パレート解を用いてパレート最適解集合を探索するパレート解集合探索部と、
前記問題が入力されると前記初期パレート解探索部及び前記パレート解集合探索部の各々を制御して、探索された前記パレート最適解集合を出力する制御部と、により構成することを特徴とする最適化処理装置。
An optimization processing device for processing a problem that can be formulated as an optimization problem having a plurality of objectives,
An initial Pareto solution searching unit for searching for an initial Pareto solution by a method for quickly obtaining an initial solution,
A Pareto solution set search unit that searches for a Pareto optimal solution set using the searched initial Pareto solution by a genetic algorithm technique,
A control unit that controls each of the initial Pareto solution search unit and the Pareto solution set search unit when the problem is input, and outputs the searched Pareto optimal solution set. Optimization processing equipment.
前記初期パレート解探索部は、前記初期解を高速に求める手法として焼きなまし手法を用いる、請求項1記載の装置。The apparatus according to claim 1, wherein the initial Pareto solution search unit uses an annealing method as a method for quickly obtaining the initial solution. 前記初期パレート解探索部は、前記焼きなまし手法を複数回実行して初期解を複数個生成し、それらの集合を前記初期パレート解とする、請求項2記載の装置。The apparatus according to claim 2, wherein the initial Pareto solution search unit executes the annealing method a plurality of times to generate a plurality of initial solutions, and sets a set of the initial solutions as the initial Pareto solution. 前記初期パレート解探索部は、前記初期解を高速に求める手法として集団サイズを制限した遺伝的アルゴリズム手法を用いる、請求項1記載の装置。The apparatus according to claim 1, wherein the initial Pareto solution searching unit uses a genetic algorithm method with a limited population size as a method for quickly obtaining the initial solution. 複数の目的を持つ最適化問題として定式化できる問題を処理する最適化処理機能であって、
初期解を高速に求める手法により、初期パレート解を探索する初期パレート解探機能と、
遺伝的アルゴリズム手法により、探索された前記初期パレート解を用いてパレート最適解集合を探索するパレート解集合探索機能と、
前記問題が入力されると前記初期パレート解探索機能び前記パレート解集合探索機能の各々を制御して、探索された前記パレート最適解集合を出力する制御機能と、によりコンピュータを作動させるためのプログラムを記録したコンピュータ読み取り可能な記録媒体。
An optimization processing function that processes a problem that can be formulated as an optimization problem with multiple purposes,
An initial Pareto solution search function that searches for an initial Pareto solution by a method for quickly finding an initial solution,
A Pareto solution set search function for searching a Pareto optimal solution set using the searched initial Pareto solution by a genetic algorithm technique,
A program for operating a computer by controlling each of the initial Pareto solution search function and the Pareto solution set search function when the problem is input, and outputting the searched Pareto optimal solution set. A computer-readable recording medium on which is recorded.
JP2002188146A 2002-06-27 2002-06-27 Optimization processing apparatus Withdrawn JP2004030413A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002188146A JP2004030413A (en) 2002-06-27 2002-06-27 Optimization processing apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002188146A JP2004030413A (en) 2002-06-27 2002-06-27 Optimization processing apparatus

Publications (1)

Publication Number Publication Date
JP2004030413A true JP2004030413A (en) 2004-01-29

Family

ID=31182978

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002188146A Withdrawn JP2004030413A (en) 2002-06-27 2002-06-27 Optimization processing apparatus

Country Status (1)

Country Link
JP (1) JP2004030413A (en)

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007148692A (en) * 2005-11-25 2007-06-14 Nissan Motor Co Ltd Concept design support device, medium recording concept design support program, and method of supporting concept design
JP2008096778A (en) * 2006-10-13 2008-04-24 National Institute Of Advanced Industrial & Technology Two-photon laser microscope with automatic optical-axis adjusting function
CN102780235A (en) * 2012-08-02 2012-11-14 南通大学 Pumped storage power station dispatching method on basis of genetic algorithm
CN102928382A (en) * 2012-11-12 2013-02-13 江苏大学 Near-infrared spectral characteristic wavelength selecting method based on improved simulated annealing algorithm
CN103793555A (en) * 2014-01-02 2014-05-14 南通大学 Intelligent stock-layout optimization method for woodworking sheet parts
JP2014200015A (en) * 2013-03-29 2014-10-23 キヤノン株式会社 Color processing unit and color processing method
JP2014219181A (en) * 2013-04-30 2014-11-20 祐一 丸山 Missile flight method
CN104331627A (en) * 2014-11-11 2015-02-04 中国科学院空间科学与应用研究中心 HXMT (Hard X-ray Modulating Telescope) satellite task planning processing method
CN104504469A (en) * 2014-12-19 2015-04-08 西安电子科技大学 Box loading method based on three-dimensional moving mode sequence and multi-intelligent-agent genetic algorithm
CN104933478A (en) * 2015-06-04 2015-09-23 国网山东省电力公司电力科学研究院 Multi-target optimized rectification method of relay protection
CN105488584A (en) * 2015-11-20 2016-04-13 中国人民解放军国防科学技术大学 Multi-objective combinational optimal configuration method of island hybrid renewable energy system (HRES)
WO2016203531A1 (en) * 2015-06-15 2016-12-22 株式会社日立製作所 Planning operation assistance system and planning operation assistance method
JP2017513131A (en) * 2014-03-24 2017-05-25 スカイスキャナー リミテッドSkyscanner Ltd How to compare goods or services from one or more websites
CN107944623A (en) * 2017-11-22 2018-04-20 哈尔滨工业大学 A kind of optimization method and its application based on saccharomycete budding breeding
JPWO2021059506A1 (en) * 2019-09-27 2021-04-01
CN112633555A (en) * 2020-11-30 2021-04-09 科技谷(厦门)信息技术有限公司 Method and system for optimizing logistics transportation scheme
CN112859785A (en) * 2021-01-19 2021-05-28 嘉兴学院 Paper basin workshop production scheduling method and scheduling system based on multi-objective optimization algorithm
WO2021234903A1 (en) 2020-05-21 2021-11-25 富士通株式会社 Information processing device, work plan specifying method, and work plan specifying program

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007148692A (en) * 2005-11-25 2007-06-14 Nissan Motor Co Ltd Concept design support device, medium recording concept design support program, and method of supporting concept design
JP2008096778A (en) * 2006-10-13 2008-04-24 National Institute Of Advanced Industrial & Technology Two-photon laser microscope with automatic optical-axis adjusting function
CN102780235A (en) * 2012-08-02 2012-11-14 南通大学 Pumped storage power station dispatching method on basis of genetic algorithm
CN102928382A (en) * 2012-11-12 2013-02-13 江苏大学 Near-infrared spectral characteristic wavelength selecting method based on improved simulated annealing algorithm
JP2014200015A (en) * 2013-03-29 2014-10-23 キヤノン株式会社 Color processing unit and color processing method
JP2014219181A (en) * 2013-04-30 2014-11-20 祐一 丸山 Missile flight method
CN103793555A (en) * 2014-01-02 2014-05-14 南通大学 Intelligent stock-layout optimization method for woodworking sheet parts
JP2017513131A (en) * 2014-03-24 2017-05-25 スカイスキャナー リミテッドSkyscanner Ltd How to compare goods or services from one or more websites
US10600106B2 (en) 2014-03-24 2020-03-24 Skyscanner Limited Method of comparing goods or services from one or more websites
CN104331627A (en) * 2014-11-11 2015-02-04 中国科学院空间科学与应用研究中心 HXMT (Hard X-ray Modulating Telescope) satellite task planning processing method
CN104504469A (en) * 2014-12-19 2015-04-08 西安电子科技大学 Box loading method based on three-dimensional moving mode sequence and multi-intelligent-agent genetic algorithm
CN104933478A (en) * 2015-06-04 2015-09-23 国网山东省电力公司电力科学研究院 Multi-target optimized rectification method of relay protection
WO2016203531A1 (en) * 2015-06-15 2016-12-22 株式会社日立製作所 Planning operation assistance system and planning operation assistance method
JPWO2016203531A1 (en) * 2015-06-15 2017-08-31 株式会社日立製作所 Planning work support system and planning work support method
CN105488584A (en) * 2015-11-20 2016-04-13 中国人民解放军国防科学技术大学 Multi-objective combinational optimal configuration method of island hybrid renewable energy system (HRES)
CN107944623B (en) * 2017-11-22 2021-08-31 哈尔滨工业大学 Airplane fleet retention rate optimization method based on yeast budding propagation optimization
CN107944623A (en) * 2017-11-22 2018-04-20 哈尔滨工业大学 A kind of optimization method and its application based on saccharomycete budding breeding
JPWO2021059506A1 (en) * 2019-09-27 2021-04-01
WO2021059506A1 (en) * 2019-09-27 2021-04-01 日本電信電話株式会社 Personnel arrangement device, arrangement method, and arrangement program
JP7294435B2 (en) 2019-09-27 2023-06-20 日本電信電話株式会社 Personnel arrangement device, arrangement method and arrangement program
WO2021234903A1 (en) 2020-05-21 2021-11-25 富士通株式会社 Information processing device, work plan specifying method, and work plan specifying program
CN112633555A (en) * 2020-11-30 2021-04-09 科技谷(厦门)信息技术有限公司 Method and system for optimizing logistics transportation scheme
CN112633555B (en) * 2020-11-30 2023-06-20 集美大学 Optimization method of logistics transportation scheme
CN112859785A (en) * 2021-01-19 2021-05-28 嘉兴学院 Paper basin workshop production scheduling method and scheduling system based on multi-objective optimization algorithm

Similar Documents

Publication Publication Date Title
JP2004030413A (en) Optimization processing apparatus
Abdullah et al. Generating university course timetable using genetic algorithms and local search
Zaman et al. Evolutionary algorithms for dynamic economic dispatch problems
Murata et al. Genetic algorithms for flowshop scheduling problems
Xia et al. A hybrid genetic algorithm with variable neighborhood search for dynamic integrated process planning and scheduling
Pan et al. A hybrid genetic algorithm for no-wait job shop scheduling problems
US8626350B2 (en) Sliding mode AGC controller and method
Vergidis et al. Business process improvement using multi-objective optimisation
El-Deen et al. Optimal PID tuning for DC motor speed controller based on genetic algorithm
Freire et al. From single to many-objective PID controller design using particle swarm optimization
Ponnambalam et al. Constructive and improvement flow shop scheduling heuristics: an extensive evaluation
Herrmann et al. Solving a class scheduling problem with a genetic algorithm
Kumar et al. A genetic algorithm for a flow shop scheduling problem with breakdown interval, transportation time and weights of jobs
Sung et al. An adaptive evolutionary algorithm for traveling salesman problem with precedence constraints
Tian et al. A pareto-based adaptive variable neighborhood search for biobjective hybrid flow shop scheduling problem with sequence-dependent setup time
Kabir et al. An adaptive flower pollination algorithm for software test suite minimization
Liao et al. Multi-objective optimization of single machine scheduling with energy consumption constraints
Mou et al. An improved genetic algorithm for single-machine inverse scheduling problem
Koblasa et al. Evolution algorithm for job shop scheduling problem constrained by the optimization timespan
Noori-Darvish et al. Solving a bi-objective open shop scheduling problem with fuzzy parameters
Paprocka et al. The influence of algorithms for basic-schedule generation on the performance of predictive and reactive schedules
Zoteva et al. Generalized net model of artificial bee colony optimization algorithm
Fujita Deep Reinforcement Learning Approach for Maintenance Planning in a Flow-Shop Scheduling Problem
Zhao et al. An improvement of genetic algorithms by search space reductions in solving large-scale flowshop problems
Ahmed et al. Application of an Efficient Genetic Algorithm for Solving n× 𝒎𝒎 Flow Shop Scheduling Problem Comparing it with Branch and Bound Algorithm and Tabu Search 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: 20050906