This is an educational repository containing implementation of some search algorithms in Artificial Intelligence.
-
Updated
Jul 5, 2019 - Python
This is an educational repository containing implementation of some search algorithms in Artificial Intelligence.
8-puzzle game that features a walkthrough of the optimal solution and allows users to customize the tiles using photos from their Gallery
This is an Artificial Intelligence project which solves the 8-Puzzle problem using different Artificial Intelligence algorithms techniques like Uninformed-BFS, Uninformed-Iterative Deepening, Informed-Greedy Best First, Informed-A* and Beyond Classical search-Steepest hill climbing.
Desktop app for visualizing graph search algorithms
Different algorithms of AI implemented in Python.
implementation of informed and uninformed search algorithms: UCS, IDS, A*, Bi directional A* and IDA*.
Array of AI Search algorithms is employed to playing Pac-Man ⍩⃝.
Kami dari Kelompok 06 Kecerdasan Buatan D akan mengimplementasikan tentang 2 Algoritma Informed Search yaitu A* Algorithm dan Greedy BFS
8 puzzle solver using: BFS, DFS, A* (Manhattan, Euclidean)
A monitor program using Qt Quick Application for monitoring Blocking Car (Rush Hour) game: A project to learn Uninformed and Informed AI Search
An Implementation of Blocks World problem with python. The blocks world is one of the most famous planning domains in artificial intelligence for more info (https://en.wikipedia.org/wiki/Blocks_world)
Solving the n-puzzle problem using informed and uninformed search strategies
Smart Garbage Robot Detector app. Created at the University as the project within Artificial Intelligence classes in 2015. The purpose of this project was to learn AI strategies and to create app uses those features.
Efficient A* 8-Puzzle solver utilizing a combination of cost and heuristic estimates for intelligent search. Handles both number and image-based scenarios, providing visual representation and optional step-saving.
This program solves the 8-puzzle game using different informed and uninformed search methods
some informed, uninformed, adversarial and local searches
My solution to BW20019 assignment for Artificial Intelligence course in UoM.
Course project for CS271: Introduction to Artificial Intelligence at UC Irvine
Tucil 3 IF2211 Algorithm Strategies: UCS and A* algorithm implementation in Javascript to find shortest path
This repo contains my Bachelor's Degree project. It consists in a AI which exploits A* Algorithm to generate AleaGame levels and A* Variant to solve them.
Add a description, image, and links to the informed-search topic page so that developers can more easily learn about it.
To associate your repository with the informed-search topic, visit your repo's landing page and select "manage topics."