Сравнение методов
Просматривайте выбранные методы рядом; строки с различиями подсвечены.
| Байесовская оптимизация роем частиц× | Байесовская оптимизация× | |
|---|---|---|
| Область≠ | Имитационное моделирование | Оптимизация |
| Семейство | Process / pipeline | Process / pipeline |
| Год появления≠ | 2003 | 1975 (foundational); 2012 (ML standard) |
| Автор метода≠ | Higashi, N., Iba, H. (extending Kennedy and Eberhart's PSO) | Mockus (1975); popularised for ML by Snoek, Larochelle & Adams (2012) |
| Тип≠ | Hybrid metaheuristic — Bayesian probabilistic swarm search | Sequential model-based black-box optimization |
| Основополагающий источник≠ | Higashi, N., Iba, H. (2003). Particle swarm optimization with Gaussian mutation. Proceedings of the 2003 IEEE Swarm Intelligence Symposium, Indianapolis, IN, USA, pp. 72-79. DOI ↗ | Snoek, J., Larochelle, H., & Adams, R.P. (2012). Practical Bayesian Optimization of Machine Learning Algorithms. Advances in Neural Information Processing Systems (NeurIPS), 25. link ↗ |
| Другие названия | Bayesian PSO, BPSO, Probabilistic Swarm Optimization, Prior-guided PSO | Bayesçi Optimizasyon (Hyperparameter Tuning), surrogate-based optimization, sequential model-based optimization, SMBO |
| Связанные≠ | 6 | 2 |
| Сводка≠ | Bayesian Particle Swarm Optimization (Bayesian PSO) integrates Bayesian probabilistic reasoning into the standard particle swarm framework. Particles update their velocities and positions guided not only by personal and global best positions but also by a Bayesian posterior that encodes prior knowledge about the solution space, enabling more directed and statistically principled exploration of complex optimization landscapes. | Bayesian Optimization is a sequential, model-based strategy for finding the optimum of expensive black-box functions with as few evaluations as possible. Rooted in the work of Mockus (1975) and brought to mainstream machine-learning practice by Snoek, Larochelle, and Adams (2012), it fits a probabilistic surrogate model — typically a Gaussian Process — to past observations and uses an acquisition function to decide where to probe next, balancing exploration of unknown regions with exploitation of promising ones. |
| ScholarGateНабор данных ↗ |
|
|