Solve 15-Puzzle problem by A* and IDA* algorithm
-
Updated
Jul 12, 2022 - Python
Solve 15-Puzzle problem by A* and IDA* algorithm
A robot designed to scan and solve a Rubik's Cube using the IDA* pathfinding algorithm
Implementación del algoritmo IDA* (Iterative Deepening A estrella) para resolver el clásico juego 8 puzzle
Ben Gurion University "Search in Artificial Intelligence (372.2.5513)" course project
Comparison of BFS, DFID, A* and IDA* algorithms on the 15-Puzzle Problem.
Solver and benchmark suite for the 'sliding number puzzle' in Python — BFS, A*, IDA*, visual playback, CSV/Markdown performance reports.
My Solutions to Programming Assignments of Artificial Intelligence, Machine Learning and Digital Image Processing
Prolog implementation of the IDA* search algorithm, Artificial Intelligence Fundamentals Exams (2017-18)
Resolving Water Pots problem using KR Algorithm
Python application for generating graphs in two-dimensional XY-plane, and using the IDA* and the Dijkstra algorithm to find all and any shortest paths. Docs only in Finnish.
This repository is my solution to an assignment in the course Artificial Intelligence in video games. I uploaded it here because I am going to refactor it and write a blog post about it for my portfolio/resume
Java graph traversal and path finding algorithms library. Implements Iterative deepening A* (IDA*)
Perfomance optimsed heuristic variant of Iterative Deepening A* on the example of a sliding puzzle; OOP & functional
This is a homework about various Uninformed and Informed search algorithms, implemented for solving a simple game. This homework is a part of many projects in a Fundamentals to AI course @ FUM.
SoteriaReitti assists emergency responders in finding the optimal routes during emergency situations.
Final project for AI class at the University of Florence. Solves 8 and 15 Puzzle.
Informed and uniformed search algorithm for 15 puzzle
All the programming assignments done as a part of the AI course in IIIT Delhi
A* and IDA* algorithms on 8-Puzzle
Add a description, image, and links to the ida-star-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the ida-star-algorithm topic, visit your repo's landing page and select "manage topics."