Порівняння методів
Переглядайте обрані методи поруч; рядки з відмінностями підсвічено.
| Байєсівський генетичний алгоритм× | Байєсівська багатоцільова оптимізація× | |
|---|---|---|
| Галузь | Імітаційне моделювання | Імітаційне моделювання |
| Родина | Process / pipeline | Process / pipeline |
| Рік появи≠ | 1999 | 2006-2016 |
| Автор методу≠ | Pelikan, M., Goldberg, D. E., & Cantu-Paz, E. | Emmerich, M.; Svenson, J.; and related Gaussian process optimization community |
| Тип≠ | Evolutionary metaheuristic with Bayesian probabilistic model | Surrogate-model-assisted multi-objective optimizer |
| Основоположне джерело≠ | 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 ↗ | Svenson, J., Santner, T. (2016). Multiobjective optimization of expensive-to-evaluate deterministic computer simulator models. Computational Statistics & Data Analysis, 94, 250-264. DOI ↗ |
| Інші назви | BGA, Bayesian-guided GA, Probabilistic GA, EDA-GA | BMOO, Bayesian MOO, Multi-objective Bayesian optimization, MOBO |
| Пов'язані≠ | 5 | 3 |
| Підсумок≠ | 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. | Bayesian Multi-Objective Optimization (BMOO/MOBO) uses Gaussian process surrogate models to approximate multiple expensive objective functions and guides the search toward the Pareto frontier with minimal real evaluations. By quantifying prediction uncertainty at each candidate point, it balances exploration of unknown regions against exploitation of promising solutions, making it especially powerful when each function evaluation is computationally or experimentally costly. |
| ScholarGateНабір даних ↗ |
|
|