There are 4 repositories under heuristic topic.
A command-line tool to get valuable information out of AWS CloudTrail
A simple crossplatform heuristic PE-analyzer
Visual explanation of pathfinding algorithms and how a*, Dijkstra and BFS can be seen as the same algorithm with different parameter/data structures used under the hood
A Bayesian model+algorithm for community detection in bipartite networks
Run, test and compare all algorithms and heuristic functions
Julia package for simple traveling salesman problem heuristics
Algorithm for the strip packing problem with guillotine cuts constraint
True Sight Firefox extension.
A web application to split bills and track shared expenses in a group, with a transaction minimisation algorithm. Developed with Node and React.
Cloud task scheduling optimization in CloudSim framework using heuristic and metaheuristic algorithms
:game_die::cat: A ReactJS sliding puzzle with a solver and cat GIFs as your rewards.
Python framework for phylogenetic tree landscapes
Exact and meta-heuristic algorithms for NP problems
Large neighbourhood solver for the multi-depot split-delivery vehicle routing problem with inventory constraints and heterogeneous fleet.
An open-source python package for (environmental) model calibration and uncertainty analysis based on elite opposition modified heuristic algorithms and the GLUE framework.
The goal of the project is to help learn heuristics that will help you write clean code. Use them for the benefit of the community.
Genetic and evolutionary algorithms in Javascript.
Rule covering for interpretation and boosting
Image captioning using beam search heuristic on top of the encoder-decoder based architecture
Python script implementation that suggests the allocation of wireless access points within a floor plan using GPU and Simulated Annealing features as the chosen meta-heuristic.
Using Heuristic Rules, Meta-Heuristic and Hyper-Heuristic approach to solve Job Shop Scheduling Problem.
This is the A Star algorithm Python implementation
Monte Carlo tree search for the travelling salesman problem (MCTS for the TSP)
A web-based GUI tool to showcase SLD and Manhattan Metrics (P5 JS)
A C++ implementation of N Puzzle problem using A Star Search with heuristics of Manhattan Distance, Hamming Distance & Linear Conflicts