Predmet: Nelinearno programiranje i evolutivni algoritmi Tema: Genetski algoritam, problem optimizacije kontinualnih funkcija Tri funkcije su: (Ackley, Griewank, Michalewicz )
-
Updated
Jan 30, 2020 - Python
Predmet: Nelinearno programiranje i evolutivni algoritmi Tema: Genetski algoritam, problem optimizacije kontinualnih funkcija Tri funkcije su: (Ackley, Griewank, Michalewicz )
Testing the efficacy of a typical PSO algorithm against artificial test functions
This repository includes an implementation of the Particle Swarm Optimization (PSO) algorithm, using the 2D Michalewicz function for evaluation. It also features a 3D visualization of the algorithm to demonstrate its operation, with all code developed in MATLAB.
To associate your repository with the michalewicz topic, visit your repo's landing page and select "manage topics."