مقایسهٔ روشها
روشهای انتخابی خود را کنار هم مرور کنید؛ ردیفهای متفاوت برجسته شدهاند.
| الگوریتم ژنتیک بیزی× | بهینهسازی ازدحام ذرات (PSO)× | |
|---|---|---|
| حوزه≠ | شبیهسازی | بهینهسازی |
| خانواده | Process / pipeline | Process / pipeline |
| سال پیدایش≠ | 1999 | 1995 |
| پدیدآور≠ | Pelikan, M., Goldberg, D. E., & Cantu-Paz, E. | — |
| نوع≠ | Evolutionary metaheuristic with Bayesian probabilistic model | Population-based metaheuristic / swarm intelligence |
| منبع بنیادین≠ | Pelikan, M., Goldberg, D. E., & Cantu-Paz, E. (1999). BOA: The Bayesian optimization algorithm. In Proceedings of the Genetic and Evolutionary Computation Conference (GECCO-1999), pp. 525–532. Morgan Kaufmann. link ↗ | Kennedy, J. & Eberhart, R. (1995). Particle Swarm Optimization. IEEE International Conference on Neural Networks (ICNN), 1942-1948. DOI ↗ |
| نامهای دیگر≠ | BGA, Bayesian-guided GA, Probabilistic GA, EDA-GA | PSO, swarm intelligence optimization, Parçacık Sürü Optimizasyonu (PSO) |
| مرتبط≠ | 5 | 6 |
| خلاصه≠ | A Bayesian Genetic Algorithm (BGA) replaces traditional crossover and mutation operators with a probabilistic Bayesian network learned from selected high-fitness individuals. At each generation the algorithm builds a graphical model of promising solution structure, then samples new offspring from that model, enabling the search to capture and exploit variable dependencies that standard GAs miss. | 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مجموعهداده ↗ |
|
|