A web-based GUI tool to showcase SLD and Manhattan Metrics (P5 JS)
-
Updated
Jan 14, 2018 - JavaScript
A web-based GUI tool to showcase SLD and Manhattan Metrics (P5 JS)
Intelligent Mazey finds path through a maze!
The Travelling Salesman Problem (TSP) finds the shortest route visiting all cities once. Genetic Algorithms (GA) solve it by evolving route solutions through selection, crossover, and mutation, efficiently approaching near-optimal paths without brute-force search.
A comprehensive implementation of multiple search algorithms for solving Rubik's Cube puzzles of any size (2x2x2, 3x3x3, 4x4x4, and larger). This project implements three distinct algorithmic approaches with performance optimization and includes an interactive 3D visualization interface.
Resolução do 8/15 puzzle através de buscas heurísticas
The 8-puzzle game and also lets the user get it solved by the (A* heuristics based) A.I
[PROJECT CLASS] Solved 8puzzle game with Heuristic Search Algorithms. Used ReactJS, NodeJS, MySQL to accomplish the project.
Programa que representa las búsquedas heurísticas coste uniforme, voraz primero el mejor y A*
In this pure javascript demo, you will be able to see the most famous path-finding algrithms in action, with nice animations and intuitive customizations of the paths!
A web-based implementation of the traditional Iranian game "Dooz," enhanced with AI for competitive or analysis purposes.
Using HillClimb algorithm to solve the N Queens problem
This program based on plants vs zombies simulates the problem of the sample collecting robot (multi-agent system) proposed to be carried out with the A* informed search algorithm where the samples will be found and grouped into clusters, using crumbs to trace the path to the ship. and describe the collaboration between agents.
A bubble-breaker Javascript, coupled with a genetic algorithm to solve it. Heuristic search functions to be added later to search grids of bubbles and compare fitness.
2048 solver using expectimax algorithm with rank-weighted heuristics. It consistently reaches 2048
Peg Solitaire Solver Using Different Uninformed Search Algorithms in Javascript
Add a description, image, and links to the heuristic-search-algorithms topic page so that developers can more easily learn about it.
To associate your repository with the heuristic-search-algorithms topic, visit your repo's landing page and select "manage topics."