Implementation for hungarian globe solver using various search algorithms such as BFS, A* and RBFS.
-
Updated
Oct 19, 2020 - Python
Implementation for hungarian globe solver using various search algorithms such as BFS, A* and RBFS.
Implements a program that solves the problem using the non-informative search algorithm AlgNoInf and the informative search algorithm AlgInf, which uses a given heuristic function Func.
n_puzzle @ 42 - N-puzzle problem solver written in Rust
Implementation of uninformed and informed AI search algorithms in Rust. Search algorithms include BFS, DFS, A*, RBFS, IDS, IDA*, and GBFS.
Applying state of the art AI search algorithms to solve the Sokoban game automatically. Since Sokoban game itself is quite challenging due to its problem complexity, additionally, heuristic functions and deadlock detectors are applied. (Python)
AI heuristic search project
Generalized Improved Second Order RBF Neural Network with Center Selection using OLS
A python implementation of the COACH algorithm for the Cartpole problem in OpenAI gym.
this a python BFS , A* and RBFS implementation of 8 puzzle
Add a description, image, and links to the rbfs topic page so that developers can more easily learn about it.
To associate your repository with the rbfs topic, visit your repo's landing page and select "manage topics."