166 results for “topic:iterative-deepening-search”
A* written in C#, used with LINQ.
This repository contains implementation of different AI algorithms, based on the 4th edition of amazing AI Book, Artificial Intelligence A Modern Approach
A top superhuman chess engine made in c++
Solve the Fifteen Puzzle optimally with IDA* using different heuristics.
Swift implementation of the Sliding Puzzle game with Iterative Deepening A* AI Solver.
BFS, IDS, Greedy & A* applied to the 8-puzzle problem. :gear:
The world's strongest Java chess engine.
Different Searching algorithms (DFS, BFS, IDS, Greedy, A*) opting to find optimal path from source to destination
A simple chess engine written in C and parallelized using OpenMP
Eclipse RCP chess app with an AI based on alpha-beta pruning & iterative deepening.
Visualization for multiple searching algorithms.
👁🗨🧠 Artificial Intelligence search project implementing IDS, Bidirectional BFS and A*.
Python program that solves the Missionaries and Cannibals problem, a toy problem in AI, with iterative deepening search.
La nostra soluzione per la Tablut Challenge 2022 ♟️ (Fondamenti di Intelligenza Artificiale M)
An AI for a modified Reversi version. The AI works with a game server that manages the game (https://github.com/marcluque/Reversi-Server)
A terminal implementation of the game Quoridor with an engine
A servant robot trying to serve as fast as possible using A* algorithm.
DFS / BFS / IDS / UCS / Bi-directional / A* / IDA* / SMA* / ...
No description provided.
3D chess game playable in a PvP or PvE mode. Implemented decent AI player for amateur gameplay. Developed a bug free chess engine. Implemented in C#, Unity Engine.
My projects/labs for Udacity Artificial Intelligence Nanodegree (April 2017 - present).
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.
A sliding puzzle game and solver using ncurses.
A comprehensive comparision of IDFS and IDA* in solving Rubik's Cube
A UCI-compatible Chess Engine written in C++20 with an Android and WearOS Interface
Solving RGB Puzzle via State Space Search Algorithms
Tic-Tac-Toe
A python based chess engine
Simple chess engines based on sunfish