เปรียบเทียบวิธี
ดูวิธีที่เลือกเทียบกันแบบเคียงข้าง แถวที่ต่างกันจะถูกเน้นไว้
| Robust Ant Colony Optimization× | Ant Colony Optimization× | |
|---|---|---|
| สาขาวิชา≠ | การจำลอง | การหาค่าเหมาะที่สุด |
| ตระกูล | Process / pipeline | Process / pipeline |
| ปีกำเนิด≠ | 1992 (ACO); robust variants from ~2005 | 1992 (foundational thesis); 1997 (Ant Colony System formalization) |
| ผู้ริเริ่ม≠ | Dorigo, M. (ACO); robust extensions by multiple authors in 2000s–2010s | — |
| ประเภท≠ | Metaheuristic with robustness wrapper | Metaheuristic — swarm intelligence |
| แหล่งต้นตำรับ≠ | Dorigo, M. (1992). Optimization, learning and natural algorithms. PhD Thesis, Politecnico di Milano, Italy. link ↗ | Dorigo, M. & Gambardella, L.M. (1997). Ant Colony System: A Cooperative Learning Approach to the Traveling Salesman Problem. IEEE Transactions on Evolutionary Computation, 1(1), 53-66. DOI ↗ |
| ชื่อเรียกอื่น≠ | Robust ACO, Uncertainty-aware ACO, Min-max ACO, Robust ACO Metaheuristic | ACO, Karınca Kolonisi Optimizasyonu (ACO), ant colony system |
| ที่เกี่ยวข้อง | 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. | Ant Colony Optimization (ACO) is a metaheuristic algorithm introduced by Marco Dorigo and colleagues in the early 1990s that solves combinatorial optimisation problems by simulating the collective foraging behaviour of ants. Real ants lay pheromone trails on paths and preferentially follow stronger trails; ACO turns this positive-feedback mechanism into a search procedure that finds high-quality solutions to graph-structured problems such as the Travelling Salesman Problem, vehicle routing, and scheduling. |
| ScholarGateชุดข้อมูล ↗ |
|
|