ErfanFathi/pso
This repository include implementation of particle swarm optimization (pso) algorithm in C++
This C++ library helps developers solve complex optimization problems. You provide a 'fitness function' that defines what makes a solution good or bad, and the library outputs an optimized solution. It's designed for software developers who need to integrate an optimization algorithm into their applications.
No commits in the last 6 months.
Use this if you are a C++ developer needing to implement a particle swarm optimization algorithm for problems where you can define a fitness function.
Not ideal if you are not a C++ developer or if you need an out-of-the-box application to solve a specific problem without writing code.
Stars
24
Forks
3
Language
C++
License
MIT
Category
Last pushed
May 06, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ErfanFathi/pso"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
icaros-usc/pyribs
A bare-bones Python library for quality diversity optimization.
SioKCronin/swarmopt
Swarm intelligence optimizer
ljvmiranda921/pyswarms
A research toolkit for particle swarm optimization in Python
Pattio/DeepSwarm
Neural Architecture Search Powered by Swarm Intelligence 🐜
kyegomez/swarms-pytorch
Swarming algorithms like PSO, Ant Colony, Sakana, and more in PyTorch 😊