方法对比
并排查看您选择的方法;存在差异的行会高亮显示。
| 贝叶斯粒子群优化× | 贝叶斯优化× | |
|---|---|---|
| 领域≠ | 仿真 | 优化 |
| 方法族 | 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数据集 ↗ |
|
|