In this section, I share the Meta-Heuristic algorithm codes that I wrote myself
-
Updated
Apr 6, 2023 - MATLAB
In this section, I share the Meta-Heuristic algorithm codes that I wrote myself
A high-performance C++ framework for Particle Swarm Optimization (PSO) and its advanced variants. Includes Standard PSO, Cooperative PSO (CPSO), Dynamic Multi-Swarm PSO (DMS-PSO-HS), and Network Topology-based PSO, with parallel implementations using MPI.
basic CPSO for eq x^2 + y^2 + z^2 = target, to find possible point on the sphere by searching in x, y and z
Add a description, image, and links to the cpso topic page so that developers can more easily learn about it.
To associate your repository with the cpso topic, visit your repo's landing page and select "manage topics."