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.
GWO
The GWO algorithm mimics the leadership hierarchy and hunting mechanism of grey wolves in nature. Four types of grey wolves such as alpha, beta, delta, and omega are employed for simulating the leader...
pathetic
better google maps for block game
VehicleRouting
A solution for Vehicle Routing Problem (VRP) in Java with heuristic algorithms and Tabu search