Σύγκριση μεθόδων
Εξετάστε τις επιλεγμένες μεθόδους δίπλα-δίπλα· οι γραμμές που διαφέρουν επισημαίνονται.
| Bayesian Tabu Search× | Γενετικός Αλγόριθμος Bayes× | |
|---|---|---|
| Πεδίο | Προσομοίωση | Προσομοίωση |
| Οικογένεια | Process / pipeline | Process / pipeline |
| Έτος προέλευσης≠ | 1989 (tabu search); hybrid formulations ~2005–2015 | 1999 |
| Δημιουργός≠ | Glover, F. (tabu search); Bayesian integration developed by multiple researchers in the 2000s–2010s | Pelikan, M., Goldberg, D. E., & Cantu-Paz, E. |
| Τύπος≠ | Hybrid metaheuristic — memory-based local search with Bayesian probabilistic guidance | Evolutionary metaheuristic with Bayesian probabilistic model |
| Θεμελιώδης πηγή≠ | Glover, F. (1989). Tabu search — Part I. ORSA Journal on Computing, 1(3), 190–206. DOI ↗ | Pelikan, M., Goldberg, D. E., & Cantu-Paz, E. (1999). BOA: The Bayesian optimization algorithm. In Proceedings of the Genetic and Evolutionary Computation Conference (GECCO-1999), pp. 525–532. Morgan Kaufmann. link ↗ |
| Εναλλακτικές ονομασίες | BTS, Bayesian-guided tabu search, probabilistic tabu search, Bayes-TS | BGA, Bayesian-guided GA, Probabilistic GA, EDA-GA |
| Συναφείς≠ | 6 | 5 |
| Σύνοψη≠ | Bayesian Tabu Search (BTS) is a hybrid metaheuristic that couples the memory-based forbidden-move mechanism of classic Tabu Search with a Bayesian probabilistic model. The Bayesian component learns from past evaluations to score candidate moves, focusing the search on promising regions while the tabu list prevents cycling. This combination reduces wasted function evaluations in expensive combinatorial and continuous optimization problems. | A Bayesian Genetic Algorithm (BGA) replaces traditional crossover and mutation operators with a probabilistic Bayesian network learned from selected high-fitness individuals. At each generation the algorithm builds a graphical model of promising solution structure, then samples new offspring from that model, enabling the search to capture and exploit variable dependencies that standard GAs miss. |
| ScholarGateΣύνολο δεδομένων ↗ |
|
|