手法を比較
選択した手法を並べて確認できます。異なる行はハイライト表示されます。
| ベイズ的蟻コロニー最適化× | ベイジアン遺伝的アルゴリズム× | |
|---|---|---|
| 分野 | シミュレーション | シミュレーション |
| 系統 | Process / pipeline | Process / pipeline |
| 提唱年≠ | 1996 (ACO); Bayesian variant: 2000s | 1999 |
| 提唱者≠ | Dorigo, M. et al. (ACO); Bayesian extensions by multiple researchers in the 2000s–2010s | Pelikan, M., Goldberg, D. E., & Cantu-Paz, E. |
| 種類≠ | Metaheuristic with Bayesian probabilistic learning | Evolutionary metaheuristic with Bayesian probabilistic model |
| 原典≠ | Dorigo, M., Maniezzo, V., Colorni, A. (1996). Ant system: optimization by a colony of cooperating agents. IEEE Transactions on Systems, Man, and Cybernetics, Part B, 26(1), 29–41. 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 ↗ |
| 別名 | BACO, Bayesian ACO, Bayesian-guided ACO, Probabilistic ACO | BGA, Bayesian-guided GA, Probabilistic GA, EDA-GA |
| 関連 | 5 | 5 |
| 概要≠ | Bayesian Ant Colony Optimization (BACO) is a hybrid metaheuristic that embeds Bayesian inference into the Ant Colony Optimization framework. By treating pheromone intensities or algorithm parameters as probability distributions updated with collected evidence, BACO improves convergence reliability and robustness compared to classical ACO on noisy or uncertain combinatorial 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データセット ↗ |
|
|