An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: informed-search

a-tokyo/help-r2-d2-escape

πŸ”πŸ€–An informative visualization of the different search types used by AI agents.

Language: JavaScript - Size: 342 KB - Last synced at: 23 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Juan-Alvarado21/Plants-vs-zombies-multi-agent-system-using-A-algorithm

This program based on plants vs zombies simulates the problem of the sample collecting robot (multi-agent system) proposed to be carried out with the A* informed search algorithm where the samples will be found and grouped into clusters, using crumbs to trace the path to the ship. and describe the collaboration between agents.

Language: JavaScript - Size: 8.2 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

jayant1211/8-Puzzle-Solver-using-A-Star

Efficient A* 8-Puzzle solver utilizing a combination of cost and heuristic estimates for intelligent search. Handles both number and image-based scenarios, providing visual representation and optional step-saving.

Language: Python - Size: 7.38 MB - Last synced at: 27 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 1

motapinto/feup-IART

Content and solved exercises from the course unit Artificial Intelligence

Language: Python - Size: 56.7 MB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

mielutzio/search-algorithms

Search algorithms for 8-puzzle problem search problem and traveling salesman optimization problem.

Language: Python - Size: 10.7 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

matansuliman/Introduction-to-Artificial-Intelligence

Language: Python - Size: 1.19 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Sumonta056/Artificial-Intelligence-Learning

πŸ€–πŸ“š Comprehensive AI Learning Repo: Master DFS, BFS, DLS, IDS, UCS, Bidirectional Search, Greedy, A*, Mini-max, Alpha-beta Pruning, and Genetic Algorithm. Your go-to resource for AI course notes, lab codes, and exploration

Language: C++ - Size: 92.5 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

memgonzales/sliding-puzzle

8-puzzle game that features a walkthrough of the optimal solution and allows users to customize the tiles using photos from their Gallery

Language: Kotlin - Size: 19.1 MB - Last synced at: 19 days ago - Pushed at: over 2 years ago - Stars: 11 - Forks: 8

DrayWilliams1/NQueens πŸ“¦

Solving the N-Queens problem using a blind and informed (heuristic) search. (School Project - 2017)

Language: Java - Size: 6.84 KB - Last synced at: 8 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

Ahmed712441/AI-Graph-Search

Desktop app for visualizing graph search algorithms

Language: Python - Size: 11.9 MB - Last synced at: 9 months ago - Pushed at: almost 3 years ago - Stars: 8 - Forks: 5

wesleey/python-artificial-intelligence

Search, Knowledge, Uncertainty, Optimization, Learning, Neural Networks and Language.

Language: Python - Size: 188 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 0

yawenx2004/dart-cosc076

September - November 2023 // Select class projects from COGS 44/COSC 76 (Artificial Intelligence) at Dartmouth College.

Language: Python - Size: 2.01 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

liviaarumsari/informed-path-search

Tucil 3 IF2211 Algorithm Strategies: UCS and A* algorithm implementation in Javascript to find shortest path

Language: JavaScript - Size: 2.54 MB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 1

YoussefAboelwafa/8-Puzzle_Solver

8 Puzzle Solver Using Classical Search Algorithms: DFS | BFS | A*

Language: Python - Size: 56.6 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

sempfi/AI-HW2

Some questions about genetic algorithms and informed search methods.

Language: Python - Size: 161 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

CRDK1009/Exploring-Planets

Algorithms used to confirm whether a celestial body is a planet or not.

Language: Jupyter Notebook - Size: 188 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

mohamedhassan279/8-puzzle

8 puzzle solver using: BFS, DFS, A* (Manhattan, Euclidean)

Language: Python - Size: 2.51 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

nikhildagarwal/CS440_AI_Bot_Project

Language: Python - Size: 3.87 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

mouralisandra/ArtificialIntelligenceLabs

A collection of AI labs for the Artificial Intelligence course taught at INSAT. Those labs contain manual implementation and optimisations of both informed and uninformed search algorithms to solve the Sliding Puzzle game and CSP algorithms with different heuristics to solve the Sudoku game.

Language: Jupyter Notebook - Size: 90.8 KB - Last synced at: 20 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

adameseliga/8-square-Search-Algorithms

This program runs in console. It lets the user choose an algorithm to try to solve the 8-square problem with a random starting state. The algorithms included are depth-limited search, uniform-cost search, (greedy) best-first search, and A* search.

Language: Python - Size: 15.6 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

damiano00/T_768_SMAI_Informed_Search_Methods_in_AI

Assignments given during the course Informed Search Methods in AI in Reykjavik University, during the Double Degree study period.

Size: 437 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

GEizaguirre/ArtificialIntelligence

Repository for the Artificial Intelligence course at URV

Language: Java - Size: 1.6 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

damiano00/ISMAI_assignment_3_GTS

Game-playing agents for playing the abstract board game Breakthrough (https://en.wikipedia.org/wiki/Breakthrough_(board_game))

Language: Python - Size: 47.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ShababAhmedd/CSE422_Artificial.Intelligence

This repository contains all the lab assignments done in the CSE422 course of BracU.

Language: Jupyter Notebook - Size: 1.28 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

GiacomoFerro/ai-lab-2019

Artificial Intelligence Laboratory Course A.A. 2018/19 University of Verona.

Language: Jupyter Notebook - Size: 2.84 MB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

maciej-nowak/AI-Garbage-Robot

Smart Garbage Robot Detector app. Created at the University as the project within Artificial Intelligence classes in 2015. The purpose of this project was to learn AI strategies and to create app uses those features.

Language: Java - Size: 10.5 MB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 1

CoGian/Blocks_World

An Implementation of Blocks World problem with python. The blocks world is one of the most famous planning domains in artificial intelligence for more info (https://en.wikipedia.org/wiki/Blocks_world)

Language: Python - Size: 444 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 5 - Forks: 2

bekatan/cse362

Course work for CSE 362: Artificial Intelligence. Implementations for basic informed and uninformed search algorithms

Language: C++ - Size: 322 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

nnk03/AI-LAB

These are the code for the AI-LAB course during Semester 4

Language: Jupyter Notebook - Size: 8.55 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Caknoooo/Informed-Search-Algorithm

Kami dari Kelompok 06 Kecerdasan Buatan D akan mengimplementasikan tentang 2 Algoritma Informed Search yaitu A* Algorithm dan Greedy BFS

Language: Jupyter Notebook - Size: 23.4 KB - Last synced at: 23 days ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 2

chitholian/AI-Search-Algorithms

This is an educational repository containing implementation of some search algorithms in Artificial Intelligence.

Language: Python - Size: 12.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 24 - Forks: 19

danaent/Blocks-World-Problem

Blocks world problem solver with A* search

Language: C - Size: 13.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

Caknoooo/Artificial-Intelligence-Algorithm

This repository contains all of my learning about Artificial Intelligence in lectures at ITS

Language: Jupyter Notebook - Size: 188 KB - Last synced at: 24 days ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

MohamadTarekk/EightPuzzle

Eight Puzzle solver using BFS, DFS & A* search algorithms

Language: Java - Size: 2.76 MB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 0

Vedang12d/Pathfinding-Visualizer

Visualizer for graph algorithms

Language: JavaScript - Size: 1.65 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

sebastian6551/Mario-Smart

First project of Introduction to AI at Universidad del Valle. Mario's goal is to find the princess using artificial intelligence algorithms. Uninformed (Breadth-First Search, Uniform-Cost Search and Depth-First Search) and Informed (Greedy Search and A* Search) search algorithms are used.

Language: Python - Size: 1.79 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

louiselize/VacuumAI

Simulation of a cleaning robot in a castle

Language: C# - Size: 471 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

itakurah/HAW-IS-15-Puzzle-Solver

This software solves the 15-Puzzle sliding game with informed search algorithms and various heuristics.

Language: Java - Size: 94.7 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

osmanbulutedu/Greedy-and-A-Star-Ai-Search

Greedy Search a A Star Search for a Weighted Graph with Heuristic Cost

Language: Python - Size: 247 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

faizan1234567/8-Puzzle-A-Star-Search

This repository contains C++ implementation of A* search algorithm for finding path to goal state for 8 puzzle problem in AI.

Language: C++ - Size: 1.06 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 9 - Forks: 0

ksgr5566/Sokoban-solver

A sokoban solver that uses informed search.

Language: Jupyter Notebook - Size: 295 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

FawadJawaid/8-puzzle-solver-AI

This is an Artificial Intelligence project which solves the 8-Puzzle problem using different Artificial Intelligence algorithms techniques like Uninformed-BFS, Uninformed-Iterative Deepening, Informed-Greedy Best First, Informed-A* and Beyond Classical search-Steepest hill climbing.

Language: C++ - Size: 108 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 8 - Forks: 6

kalyaniasthana/CS271_project_sokoban

Course project for CS271: Introduction to Artificial Intelligence at UC Irvine

Language: Python - Size: 1.7 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

yosra270/n-puzzle

Solving n-puzzle game using informed and uninformed search algorithms.

Language: Python - Size: 36.1 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

adar2/Maze-Solver

implementation of informed and uninformed search algorithms: UCS, IDS, A*, Bi directional A* and IDA*.

Language: C++ - Size: 220 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 2

Ishad-M-I-M/Modified_N_Puzzle

A CS3612 - Intelligent Systems Assignment

Language: HTML - Size: 13.1 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

AmanSinghBhogal/Tic-Tac-Toe

Tic-tac-toe is a game in which two players take turns in drawing either an ' O' or an ' X' in one square of a grid consisting of nine squares. The winner is the first player to get three squares of the same symbols in a row, column or diagonal. This C++ Code uses the MiniMax Algorithm to play as computer opponent.

Language: C++ - Size: 11.6 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

arashsm79/jade-swarm

Implementation of uninformed and informed AI search algorithms in Rust. Search algorithms include BFS, DFS, A*, RBFS, IDS, IDA*, and GBFS.

Language: Rust - Size: 266 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

jackperlo/bachelor-thesis

This repo contains my Bachelor Degree project. It consists in a AI which exploits A* Algorithm to generate AleaGame levels and A* Variant to solve them.

Language: C++ - Size: 53.6 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

RATHOD-SHUBHAM/Artificial-Intelligence

A curated list of my Artificial Intelligence project.

Language: Python - Size: 495 KB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

hamedrq7/Solving-Problems-by-Searching

This is a homework about various Uninformed and Informed search algorithms, implemented for solving a simple game. This homework is a part of many projects in a Fundamentals to AI course @ FUM.

Language: Jupyter Notebook - Size: 1.95 MB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

salviosage/AI-playground

Playground for Artificial intelligence projects and exercises I come across.

Language: Python - Size: 43 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

muhammedsaidkaya/python-un-informed-search-analysis

This repository includes search algorithms analysis and comparision by applying these algorithms for real time problems like ADHOC Network minimum distance calculation and these are implemented in Python

Language: Jupyter Notebook - Size: 109 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

ritikasarkar18/Foundations-of-AI

Practical implementations of Fundamental AI concepts

Language: Python - Size: 2.7 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

morteza-nouri/AI-Search

Artificial Intelligence Course - Computer Assignment 1 - Search Algorithms - University of Tehran - Spring 1401

Language: HTML - Size: 358 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Faisal-AlDhuwayhi/AI-Solving-n-puzzle

Solving the n-puzzle problem using informed and uninformed search strategies

Language: Python - Size: 19.7 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

Ahaan-R/Informed-and-Uninformed-Search-Algorithm

The program will compute a route between the origin city and the destination city, and will print out both the length of the route and the list of all cities that lie on that route. It should also display the number of nodes expanded and nodes generated.

Language: Python - Size: 22.5 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

RaghadKhaled/Navigation-System-for-Searching-the-Emergency-Exit

Implement A* algorithm in problem from real-life.

Language: Jupyter Notebook - Size: 15.3 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

hofarah/AI_search_methods

Language: Java - Size: 47.9 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

jtallar/sokoban-solver

Sokoban solver using informed and uninformed search.

Language: Python - Size: 6.35 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

HebaElwazzan/8-Puzzle

This program solves the 8-puzzle game using different informed and uninformed search methods

Language: Python - Size: 278 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1

nnakul/path-finder

The project aims at visualizing the A* path finding algorithm starting with the user choosing the starting and the ending nodes on a grid and drawing a maze on the same.

Language: Python - Size: 89.8 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

HarshRangwala/Artificial-Intelligence-algorithms

Different algorithms of AI implemented in Python.

Language: Python - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 2

Vedant2311/Genetic-Score-Mapping

Solving the String Mapping Problem using Search Algorithms

Language: C++ - Size: 18.6 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

hmohebbi/BlockingCarMonitor

A monitor program using Qt Quick Application for monitoring Blocking Car (Rush Hour) game: A project to learn Uninformed and Informed AI Search

Language: C++ - Size: 7.52 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

Mrrobi/astarSearch

Language: Python - Size: 12.7 KB - Last synced at: 27 days ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

rystrauss/cannibals

Search strategies for problem-solving agents.

Language: Python - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

MatthewMancino/PuzzleSolver

Solves three toy problems using state-space search

Language: Python - Size: 821 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

junthbasnet/Pacman-Search

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

Language: Python - Size: 10.5 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 2

Mrrobi/prioQ

A custom build library to use Priority Queue in A* Search Algorithm

Language: Python - Size: 18.6 KB - Last synced at: 8 days ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

fregkos/blocks-world

My solution to BW20019 assignment for Artificial Intelligence course in UoM.

Language: Python - Size: 458 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 1

wildomonges/artificial-intelligence

Here you will find resolved problems using artificial intelligence.

Language: Python - Size: 92.1 MB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

Joseph94m/InformedSearch

UCS and A* for optimal problem solution.

Language: Jupyter Notebook - Size: 356 KB - Last synced at: 7 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

effesessa/InformedSearch

Some strategy of informed search.

Language: Java - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

Related Keywords
informed-search 74 uninformed-search 38 artificial-intelligence 29 ai 20 python 15 depth-first-search 12 breadth-first-search 12 astar-algorithm 10 heuristic-search-algorithms 10 heuristics 9 a-star-algorithm 8 a-star-search 8 bfs 8 uniform-cost-search 7 a-star 7 dfs 7 search-algorithm 7 greedy-best-first-search 6 searching-algorithms 6 manhattan-distance 5 alpha-beta-pruning 5 greedy-search 5 python3 5 astar-search-algorithm 5 ucs 4 heuristic-search 4 best-first-search 4 iterative-deepening-search 4 adversarial-search 4 minimax 4 ids 4 machine-learning 3 artificial-intelligence-algorithms 3 genetic-algorithm 3 algorithms 3 8-puzzle-solver 3 search 3 dfs-search 3 bfs-search 3 sokoban 2 sokoban-solver 2 neural-network 2 astar-search 2 iterative-deepening-a-star 2 ida-star 2 blind-search 2 game 2 depth-limited-search 2 gbfs 2 problem-solving 2 euclidean-distances 2 8puzzle-solver 2 puzzle-game 2 hill-climbing-search 2 deep-learning 2 simulated-annealing 2 idastar 2 blocksworld 2 recursive-best-first-search 2 search-algorithms 2 cpp 2 uniformed-search 2 naive-bayes-classifier 2 greedy-algorithms 2 min-max-algorithm 2 probability 2 8-puzzle 2 bayesian-network 2 bayesian-methods 1 bayesian 1 bayes-classifier 1 beginner-project 1 artificial-neural-networks 1 mini-max-algorithm 1 minimax-algorithm 1 oop 1 transposition-table 1 path-search-algorithm 1 backtracking-algorithm 1 tic-tac-toe 1 rust 1 rbfs 1 costo-uniforme 1 ia 1 profundidad 1 univalle 1 8inf878 1 bdi-model 1 uqac 1 15-puzzle 1 hamming-distance 1 haw-hamburg 1 linear-conflict 1 greedy 1 data-structures 1 hungarian-assignment 1 greedy-bfs 1 artifical-intelligence 1 board 1 heuristic-algorithms 1