「最適化問題」の版間の差分

提供: ORWiki
ナビゲーションに移動 検索に移動
(基礎編と用語編のマージ)
1行目: 1行目:
 
'''【さいてきかもんだい (optimization problem)】'''
 
'''【さいてきかもんだい (optimization problem)】'''
  
 +
=== 概要 ===
 
「与えられた制約条件の下で目的を最適に達成するための数理モデル」で数理計画問題(mathematical programming problem)ともいう. 数学的には,
 
「与えられた制約条件の下で目的を最適に達成するための数理モデル」で数理計画問題(mathematical programming problem)ともいう. 数学的には,
  
19行目: 20行目:
 
と表現される. ここで, <math>F \,</math> は <math>n \,</math> 次元ベクトル空間 <math>\mathbf{R}^n \,</math> の部分集合(実行可能集合)で,  <math>f \,</math> は <math>\mathbf{R}^n \,</math> で定義された実数値関数(目的関数).
 
と表現される. ここで, <math>F \,</math> は <math>n \,</math> 次元ベクトル空間 <math>\mathbf{R}^n \,</math> の部分集合(実行可能集合)で,  <math>f \,</math> は <math>\mathbf{R}^n \,</math> で定義された実数値関数(目的関数).
  
詳しくは[[《最適化問題》|基礎編:最適化問題]]を参照.
+
 
 +
=== 詳説 ===
 +
 [[最適化問題]] (optimization problem)([[数理計画問題]])は, 「与えられた制約条件の下でより良い目的を達成するための数理モデル」で, 数学的には,
 +
 
 +
 
 +
<table align="center">
 +
<tr>
 +
<td><math>\mbox{max.}  \quad  f(x)  \mbox{(}</math>あるいは, <math>\mbox{min.}\quad f(x))</math></td>
 +
</tr>
 +
<tr>
 +
<td><math>\mbox{s.t.} \quad\quad x = (x_1,x_2,\ldots,x_n) \in F,</math></td>
 +
</tr>
 +
</table>
 +
 
 +
 
 +
のように表現される. ここで, <math>F\, </math> は <math>n\, </math>次元ベクトル空間 <math>\mathbf {R}^n</math>の部分集合で[[実行可能集合]](feasible region)([[許容集合]])と呼ばれ,<math>f\, </math> は <math>\mathbf {R}^n</math> で定義された実数値関数で[[目的関数]](objective function)と呼ばれる. また, <math>x \in F</math> を[[実行可能解]]([[許容解]]), 実行可能解の中で目的関数の最大(あるいは, 最小)を達成する<math>x\, </math>を[[最適解]](optimal solution)と呼ぶ. 実行可能集合 <math>F\, </math> は,
 +
 
 +
 
 +
<table align="center">
 +
<tr>
 +
<td><math>F = \{ x \in S : g_i(x) \leq 0 \ (i=1,2,\ldots,m) \}</math></td>
 +
</tr>
 +
</table>
 +
 
 +
 
 +
のように表現されることが多い. ただし, <math>g_i\, </math> は <math>\mathbf {R}^n</math> で定義された実数値関数である. また, <math>S\, </math> は対象とする最適化問題を記述するのに用いられる基礎となる空間と考えればよい. 基礎となる空間 <math>S\, </math>, 実行可能領域 <math>F\, </math> を表現するのに使われる関数 <math>g_i (i=1,2,\ldots,m),</math> および, 目的関数 <math>f\, </math> に種々の条件を課した多くのクラスの最適化問題が研究されている. 最適化問題は,
 +
 
 +
 
 +
:* <math>S = \mathbf {R}^n</math>(より一般的には, <math>S\, </math> は <math>\mathbf {R}^n</math> の開集合)
 +
:* 関数 <math>g_i (i=1,2,\ldots,m)</math> は連続(多くの場合, 微分可能)
 +
 
 +
 
 +
が仮定され, 変数ベクトル <math>x\, </math> が連続的な値をとる[[連続最適化問題]](continuous optimization problem)と,
 +
 
 +
 
 +
:* <math>S\, </math> は有限集合, または, 離散的な集合, たとえば, <math>S = \{ x \in \mathbf {R}^n : x_j = 0</math> または <math>\mathrm{1}\, </math><math>\}\, </math>(有限集合), <math>S =\, </math> あるグラフの部分グラフの集まり(有限集合), <math>S = \{ x \in \mathbf {R}^n : x_j =</math> 自然数<math>\}\, </math>(離散無限集合).
 +
 
 +
 
 +
が仮定され, 変数ベクトル <math>x\, </math> が離散的な値をとる[[離散最適化問題]](discrete optimization problem)に, 大きく分けることができる.  関数 <math>f, \ g_i (i=1,2,\ldots,m)</math> に連続性(あるいは, 微分可能性)のみを仮定する非線形離散最適化問題のクラスも考えることができるが, そのような問題は非常に難しく, 関数 <math>f, \ g_i (i=1,2,\ldots,m)</math> が線形(あるいは, 高々2次)関数である場合に限定することが多い. このように限定したとしても, 離散最適化問題には広範な応用がある. 個々の最適化問題は, それが定式化された元の(現実)問題と結びつけた名前で呼ばれることも多い. たとえば, 最小費用フロー問題, 最大フロー問題, 巡回セールスマン問題, グラフ分割問題等である.  また, 上記の最適化問題に関する分類は厳密ではなく, 連続最適化と離散最適化の両方の特徴を共有する問題(たとえば, 施設配置問題, 線形混合整数計画問題)や, それらからはみ出た最適化問題も存在する.
 +
 
 +
 
 +
 
 +
----
 +
 
 +
'''参考文献'''
 +
 
 +
[1] 福島雅夫, 『数理計画法入門』, 朝倉書店, 1996.
 +
 
 +
[[Category:線形計画|さいてきかもんだい]]

2008年3月13日 (木) 22:34時点における版

【さいてきかもんだい (optimization problem)】

概要

「与えられた制約条件の下で目的を最適に達成するための数理モデル」で数理計画問題(mathematical programming problem)ともいう. 数学的には,


構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mbox{max.} \, } 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle f(x) ( \,} あるいは,
構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mbox{s.t.}\, } 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle x = (x_1,x_2,\ldots,x_n) \in F, \,}


と表現される. ここで, 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle n \,} 次元ベクトル空間 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{R}^n \,} の部分集合(実行可能集合)で, 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle f \,} で定義された実数値関数(目的関数).


詳説

 最適化問題 (optimization problem)(数理計画問題)は, 「与えられた制約条件の下でより良い目的を達成するための数理モデル」で, 数学的には,


構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mbox{max.} \quad f(x) \mbox{(}} あるいは,
構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mbox{s.t.} \quad\quad x = (x_1,x_2,\ldots,x_n) \in F,}


のように表現される. ここで, 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle n\, } 次元ベクトル空間 の部分集合で実行可能集合(feasible region)(許容集合)と呼ばれ,構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle f\, }構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf {R}^n} で定義された実数値関数で目的関数(objective function)と呼ばれる. また, 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle x \in F}実行可能解許容解), 実行可能解の中で目的関数の最大(あるいは, 最小)を達成する構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle x\, }最適解(optimal solution)と呼ぶ. 実行可能集合 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle F\, } は,


構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle F = \{ x \in S : g_i(x) \leq 0 \ (i=1,2,\ldots,m) \}}


のように表現されることが多い. ただし, 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle g_i\, }構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf {R}^n} で定義された実数値関数である. また, 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle S\, } は対象とする最適化問題を記述するのに用いられる基礎となる空間と考えればよい. 基礎となる空間 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle S\, } , 実行可能領域 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle F\, } を表現するのに使われる関数 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle g_i (i=1,2,\ldots,m),} および, 目的関数 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle f\, } に種々の条件を課した多くのクラスの最適化問題が研究されている. 最適化問題は,


  • 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle S = \mathbf {R}^n} (より一般的には, 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf {R}^n} の開集合)
  • 関数 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle g_i (i=1,2,\ldots,m)} は連続(多くの場合, 微分可能)


が仮定され, 変数ベクトル 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle x\, } が連続的な値をとる連続最適化問題(continuous optimization problem)と,


  • 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle S\, } は有限集合, または, 離散的な集合, たとえば, または 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathrm{1}\, } 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \}\, } (有限集合), 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle S =\, } あるグラフの部分グラフの集まり(有限集合), 自然数構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \}\, } (離散無限集合).


が仮定され, 変数ベクトル 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle x\, } が離散的な値をとる離散最適化問題(discrete optimization problem)に, 大きく分けることができる. 関数 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle f, \ g_i (i=1,2,\ldots,m)} に連続性(あるいは, 微分可能性)のみを仮定する非線形離散最適化問題のクラスも考えることができるが, そのような問題は非常に難しく, 関数 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle f, \ g_i (i=1,2,\ldots,m)} が線形(あるいは, 高々2次)関数である場合に限定することが多い. このように限定したとしても, 離散最適化問題には広範な応用がある. 個々の最適化問題は, それが定式化された元の(現実)問題と結びつけた名前で呼ばれることも多い. たとえば, 最小費用フロー問題, 最大フロー問題, 巡回セールスマン問題, グラフ分割問題等である. また, 上記の最適化問題に関する分類は厳密ではなく, 連続最適化と離散最適化の両方の特徴を共有する問題(たとえば, 施設配置問題, 線形混合整数計画問題)や, それらからはみ出た最適化問題も存在する.



参考文献

[1] 福島雅夫, 『数理計画法入門』, 朝倉書店, 1996.