方法对比
并排查看您选择的方法;存在差异的行会高亮显示。
| 龙格-库塔优化器× | 粒子群优化 (PSO)× | |
|---|---|---|
| 领域 | 优化 | 优化 |
| 方法族≠ | Machine learning | Process / pipeline |
| 起源年份≠ | 2023 | 1995 |
| 提出者≠ | Ayushi Khatri | — |
| 类型≠ | Mathematical metaheuristic algorithm | Population-based metaheuristic / swarm intelligence |
| 开创性文献≠ | Khatri, A., Kumar, A., & Gaba, G. K. (2023). Runge Kutta optimizer: An efficient approach for solving optimization tasks. Computers and Industrial Engineering, 180, 109201. link ↗ | Kennedy, J. & Eberhart, R. (1995). Particle Swarm Optimization. IEEE International Conference on Neural Networks (ICNN), 1942-1948. DOI ↗ |
| 别名≠ | RKO | PSO, swarm intelligence optimization, Parçacık Sürü Optimizasyonu (PSO) |
| 相关≠ | 5 | 6 |
| 摘要≠ | The Runge Kutta Optimizer (RKO) is a metaheuristic algorithm introduced by Khatri et al. in 2023 that leverages numerical integration principles from the Runge-Kutta method. Instead of biological inspiration, RKO grounds optimization in mathematical principles of differential equations and numerical integration. The algorithm treats the optimization landscape as a dynamic system and uses multi-stage integration steps to evolve solutions toward optima. | Particle Swarm Optimization (PSO) is a population-based metaheuristic algorithm introduced by Kennedy and Eberhart in 1995, inspired by the collective movement of bird flocks and fish schools. Each candidate solution — called a particle — moves through the search space by updating its velocity and position based on its own best experience and the best experience of the entire swarm, enabling fast convergence across continuous optimization problems. |
| ScholarGate数据集 ↗ |
|
|