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
Desktop app for visualizing graph search algorithms
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.
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
implementation of informed and uninformed search algorithms: UCS, IDS, A*, Bi directional A* and IDA*.
8 puzzle solver using: BFS, DFS, A* (Manhattan, Euclidean)
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)
Tucil 3 IF2211 Algorithm Strategies: UCS and A* algorithm implementation in Javascript to find shortest path
A monitor program using Qt Quick Application for monitoring Blocking Car (Rush Hour) game: A project to learn Uninformed and Informed AI Search
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.
Different algorithms of AI implemented in Python.
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.
This program solves the 8-puzzle game using different informed and uninformed search methods
Prolog-based AI assignment implementing uninformed (DFS/BFS) and informed (A*) search for delivery drone routing.
A sokoban solver that uses informed search.
My solution to BW20019 assignment for Artificial Intelligence course in UoM.
Course project for CS271: Introduction to Artificial Intelligence at UC Irvine
Solving the n-puzzle problem using informed and uninformed search strategies
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."