方法对比
并排查看您选择的方法;存在差异的行会高亮显示。
| 确定性粒子群优化× | 随机粒子群优化× | |
|---|---|---|
| 领域 | 仿真 | 仿真 |
| 方法族 | Process / pipeline | Process / pipeline |
| 起源年份≠ | 1995 (PSO); deterministic formulation circa 2002 | 1995–2002 |
| 提出者≠ | Kennedy, J., Eberhart, R. (PSO); deterministic variant formalized in convergence analysis literature | Kennedy, J. and Eberhart, R. (base PSO); stochastic extensions by Clerc, Kennedy and community |
| 类型≠ | Swarm intelligence metaheuristic — deterministic variant | Metaheuristic optimization — stochastic swarm intelligence |
| 开创性文献≠ | Kennedy, J., Eberhart, R. (1995). Particle swarm optimization. Proceedings of ICNN'95 — International Conference on Neural Networks, vol. 4, pp. 1942–1948. IEEE. DOI ↗ | Kennedy, J., Eberhart, R. (1995). Particle swarm optimization. Proceedings of ICNN'95 - International Conference on Neural Networks, Vol. 4, pp. 1942-1948. IEEE. DOI ↗ |
| 别名 | DPSO, Deterministic PSO, PSO without stochastic components, Fully Deterministic PSO | Stochastic PSO, SPSO, Randomized PSO, Probabilistic PSO |
| 相关≠ | 6 | 4 |
| 摘要≠ | Deterministic Particle Swarm Optimization (DPSO) removes the stochastic random coefficients from classical PSO, replacing them with fixed cognitive and social acceleration parameters. Particles move through the search space following fully predictable trajectories, enabling reproducible convergence analysis and guaranteed termination behavior in continuous and combinatorial optimization problems. | Stochastic Particle Swarm Optimization (Stochastic PSO) is a swarm-intelligence metaheuristic that extends the standard PSO framework by incorporating explicit stochastic elements — random inertia weights, probabilistic velocity resets, or noise injections — to escape local optima and maintain population diversity throughout the search. It is widely applied to continuous, mixed, and noisy optimization problems in engineering, operations research, and simulation-based design. |
| ScholarGate数据集 ↗ |
|
|