swarm-intelligence
There are 299 repositories under swarm-intelligence topic.
ljvmiranda921/pyswarms
A research toolkit for particle swarm optimization in Python
thieu1995/mealpy
A Collection Of The State-of-the-art Metaheuristic Algorithms In Python (Metaheuristic/Optimizer/Nature-inspired/Biology)
BUAA-BDA/OpenHuFu
OpenHuFu is an open-sourced data federation system to support collaborative queries over multi databases with security guarantee.
metauto-ai/GPTSwarm
🐝 GPTSwarm: LLM agents as (Optimizable) Graphs
7ossam81/EvoloPy
EvoloPy toolbox provides classical and recent nature-inspired metaheuristic for the global optimization.
Pattio/DeepSwarm
Neural Architecture Search Powered by Swarm Intelligence 🐜
lightdock/lightdock
Protein-protein, protein-peptide and protein-DNA docking framework based on the GSO algorithm
NiaOrg/NiaPy
Python microframework for building nature-inspired algorithms. Official docs: https://niapy.org
Evolutionary-Intelligence/DistributedEvolutionaryComputation
A (still growing) paper list of Evolutionary Computation (EC) published in some (rather all) top-tier (and also EC-focused) journals and conferences. For EC-focused publications, only Parallel/Distributed EC are covered in the current version.
kyegomez/swarms-pytorch
Swarming algorithms like PSO, Ant Colony, Sakana, and more in PyTorch 😊
firefly-cpp/FireflyAlgorithm
Implementation of Firefly Algorithm in Python
amineremache/qbso-fs
Python implementation of QBSO-FS : a Reinforcement Learning based Bee Swarm Optimization metaheuristic for Feature Selection problem.
SMARTlab-Purdue/SMARTmBOT
The goal of this repository is to introduce a new, customizable, scalable, and fully opensource mobile robot platform, called SMARTmBOT. This repository provides a guide, and all design files and source codes so that you can build your own SMARTmBOT. SMARTmBOT can be useful for studying the basics of robotics, especially mobile robotics. It can also be used to study advanced topics such as swarm robotics.
Nikorasu/PyNBoids
This is a Boids Simulation, written in Python with Pygame.
aliasgharheidaricom/Harris-Hawks-Optimization-Algorithm-and-Applications
Harris Hawks Optimization (HHO) is a nature-inspired metaheuristic algorithm that simulates the cooperative hunting behavior of Harris' hawks. Widely used in engineering, machine learning, and resource allocation, HHO is renowned for its simplicity, versatility, and effectiveness in finding global optima.
rochakgupta/aco-tsp
Solving Travelling Salesman Problem using Ant Colony Optimization
gliderkite/formicarium
Ant colony simulator
Evolutionary-Intelligence/EC-A-Modern-Perspective
Evolutionary Computation: A Modern Perspective ---> This is a free online book, which is actively updated now (1st Edition: from 2023 to 2027).
aliasgharheidaricom/Slime-Mould-Algorithm-A-New-Method-for-Stochastic-Optimization-
In this paper, a new stochastic optimizer, which is called slime mould algorithm (SMA), is proposed based upon the oscillation mode of slime mould in nature. The proposed SMA has several new features with a unique mathematical model that uses adaptive weights to simulate the process of producing positive and negative feedback of the propagation wave of slime mould based on bio-oscillator to form the optimal path for connecting food with excellent exploratory ability and exploitation propensity. The proposed SMA is compared with up-to-date metaheuristics in an extensive set of benchmarks to verify the efficiency. Moreover, four classical engineering structure problems are utilized to estimate the efficacy of the algorithm in optimizing engineering problems. The results demonstrate that the algorithm proposed benefits from competitive, often outstanding performance on different search landscapes. The source codes and info of SMA are publicly available at: http://www.alimirjalili.com/SMA.html
ganyariya/MTSP_ACO
multi traveling salesman problem with ant colony optimization
lucidrains/firefly-torch
Exploration into the Firefly algorithm in Pytorch
SioKCronin/swarmopt
Swarm intelligence optimizer
Lehnart/alife
A project to share on artificial life(Alife in short). It is essentially cellular automata but you could find also L-systems, swarm intelligence, physic simulations, etc.
SioKCronin/library-of-swarm-intelligence-algorithms
Library of swarm-intelligence algorithms
smkalami/path-planning
Mobile Robot Path Planning and Obstacle Avoidance Using PSO in Python
jharwell/fordyca
Recursive task allocation approach to foraging in swarm robotics. ARGoS and ROS.
ErfanFathi/pso
This repository include implementation of particle swarm optimization (pso) algorithm in C++
jbotsim/JBotSim
JBotSim Core Files
lightdock/lightdock-python2.7
Protein-protein, protein-peptide and protein-DNA docking framework based on the GSO algorithm
rystrauss/boids
Craig Reynolds' Boids model for simulating the flocking behavior of birds.
perseus784/Self-organizing-bots
A group of small robots capable of organizing themselves in any given structure using OpenCV and Clustering.
aniruddhkb/swarm_robotics_webots
This is a repo containing my work in implementing common swarm robotics algorithms using the Webots simulator.
mrsonandrade/pyswarming
A research toolkit for Swarm Robotics.
xiecong/Simple-Implementation-of-ML-Algorithms
My simplest implementations of common ML algorithms
caio-davi/PSO-PINN
Physics-Informed Neural Networks Trained with Particle Swarm Optimization
materight/evolutionary-image-vectorization
An algorithm for vectorizing raster images based on genetic algorithms and swarm intelligence.