مقایسهٔ روشها
روشهای انتخابی خود را کنار هم مرور کنید؛ ردیفهای متفاوت برجسته شدهاند.
| جستجوی ممنوعه تصادفی× | الگوریتم ژنتیک× | |
|---|---|---|
| حوزه≠ | شبیهسازی | بهینهسازی |
| خانواده | Process / pipeline | Process / pipeline |
| سال پیدایش≠ | 1990s | 1975 |
| پدیدآور≠ | Glover, F. (base TS); stochastic extensions by various authors (1990s–2000s) | John Henry Holland |
| نوع≠ | Stochastic metaheuristic optimizer | Population-based metaheuristic |
| منبع بنیادین≠ | Glover, F. (1990). Tabu search: A tutorial. Interfaces, 20(4), 74-94. DOI ↗ | Holland, J.H. (1975). Adaptation in Natural and Artificial Systems. University of Michigan Press. link ↗ |
| نامهای دیگر≠ | STS, Randomized Tabu Search, Probabilistic Tabu Search, Noisy Tabu Search | GA, evolutionary algorithm, Genetik Algoritma — Evrimsel Optimizasyon |
| مرتبط | 5 | 5 |
| خلاصه≠ | Stochastic Tabu Search (STS) is an extension of classical Tabu Search that introduces randomness into the neighborhood exploration and move-selection phases. By combining tabu memory — which forbids recently visited solutions — with probabilistic acceptance or random candidate sampling, STS escapes local optima more effectively and explores rugged solution landscapes that deterministic TS may fail to traverse. | A genetic algorithm (GA) is a population-based metaheuristic optimization method introduced by John Henry Holland (1975) that mimics the principles of natural selection. It maintains a population of candidate solutions and iteratively improves them through selection, crossover, and mutation operators, making it especially powerful on discontinuous, non-convex, and multi-modal search spaces where classical gradient-based methods fail. |
| ScholarGateمجموعهداده ↗ |
|
|