rmssoares / 8Puzzle-StateSpaceSearchesLinks
BFS, IDS, Greedy & A* applied to the 8-puzzle problem.
☆35Updated 5 years ago
Alternatives and similar repositories for 8Puzzle-StateSpaceSearches
Users that are interested in 8Puzzle-StateSpaceSearches are comparing it to the libraries listed below
Sorting:
- scratchai is a Deep Learning library that aims to store all Deep Learning algorithms. With easy calls to do all the common tasks in AI.☆96Updated last year
- TensorFlow 2.0 + Keras guide by François Chollet for deep learning researchers.☆15Updated 5 years ago
- A-List of all the Assignment done in Artificial Intelligence Course @IIIT-D☆18Updated 4 years ago
- Implement Algorithms For Graph Search (like A*) & Local Search (like hill climbing algorithms) & Genetics