uniform-cost-search
Here are 201 public repositories matching this topic...
Language:All
Sort:Most stars
A visualizer for the core search algorithms used in AI and game development. Special thanks to Amit Patel and his cool tutorials for providing me with the inspiration. #MadeWithUnity
- Updated
Oct 10, 2024 - C#
This repository contains implementation of different AI algorithms, based on the 4th edition of amazing AI Book, Artificial Intelligence A Modern Approach
- Updated
Oct 2, 2021 - Jupyter Notebook
CSE 571 Artificial Intelligence
- Updated
Jan 3, 2018 - Python
GraphLab is an application that shows visually how several graph algorithms work
- Updated
Jan 31, 2017 - Java
Find the shortest route using A* algorithm and graphs (Route Planner application)
- Updated
Dec 30, 2020 - Jupyter Notebook
this project combines various AI algorithms to provide visualization and functionality for search algorithms, a game (CONNECT4) using min-max algorithms, and a Constraint Satisfaction Problem (CSP) solver. This toolbox aims to provide a comprehensive understanding of these AI techniques through interactive visualizations and practical examples.
- Updated
Jun 1, 2023 - Python
A fine-tuned visual implementation of Informed and Uninformed Search Algorithms such as Breadth First Search, Depth First Search, Uniform Cost Search, A* Search, Greedy First Search
- Updated
Mar 7, 2020 - Python
Visualization for multiple searching algorithms.
- Updated
Dec 5, 2021 - Python
Implement Algorithms For Graph Search (like A*) & Local Search (like hill climbing algorithms) & Genetics
- Updated
Jan 22, 2019 - Python
Uniform Cost Search implementation for Artificial Intelligence course
- Updated
Apr 13, 2021 - Python
Desktop app for visualizing graph search algorithms
- Updated
May 23, 2022 - Python
DFS / BFS / IDS / UCS / Bi-directional / A* / IDA* / SMA* / ...
- Updated
Dec 18, 2017 - Java
Implementations of artificial intelligence agents that plays Pac-Man
- Updated
Apr 10, 2019 - Python
Robot that cleans room from dirts. Finds the optimum path eventually. Same algorithms are applied as in finding path to escape a maze.
- Updated
Oct 23, 2022 - Python
CIT-316 (Artificial Intelligence Sessional)
- Updated
Feb 14, 2023 - Jupyter Notebook
All Artificial Intelligence Search algorithms. Depth first search, Breadth first search, uniform cost search, Greedy search, A star search, Minimax and Alpha beta pruning. Implemented in Python 3.
- Updated
Dec 25, 2019 - Python
Programs developed for CSCI561 Foundations of Artificial Intelligence course
- Updated
May 20, 2020 - Python
Solves Sokoban Puzzles using A* search, UCS algorithms and heuristic functions
- Updated
May 10, 2020 - Python
Planning Project Implementation for the Udacity Artificial Intelligence Nanodegree Program
- Updated
Aug 26, 2017 - Python
java, discrete map search, uniform cost search algorithm
- Updated
Nov 10, 2017 - Java
Improve this page
Add a description, image, and links to theuniform-cost-search topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with theuniform-cost-search topic, visit your repo's landing page and select "manage topics."