Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mezbaul-h/ai-search
Basic Search Algorithms Used in Artificial Intelligence
https://github.com/mezbaul-h/ai-search
ai artificial-intelligence astar-algorithm bfs bfs-algorithm csp dfs dfs-algorithm hill-climbing-search python simulated-annealing
Last synced: 20 days ago
JSON representation
Basic Search Algorithms Used in Artificial Intelligence
- Host: GitHub
- URL: https://github.com/mezbaul-h/ai-search
- Owner: mezbaul-h
- Created: 2017-07-13T05:53:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T13:13:04.000Z (almost 7 years ago)
- Last Synced: 2024-10-10T19:23:56.457Z (about 1 month ago)
- Topics: ai, artificial-intelligence, astar-algorithm, bfs, bfs-algorithm, csp, dfs, dfs-algorithm, hill-climbing-search, python, simulated-annealing
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Algorithms implemented:
- Hill Climbing
- A*
- Uniform Cost Search
- Breadth First Search
- Depth First Search
- Depth Limited Search
- Iterative Deepening DFS