Process / pipelineSimulation / optimization
決定論的遺伝的アルゴリズム — ランダム性なき進化的最適化
決定論的遺伝的アルゴリズム(DGA)は、確率的サンプリングの代わりに、完全に決定論的な演算子と固定された決定規則を使用して、進化的計算の構造的枠組み(集団、選択、交叉、置換)を適用します。ランダム性を排除することにより、アルゴリズムは完全に再現可能になります。同じ問題に対して2回実行しても同一の解が得られるため、厳密なベンチマーキング、再現性研究、および確率性が望ましくないシステムでの利用に適しています。
手法の全文を読む
会員限定
ログイン無料アカウントでログインすると、このセクションを読めます。
Method map
The neighbourhood of related methods — select a node to explore.
出典
- Goldberg, D. E. (1989). Genetic Algorithms in Search, Optimization, and Machine Learning. Addison-Wesley, Reading, MA. ISBN: 9780201157673
- Mahfoud, S. W. (1995). Niching methods for genetic algorithms. IlliGAL Report No. 95001, University of Illinois at Urbana-Champaign. link ↗
このページの引用方法
ScholarGate. (2026, June 3). Deterministic Genetic Algorithm — Evolutionary optimization with deterministic selection and operators. ScholarGate. https://scholargate.app/ja/simulation/deterministic-genetic-algorithm
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- 決定論的粒子群最適化シミュレーション↔ compare
- 遺伝的アルゴリズム最適化↔ compare
- 多目的遺伝的アルゴリズム(MOGA)シミュレーション↔ compare
- 焼きなまし法最適化↔ compare
- 確率的遺伝的アルゴリズムシミュレーション↔ compare