手法を比較
選択した手法を並べて確認できます。異なる行はハイライト表示されます。
| 多目的粒子群最適化(MOPSO)× | Particle Swarm Optimization (PSO)× | |
|---|---|---|
| 分野≠ | シミュレーション | 最適化 |
| 系統 | Process / pipeline | Process / pipeline |
| 提唱年≠ | 2004 | 1995 |
| 提唱者≠ | Coello Coello, C. A., Pulido, G. T., & Lechuga, M. S. | — |
| 種類≠ | Population-based swarm metaheuristic | Population-based metaheuristic / swarm intelligence |
| 原典≠ | Coello Coello, C. A., Pulido, G. T., & Lechuga, M. S. (2004). Handling multiple objectives with particle swarm optimization. IEEE Transactions on Evolutionary Computation, 8(3), 256–279. DOI ↗ | Kennedy, J. & Eberhart, R. (1995). Particle Swarm Optimization. IEEE International Conference on Neural Networks (ICNN), 1942-1948. DOI ↗ |
| 別名≠ | MOPSO, Multi-objective PSO, Pareto PSO, Vector-evaluated PSO | PSO, swarm intelligence optimization, Parçacık Sürü Optimizasyonu (PSO) |
| 関連≠ | 5 | 6 |
| 概要≠ | Multi-Objective Particle Swarm Optimization (MOPSO) is a swarm-intelligence metaheuristic that extends the original Particle Swarm Optimization (PSO) to handle multiple conflicting objective functions simultaneously. It maintains an external Pareto archive and uses dominance-based selection to guide a population of candidate solutions toward the true Pareto front without requiring a priori preference information. | 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データセット ↗ |
|
|