Comparer des méthodes
Examinez les méthodes sélectionnées côte à côte ; les lignes qui diffèrent sont mises en évidence.
| Optimisation robuste par essaims particulaires× | Optimisation par essaim particulaire stochastique× | |
|---|---|---|
| Domaine | Simulation | Simulation |
| Famille | Process / pipeline | Process / pipeline |
| Année d'origine≠ | 2000s | 1995–2002 |
| Auteur d'origine≠ | Kennedy, J. & Eberhart, R. C. (PSO); robustness extensions by multiple authors, 2000s | Kennedy, J. and Eberhart, R. (base PSO); stochastic extensions by Clerc, Kennedy and community |
| Type≠ | Metaheuristic — robust swarm-based optimizer | Metaheuristic optimization — stochastic swarm intelligence |
| Source fondatrice≠ | Kennedy, J., Eberhart, R. C., & Shi, Y. (2001). Swarm Intelligence. Morgan Kaufmann Publishers. ISBN: 9781558605954 | Kennedy, J., Eberhart, R. (1995). Particle swarm optimization. Proceedings of ICNN'95 - International Conference on Neural Networks, Vol. 4, pp. 1942-1948. IEEE. DOI ↗ |
| Alias | Robust PSO, RPSO, Uncertainty-robust PSO, PSO with robustness | Stochastic PSO, SPSO, Randomized PSO, Probabilistic PSO |
| Apparentées≠ | 6 | 4 |
| Résumé≠ | Robust Particle Swarm Optimization (Robust PSO) extends the classical PSO metaheuristic to explicitly account for uncertainty in the objective function, constraints, or decision variables. Rather than optimizing a single nominal objective, each candidate solution is evaluated over a set of uncertainty scenarios, and fitness is judged by a robustness criterion such as worst-case performance or expected value, yielding solutions that remain near-optimal even when conditions deviate from nominal assumptions. | 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. |
| ScholarGateJeu de données ↗ |
|
|