Порівняння методів
Переглядайте обрані методи поруч; рядки з відмінностями підсвічено.
| Стійка оптимізація на основі мурашиних колоній× | Надійний відпал (Robust Simulated Annealing)× | |
|---|---|---|
| Галузь | Імітаційне моделювання | Імітаційне моделювання |
| Родина | Process / pipeline | Process / pipeline |
| Рік появи≠ | 1992 (ACO); robust variants from ~2005 | 1983 (SA); robust variant emerged 1990s–2000s |
| Автор методу≠ | Dorigo, M. (ACO); robust extensions by multiple authors in 2000s–2010s | Kirkpatrick, Gelatt & Vecchi (SA basis); robust formulation developed across the operations research community |
| Тип≠ | Metaheuristic with robustness wrapper | Metaheuristic with robustness evaluation |
| Основоположне джерело≠ | Dorigo, M. (1992). Optimization, learning and natural algorithms. PhD Thesis, Politecnico di Milano, Italy. link ↗ | Kirkpatrick, S., Gelatt, C. D., Vecchi, M. P. (1983). Optimization by simulated annealing. Science, 220(4598), 671-680. DOI ↗ |
| Інші назви | Robust ACO, Uncertainty-aware ACO, Min-max ACO, Robust ACO Metaheuristic | RSA, Robust SA, Uncertainty-robust simulated annealing, Worst-case simulated annealing |
| Пов'язані | 5 | 5 |
| Підсумок≠ | Robust Ant Colony Optimization (Robust ACO) extends the classic ant colony metaheuristic by explicitly incorporating parameter uncertainty and worst-case or expected-case robustness criteria into the solution search. Rather than optimizing for a single nominal scenario, it seeks solutions that perform well across a range of plausible problem realizations, making it suitable for real-world combinatorial problems where input data (costs, demands, travel times) are uncertain or variable. | Robust Simulated Annealing (RSA) adapts the classical simulated annealing metaheuristic to seek solutions that perform well not just under nominal conditions but across the full range of uncertain or adversarial parameter values. By embedding a robustness evaluation — worst-case, expected-case, or regret-based — into the SA acceptance step, RSA trades some nominal optimality for resilience, making it valuable when problem parameters are imprecisely known or subject to environmental variation. |
| ScholarGateНабір даних ↗ |
|
|