heuristic-search-algorithms topic
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...
pyHarmonySearch
pyHarmonySearch is a pure Python implementation of the harmony search (HS) global optimization algorithm.
genetic-algorithm-matlab
A very simple Genetic Algorithm implementation for matlab, easy to use, easy to modify runs fast.
n-puzzle
My n-puzzle solver: A* and IDA* search, heuristics, different puzzle configurations and sizes
Heuristic_path_planners
Collection of classes and functions to allow 2D/3D path generation with heuristic algorithms such as A*, Theta* and LazyTheta* and ROS Interfaces
fliscopt
Algorithms for flight scheduling optimization.
py2opt
How to solve the traveling salesman problem with the 2-opt algorithm, a fast heuristic search algorithm.
pathetic
better google maps for block game
VehicleRouting
A solution for Vehicle Routing Problem (VRP) in Java with heuristic algorithms and Tabu search