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.
Add a description, image, and links to the michalewicz topic page so that developers can more easily learn about it.
To associate your repository with the michalewicz topic, visit your repo's landing page and select "manage topics."