Application of Artificial Intelligence (ID A*) - 8-Puzzle

バージョン 1.2.0.0 (3.67 KB) 作成者: Fabiano
8-Puzzle solver using AI techniques - iterative deepening ID A*
ダウンロード: 2K
更新 2013/2/19

ライセンスの表示

The 8-puzzle is an old game largely used to test new heuristic AI techniques.

The software solves any 8-puzzle combination (even and odd) using "board counting".
An even combination will find the following objective:
012
345
678

An odd combination will find the following objective:
123
804
765

How to run the program:

1. Extract files from "8puzzle.zip" in FOLDER.
2. Change MATLAB location to FOLDER.
3. Run the file "StartGame.m" from MATLAB.
4. Enter a 3 X 3 matrix. ex. [3 2 1, 4 5 6 , 0 8 7]
5. Wait for the solution.

引用

Fabiano (2024). Application of Artificial Intelligence (ID A*) - 8-Puzzle (https://www.mathworks.com/matlabcentral/fileexchange/40347-application-of-artificial-intelligence-id-a-8-puzzle), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2012a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersStrategy & Logic についてさらに検索
謝辞

ヒントを得たファイル: Application of Artificial intelligence (A*) - Puzzle - 8

ヒントを与えたファイル: food calories calculation via live camera

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.2.0.0

english typo correction in DESCRIPTION

1.0.0.0