uniform-cost-search
There are 180 repositories under uniform-cost-search topic.
pacman-agent
👻 Implementation of intelligent agents for the Pacman game.
DiscreteMath
An assortment of functions for number theory / discrete math type problems
Artificial-Intelligence-Course-in-Python
University Course on AI in Python. Learn Different Algorithms Include DFS, BFS,UCS, A*, Hill Climbing and Many More.
Uniform-Cost-Search-Algorithm
AI Simple project ( Uniform Cost Search - Romanian Map )
aiproject-pacman
An Artificial Intelligence Project based on UC Berkeley's Pacman AI course
Pacman-Search-Evalution
Evolve a heuristic to be used by PACMAN using genetic algorithm
Uniform-Cost-Route-Finder
A Python application designed for efficient pathfinding in graph-based city networks. Leveraging the Uniform Cost Search algorithm, a staple in AI for complex navigation and optimization problems, this tool calculates the shortest routes between cities with support for real-world geographic positioning through coordinate data.
Searching-Algorithms
Searching Algorithm Example
Capacitated-vehicle-routing-problem-with-pick-up-and-delivery-Optimization
A project for Fundamental of Optimization class at HUST, Winter 2022
AI-Maze-Solver-With-JS
This is a code repository for the solves a routing problem with the help of several AI search strategies like BFS, DFS, A* (A-Star), etc.
AI-Programming-Medicine_Clinical_Imaging_Classification-Elevation-master
This repository contains implementation of different AI algorithms, based on the 4th edition of amazing AI Book, Artificial Intelligence A Modern Approach
AI-Project-Comparison-of-3-algo-s
In this project I had to compare 3 algorithm's on the bases of there execution time. There are 3 AI algorithm's which were assign to me in these algorithm's two are uninform and one is inform. And the names of the algorithm's are: 1-DFS, 2-UCS, and A*
SISINT
Práctica de Sistemas Inteligentes ESI UCLM
missionary-cannibal-in-C
Solving missionary cannibal problem using different search strategies in C
AI-assignments
Implementation of BFS, DFS, Uniform cost search, greedy search, A* search for path finding in maze, Implementation of Water Jug problem with jugs having capacity m and n, resp.
BattleCity
BattleCity on c# + WinForms in 2021
AI-UCS-AND-AStar-
Uses UCS and AStar algorithms and PALESTINE map to find the shortest path.
8_Puzzle_Game
8 puzzle game uses search algorithms ( BFS, DFS, Uniform Cost Search, Deep Limit Search, Iterative Deep Limit Search
3D-Mazes-
分别基于BFS,Uniform-Cost,A*算法的3D路径检索
problema-roteamento
Projeto produzido utilizando Python para resolver o problema do roteamento, presente nas redes de computadores. Tem como objetivo, dentre os host presentes na aplicação, buscar a melhor rota a ser traçada com base no seu custo (busca de custo uniforme).
8-puzzle
🕹 Implementation of a 8 puzzle game using traversal algorithms.
Uniform-Cost-Search
A Java program that uses the uniform-cost search algorithm to find the shortest path between two nodes. The program includes a unit test for building an edge (connection) between two nodes, printing out the collection of edges a node has, figuring out the shortest path between two nodes, and printing the nodes in the shortest path discovered.
Searches-AI
Priority Queue, BFS, Uniform Cost Search, A* Search (Bi-Directional, Tri-Directional, UCS, Upgraded tridirectional search)
Pacman-Search
Array of AI Search algorithms is employed to playing Pac-Man ⍩⃝.
AI-playground
Playground for Artificial intelligence projects and exercises I come across.
Artificial-Intelligence-Search-Algorithms
Implemented AI Search Algorithms - BFS, DFS, UCS, A* and some heuristics and state spaces.
Shortest-Path-Problem
A command line Java program developed for an artificial intelligence college course. It applies the Shortest Path Problem to a graph of fictitious cities. It uses either Best First Search or Uniform Cost Search to provide the shortest path from one city in the graph to another.
Searching-Program
Searching Program using Breadth-First, Depth-First, and Uniform-Cost
Pathfinding
🔍 A visualization of pathfinding alogrithms (incorporating Uniform cost search, greedy search, and A* search)
feup-IART
Content and solved exercises from the course unit Artificial Intelligence
AI-PacManGame
Project | Artificial Intelligence Tournament
2DMazeSolver
This program solves 2D maze using various uninformed and informed (heuristic) search strategies.
Artificial-Intelligence-Projects
My implementations for the Artificial Intelligence projects at Mugla Sitki Kocman University
Artificial_Intelligence
IME-USP Artificial Intelligence; Projects with Uniform Cost Search and Markov Decision Process
Artificial-Intelligence-Projects
AI projects on: minimax algorithm, variations of nqueens problem, and policy iteration in Markov Decision Processes