heuristic-search-algorithms topic

List heuristic-search-algorithms repositories

swarmlib

485
Stars
108
Forks
Watchers

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

79
Stars
23
Forks
Watchers

pyHarmonySearch is a pure Python implementation of the harmony search (HS) global optimization algorithm.

genetic-algorithm-matlab

31
Stars
11
Forks
Watchers

A very simple Genetic Algorithm implementation for matlab, easy to use, easy to modify runs fast.

n-puzzle

24
Stars
6
Forks
Watchers

My n-puzzle solver: A* and IDA* search, heuristics, different puzzle configurations and sizes

Heuristic_path_planners

67
Stars
14
Forks
Watchers

Collection of classes and functions to allow 2D/3D path generation with heuristic algorithms such as A*, Theta* and LazyTheta* and ROS Interfaces

py2opt

34
Stars
8
Forks
Watchers

How to solve the traveling salesman problem with the 2-opt algorithm, a fast heuristic search algorithm.

GWO

33
Stars
3
Forks
Watchers

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

98
Stars
13
Forks
Watchers

better google maps for block game

VehicleRouting

53
Stars
18
Forks
Watchers

A solution for Vehicle Routing Problem (VRP) in Java with heuristic algorithms and Tabu search