ant-colony-optimization topic
aco
A C++ Ant Colony Optimization (ACO) algorithm for the traveling salesman problem.
swarmlib
This repository implements several swarm optimization algorithms and visualizes them. Implemented algorithms: Particle Swarm Optimization (PSO), Firefly Algorithm (FA), Cuckoo Search (CS), Ant Colony...
path_planning
This repository contains path planning algorithms in C++ for a grid based search.
awesome-quantum-machine-learning
Here you can get all the Quantum Machine learning Basics, Algorithms ,Study Materials ,Projects and the descriptions of the projects around the web
Grokking-Artificial-Intelligence-Algorithms
The official code repository supporting the book, Grokking Artificial Intelligence Algorithms
DeepSwarm
Neural Architecture Search Powered by Swarm Intelligence 🐜
monkeys
A strongly-typed genetic programming framework for Python
Wrapper-Feature-Selection-Toolbox
This toolbox offers more than 40 wrapper feature selection methods include PSO, GA, DE, ACO, GSA, and etc. They are simple and easy to implement.
Artificial-Intelligence-Assignments
A-List of all the Assignment done in Artificial Intelligence Course @IIIT-D
DVRPTW_ACS
Ant colony system (ACS) based algorithm for the dynamic vehicle routing problem with time windows (DVRPTW). For more details, see this paper "Necula, R., Breaban, M., & Raschip, M.: Tackling Dynamic V...