uniform-cost-search

There are 180 repositories under uniform-cost-search topic.

  • pacman-agent

    👻 Implementation of intelligent agents for the Pacman game.

    Language:Python2
  • DiscreteMath

    An assortment of functions for number theory / discrete math type problems

    Language:Python1
  • Artificial-Intelligence-Course-in-Python

    University Course on AI in Python. Learn Different Algorithms Include DFS, BFS,UCS, A*, Hill Climbing and Many More.

    Language:Python1
  • Uniform-Cost-Search-Algorithm

    AI Simple project ( Uniform Cost Search - Romanian Map )

    Language:Python1
  • aiproject-pacman

    An Artificial Intelligence Project based on UC Berkeley's Pacman AI course

    Language:Python1
  • Pacman-Search-Evalution

    Evolve a heuristic to be used by PACMAN using genetic algorithm

    Language:Python1
  • 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.

    Language:Python1
  • Searching-Algorithms

    Searching-Algorithms

    Searching Algorithm Example

    Language:Jupyter Notebook1
  • Capacitated-vehicle-routing-problem-with-pick-up-and-delivery-Optimization

    A project for Fundamental of Optimization class at HUST, Winter 2022

    Language:Python1
  • 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.

    Language:JavaScript1
  • 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

    Language:Python1
  • 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*

    Language:Jupyter Notebook1
  • SISINT

    Práctica de Sistemas Inteligentes ESI UCLM

    Language:Java1
  • missionary-cannibal-in-C

    Solving missionary cannibal problem using different search strategies in C

    Language:C1
  • 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.

    Language:Jupyter Notebook1
  • BattleCity

    BattleCity on c# + WinForms in 2021

    Language:C#1
  • AI-UCS-AND-AStar-

    Uses UCS and AStar algorithms and PALESTINE map to find the shortest path.

    Language:Java1
  • 8_Puzzle_Game

    8 puzzle game uses search algorithms ( BFS, DFS, Uniform Cost Search, Deep Limit Search, Iterative Deep Limit Search

    Language:Python1
  • 3D-Mazes-

    分别基于BFS,Uniform-Cost,A*算法的3D路径检索

    Language:Java1
  • 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).

    Language:Python1
  • 8-puzzle

    🕹 Implementation of a 8 puzzle game using traversal algorithms.

    Language:JavaScript1
  • 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.

    Language:Java1
  • Searches-AI

    Priority Queue, BFS, Uniform Cost Search, A* Search (Bi-Directional, Tri-Directional, UCS, Upgraded tridirectional search)

    Language:Python1
  • Pacman-Search

    Array of AI Search algorithms is employed to playing Pac-Man ⍩⃝.

    Language:Python1
  • AI-playground

    Playground for Artificial intelligence projects and exercises I come across.

    Language:Python1
  • Artificial-Intelligence-Search-Algorithms

    Implemented AI Search Algorithms - BFS, DFS, UCS, A* and some heuristics and state spaces.

    Language:Python1
  • 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.

    Language:Java1
  • Searching-Program

    Searching Program using Breadth-First, Depth-First, and Uniform-Cost

    Language:Python1
  • Pathfinding

    🔍 A visualization of pathfinding alogrithms (incorporating Uniform cost search, greedy search, and A* search)

    Language:Java1
  • feup-IART

    Content and solved exercises from the course unit Artificial Intelligence

    Language:Python1
  • AI-PacManGame

    Project | Artificial Intelligence Tournament

    Language:Java1
  • 2DMazeSolver

    This program solves 2D maze using various uninformed and informed (heuristic) search strategies.

    Language:Java1
  • Artificial-Intelligence-Projects

    My implementations for the Artificial Intelligence projects at Mugla Sitki Kocman University

    Language:Python1
  • Artificial_Intelligence

    IME-USP Artificial Intelligence; Projects with Uniform Cost Search and Markov Decision Process

    Language:Python1
  • Artificial-Intelligence-Projects

    AI projects on: minimax algorithm, variations of nqueens problem, and policy iteration in Markov Decision Processes

    Language:Python1