手法を比較
選択した手法を並べて確認できます。異なる行はハイライト表示されます。
| 焼きなまし法× | Differential Evolution× | |
|---|---|---|
| 分野 | 最適化 | 最適化 |
| 系統 | Process / pipeline | Process / pipeline |
| 提唱年≠ | 1983 | 1997 |
| 提唱者≠ | — | Rainer Storn & Kenneth Price |
| 種類≠ | Probabilistic metaheuristic / local search | Population-based stochastic metaheuristic |
| 原典≠ | Kirkpatrick, S., Gelatt, C.D. & Vecchi, M.P. (1983). Optimization by Simulated Annealing. Science, 220(4598), 671-680. DOI ↗ | Storn, R. & Price, K. (1997). Differential Evolution – A Simple and Efficient Heuristic for Global Optimization over Continuous Spaces. Journal of Global Optimization, 11(4), 341–359. DOI ↗ |
| 別名 | Benzetimli Tavlama (Simulated Annealing), SA, probabilistic local search | DE algorithm, Diferansiyel Evrim (DE), DE optimization |
| 関連 | 5 | 5 |
| 概要≠ | Simulated annealing is a probabilistic local-search metaheuristic introduced by Kirkpatrick, Gelatt, and Vecchi in 1983. It models the physical annealing process in metallurgy — where a material is heated and then slowly cooled to reach a low-energy crystalline state — and uses this analogy to escape local optima in combinatorial and continuous optimization problems. | Differential Evolution (DE), introduced by Rainer Storn and Kenneth Price in 1997, is a population-based stochastic optimisation algorithm designed for continuous parameter spaces. It generates candidate solutions by combining vector differences between existing population members, making it a powerful and parameter-lean alternative to Genetic Algorithms and Particle Swarm Optimisation when the search landscape is non-convex, multimodal, or poorly suited to gradient-based methods. |
| ScholarGateデータセット ↗ |
|
|