Ecosyste.ms: Repos

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

GitHub topics: iterative-deepening-search

kelseyde/calvin-chess-engine

A chess engine written in Java.

Language: Java - Size: 58.2 MB - Last synced: about 5 hours ago - Pushed: about 8 hours ago - Stars: 1 - Forks: 0

fazelelham32/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: Python - Size: 47.7 MB - Last synced: about 18 hours ago - Pushed: 1 day ago - Stars: 1 - Forks: 0

alfreddLUO/FCND-Motion-Planning Fork of udacity/FCND-Motion-Planning

Year 3 SemesterB CS4486 HW1: Implement Iterative A Star(IDA*) Algorithm for path finding, reimplement A* algorithm for finding the path traversing multiple points, and utilized different heuristic functions for the project in the repository forked from udacity/FCND-Motion-Planning

Language: Python - Size: 11.6 MB - Last synced: 8 days ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

Coruscant11/Rust-Oware-AI

Rust implementation of a minimax algorithm. The game is a custom version of the Oware. Using Alphabeta pruning, move ordering, and a tiny iterative deepening.

Language: Rust - Size: 14.6 KB - Last synced: 16 days ago - Pushed: over 2 years ago - Stars: 2 - Forks: 0

BenCtree/Path-Finding

Some search and path finding algorithms solving the 3-digit puzzle

Language: Python - Size: 6.84 KB - Last synced: 19 days ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

ravanbak/tic-tac-toe

Tic-Tac-Toe

Language: JavaScript - Size: 659 KB - Last synced: 20 days ago - Pushed: about 2 years ago - Stars: 5 - Forks: 0

rasitayaz/maze-solver

Finds the best solution path for a maze using artificial intelligence

Language: Java - Size: 38.1 KB - Last synced: 25 days ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

CozartKevin/CS-480_Artificial_Intelligence_SSU

Course work for SSU's CS480 which is a survey of techniques that simulate human intelligence.

Language: C++ - Size: 31.7 MB - Last synced: 26 days ago - Pushed: 26 days ago - Stars: 0 - Forks: 0

Gionnino9000/Gionnino9000

La nostra soluzione per la Tablut Challenge 2022 ♟️ (Fondamenti di Intelligenza Artificiale M)

Language: HTML - Size: 67 MB - Last synced: 26 days ago - Pushed: 27 days ago - Stars: 11 - Forks: 1

Alex2262/AltairChessEngine

A strong chess engine made in c++

Language: C++ - Size: 22.2 MB - Last synced: 27 days ago - Pushed: 27 days ago - Stars: 43 - Forks: 5

54nd339/Algorithms

An introduction to different algorithmic approach

Language: C - Size: 242 KB - Last synced: 29 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

overtane/udacity-aind-p2

Game-Playing Agent

Language: Python - Size: 3.28 MB - Last synced: 30 days ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

Chandra-Suryadevara/8-Puzzle-Problem

8 Puzzle Solver Using Iterative Deepening Algorithm

Language: Python - Size: 39.1 KB - Last synced: about 1 month ago - Pushed: 12 months ago - Stars: 0 - Forks: 0

enricoemiro/alphabetaprugna 📦

Project for the University of Bologna Algorithms and Data Structures course (a.y. 2020-21).

Language: Java - Size: 203 KB - Last synced: 21 days ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

muhammad3245571106/AI-searching-techniques-using-Python-and-Tkinter-for-graphical-user-interface

This is a Python project that uses Tkinter to develop the front end of the application and Python to implement AI searches. This has a cool graphical interface and visualization to make the project look aesthetic.

Language: Python - Size: 21.5 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

gsurma/sliding_puzzle

Swift implementation of the Sliding Puzzle game with Iterative Deepening A* AI Solver.

Language: Swift - Size: 4.05 MB - Last synced: 2 months ago - Pushed: almost 3 years ago - Stars: 35 - Forks: 13

rvhuang/linq-to-astar

A* written in C#, used with LINQ.

Language: C# - Size: 313 KB - Last synced: 16 days ago - Pushed: about 5 years ago - Stars: 121 - Forks: 12

mohamedrezk122/gobblet-ai-player

AI player for Gobblet Game using MiniMax algorithm with alpha-beta pruning and custom heuristics

Language: Python - Size: 60.5 MB - Last synced: 15 days ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

boxreb14/AIND-Isolation

Udacity AI Nanodegree's Project for a Game playing agent for Isolation. This project uses algorithms like minimax search, alpha beta pruning and iterative deepening to create a game playing agent for a zero sum board game like Isolation.

Language: Python - Size: 359 KB - Last synced: 4 months ago - Pushed: almost 7 years ago - Stars: 0 - Forks: 0

Izy266/Karls-Sun

A python based chess engine

Language: Python - Size: 9.4 MB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 1 - Forks: 0

djibril-coulybaly/Artificial-Intelligence-Maze-Pathfinder

Implementing three different search algorithms for finding a path in a maze using Prolog

Language: Prolog - Size: 743 KB - Last synced: 5 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

danyalimran93/Artificial-Intelligence-State-Space-Search

Different Searching algorithms (DFS, BFS, IDS, Greedy, A*) opting to find optimal path from source to destination

Language: Java - Size: 41 KB - Last synced: about 2 hours ago - Pushed: over 6 years ago - Stars: 26 - Forks: 11

ysharc/Isolation

Adverserial agent for isolation game

Language: Python - Size: 1.96 MB - Last synced: 6 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

bhuvansun/data-structures-and-algorithms-in-python

Course work for an online certification course from Jovian

Language: Jupyter Notebook - Size: 61.5 KB - Last synced: 4 months ago - Pushed: 8 months ago - Stars: 2 - Forks: 0

arminkz/SearchAlgorithms

DFS / BFS / IDS / UCS / Bi-directional / A* / IDA* / SMA* / ...

Language: Java - Size: 85.9 KB - Last synced: about 2 months ago - Pushed: over 6 years ago - Stars: 9 - Forks: 4

ntrang086/isolation_game

an adversarial search agent to play the game "Isolation"

Language: Python - Size: 2.58 MB - Last synced: 7 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

upandey3/GamePlayingAI

An Artificial Intelligence that beats human opponents in the game of Isolation in Python

Language: Python - Size: 191 KB - Last synced: 7 months ago - Pushed: over 6 years ago - Stars: 3 - Forks: 1

arashmath/GraphColoring

This is the code for my "Graph Coloring Exploration" project for Artificial Intelligence course at AUT.

Language: Jupyter Notebook - Size: 102 KB - Last synced: 7 months ago - Pushed: over 4 years ago - Stars: 1 - Forks: 4

sahirnoorali/state-space-search-ai

Solving RGB Puzzle via State Space Search Algorithms

Language: Java - Size: 44.9 KB - Last synced: 7 months ago - Pushed: over 6 years ago - Stars: 3 - Forks: 0

Nikhil-prog/8-puzzle-solver

8 puzzle solver, a python program that solves the modified version of Expense 8 puzzle problem using different algorithms,

Language: Python - Size: 11.7 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

AlexandrosMisas/Quoridor_Engine

An engine simulating the board game Quoridor

Language: C - Size: 30.3 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 2 - Forks: 0

snrazavi/AI-Programming-using-Python

This repository contains implementation of different AI algorithms, based on the 4th edition of amazing AI Book, Artificial Intelligence A Modern Approach

Language: Jupyter Notebook - Size: 55.8 MB - Last synced: 8 months ago - Pushed: over 2 years ago - Stars: 56 - Forks: 26

alepmaros/search_algorithms

Search algorithms implemented using SFML/C++ (A*, Uniform Cost, etc)

Language: TeX - Size: 729 KB - Last synced: 9 months ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

clj0020/python-web-crawler

Python Web Crawler implementing Iterative Deepening Depth Search

Language: Python - Size: 1.08 MB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 2 - Forks: 0

MatiasBrizzio/N-AI

🧩 Solver for N-Puzzle & N-Queens using Genetic Algorithms, A*, and more in Python

Language: Python - Size: 330 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

ToniCardosooo/AI-Project-1-15Puzzle

Group project on Tree Search Algorithms for the Curricular Unit of "Artificial Intelligence" @ FCUP, Porto with @barbara-san and @Nia3324

Language: Java - Size: 239 KB - Last synced: 9 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

NxSaken/clisp-search-algorithms

My solutions to assignments for an Artificial Intelligence class (2018)

Language: Common Lisp - Size: 4.88 KB - Last synced: 9 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ltfschoen/AIND-Isolation

Term 1 Project 1 Build a Game-Playing Agent by Luke Schoen for Udacity Artificial Intelligence Nanodegree (AIND)

Language: Python - Size: 2.08 MB - Last synced: 9 months ago - Pushed: about 7 years ago - Stars: 0 - Forks: 0

stephenrawson/udacity-ai-nanodegree

My projects/labs for Udacity Artificial Intelligence Nanodegree (April 2017 - present).

Language: Jupyter Notebook - Size: 3.81 MB - Last synced: 9 months ago - Pushed: almost 7 years ago - Stars: 9 - Forks: 7

hejaziak/AI_Project_1.0

Saving Westros with searching algorithms.

Language: Java - Size: 42 KB - Last synced: 9 months ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

JCasahuga/Connect4

Creating an "AI" using minimax algorithm to never lose at Connect4

Language: C++ - Size: 386 KB - Last synced: 9 months ago - Pushed: 10 months ago - Stars: 1 - Forks: 0

nieves-abalos/aind-isolation

project submitted at AIND (May cohort)

Language: Python - Size: 229 KB - Last synced: 10 months ago - Pushed: almost 7 years ago - Stars: 0 - Forks: 0

allfre2/nino

A CECP amateur chess engine

Language: C - Size: 1.23 MB - Last synced: 10 months ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

neonrights/pocket_solver

simple solver for a pocket cube

Language: Python - Size: 8.79 KB - Last synced: 10 months ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

munozalexander/Connect4

Connect4 game implementation and AI with MiniMax, Alpha-Beta Pruning, Iterative Deepening

Language: Python - Size: 16.6 KB - Last synced: 10 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 2

EliasMnds/Missionarios_e_Canibais

O problema de Missionários e Canibais resolvido através de busca sem informação ( Aprofundamento Iterativo )

Language: Jupyter Notebook - Size: 0 Bytes - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

mohamedrezk122/fifteen-puzzle-solver

A generalized (pq) puzzle solver with Weighted Iterative Deepening A* algorithm, finite state machine pruning routines, and different heuristic methods.

Language: Python - Size: 7.27 MB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

LorenzoPiazza/Tabroot

Un software di IA in grado di giocare partite al gioco da tavolo Tablut.

Language: Java - Size: 19.6 MB - Last synced: 10 months ago - Pushed: about 4 years ago - Stars: 0 - Forks: 3

pawan-nirpal-031/ChessProgrammingC-

A chess playing program written in C++, This will include some AI search algorithms and Game theory algorithms as it progresses.

Language: C++ - Size: 196 KB - Last synced: 7 months ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

Ali-Elganzory/AI-Search

Visualization for multiple searching algorithms.

Language: Python - Size: 712 KB - Last synced: 9 months ago - Pushed: over 2 years ago - Stars: 7 - Forks: 6

amirmalekian/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: JavaScript - Size: 20.5 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

pavlosdais/Quoridor

A terminal implementation of the game Quoridor with an engine based on iterative deepening alpha beta pruning

Language: C - Size: 1.4 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 9 - Forks: 2

allenfallen/sliding-puzzle

A sliding puzzle game and solver using ncurses.

Language: C++ - Size: 169 KB - Last synced: 11 months ago - Pushed: about 7 years ago - Stars: 6 - Forks: 1

nikhil-96/Competitive-Sudoku Fork of okivlo/competitive_sudoku_team40

A game-playing AI agent is developed for a Competitive Sudoku game using minimax algorithm with alpha-beta pruning and iterative deepening. It is further advanced using heuristics and Monte Carlo Tree Search algorithm.

Size: 144 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

FarhanShoukat/Rubiks-Cube-Solver

A comprehensive comparision of IDFS and IDA* in solving Rubik's Cube

Language: Python - Size: 28.3 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 5 - Forks: 2

hkociemba/FifteenPuzzle

Solve the Fifteen Puzzle optimally with IDA* using different heuristics.

Language: C++ - Size: 145 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 31 - Forks: 5

sevdaimany/AI_Search_Project

👁‍🗨🧠 Artificial Intelligence search project implementing IDS, Bidirectional BFS and A*.

Language: Python - Size: 4.02 MB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 12 - Forks: 0

Junxiao-Zhao/Best_Independent_Set_Problem

Solving by iterative deepening and hill climbing with random restart

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

rmssoares/8Puzzle-StateSpaceSearches

BFS, IDS, Greedy & A* applied to the 8-puzzle problem. :gear:

Language: Python - Size: 9.77 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 28 - Forks: 18

ArianQazvini/Ai-Search_Algorithms

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

mahmoudjobeel1/AI-Search-Agent Fork of MohammedShetaya/AI-Search-Agent

A limited-capacity rescue boat rescues passengers, retrieves black boxes, and drops off passengers at a station with 5 actions (Pick-up, Drop, Retrieve, Movement) using BFS, DFS, Iterative deepening, Greedy with 2 heuristics, and A* with 2 admissible heuristics.

Language: Java - Size: 1.74 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

namhainguyen2803/Gomoku-AI

An AI playing Gomoku 15x15 using Negamax algorithm, NegaScout algorithm, Zobrist Hashing, Null Window written in C++

Language: C++ - Size: 24.4 KB - Last synced: 11 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

pedjamitrovic/Chess3D

3D chess game playable in a PvP or PvE mode. Implemented decent AI player for amateur gameplay. Developed a bug free chess engine. Implemented in C#, Unity Engine.

Language: C# - Size: 33.7 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 7 - Forks: 0

EmreKumas/2D-Maze-Solver 📦

This program solves a 2D maze with the help of several search algorithms like BFS, DFS, A* (A-Star) etc.

Language: Python - Size: 23.4 KB - Last synced: 12 months ago - Pushed: over 4 years ago - Stars: 1 - Forks: 0

utkuufuk/alpha-beta-chess 📦

Eclipse RCP chess app with an AI based on alpha-beta pruning & iterative deepening.

Language: Java - Size: 2.17 MB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 14 - Forks: 1

drgr-user/maze-solver 📦

Artificial Intelligence I course mid-quarter project - autumn 2020

Language: C++ - Size: 5.86 KB - Last synced: 3 months ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

hennimohammed/parallel_chess_engine

A simple chess engine written in C and parallelized using OpenMP

Language: C - Size: 297 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 13 - 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: about 1 year ago - Pushed: over 4 years ago - Stars: 8 - Forks: 6

mahdirezaie336/GimmeButter

A servant robot trying to serve as fast as possible using A* algorithm.

Language: Python - Size: 379 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 8 - Forks: 2

noahfree/4x5-vacuum-ai-project

This program uses AI algorithms to clean up the dirt in a 4x5 grid in an efficient way using a vacuum agent.

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

TheLuckyCoder/ChessEngine

A UCI-compatible Chess Engine written in C++20 with an Android and WearOS Interface

Language: C++ - Size: 1.55 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 4 - Forks: 1

tassoneroberto/unstable

AI playing the Unstable (Chain Reaction) game.

Language: Java - Size: 189 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

gbroques/missionaries-and-cannibals

Python program that solves the Missionaries and Cannibals problem, a toy problem in AI, with iterative deepening search.

Language: Python - Size: 82 KB - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 12 - Forks: 9

pdoup/freecell-ai

FreeCell AI implementing BFS/DFS/A*/Iterative Deepening in Python

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

gmurro/tablut

Game Player for Fundamentals of Artificial Intelligence and Knowledge Representation class at @UNIBO

Language: Java - Size: 22.1 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 2

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: 4 months ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

VCHui/angelfish

Simple chess engines based on sunfish

Language: Python - Size: 185 KB - Last synced: about 1 year ago - Pushed: almost 6 years ago - Stars: 4 - Forks: 0

soumen02/Iterative-Deepening-and-Hill-Climbing

A python program that implements Artificial Intelligence algorithms such as Iterative Deepening and Hill Climbing Search to find the best solution for the Best Vertex Cover state space

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

metalglove/15-Puzzle

Solving the 15-Puzzle using IDA* and a pattern database.

Language: C# - Size: 6.01 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

PROFeNoM/AlphaZero

Simple AlphaZero Reinforcement Learning implementation for Go.

Language: Python - Size: 39.5 MB - Last synced: 12 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

RonP3B/Connect4

Development of an AI intelligent agent that can play connect 4 using minimax alpha-beta pruning and implementing an IDS

Language: Python - Size: 74.2 KB - Last synced: 12 months ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

mgabilo/eightpuzzle-iterative-deepening

Eight puzzle solver using iterative deepening

Language: Python - Size: 19.5 KB - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 2 - Forks: 1

tomasort/GraphAlgorithm

Implementation of different graph algorithm using C++.

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

patterson-tom/Dionysus

A UCI-compatible chess engine, capable of beating (most) human players.

Language: C++ - Size: 75.2 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 5 - Forks: 0

marcluque/Reversi-AI

An AI for a modified Reversi version. The AI works with a game server that manages the game (https://github.com/marcluque/Reversi-Server)

Language: Java - Size: 28.5 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 3 - 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: 4 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

prashantpks/missionary-cannibal-in-C

Solving missionary cannibal problem using different search strategies in C

Language: C - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 1 - Forks: 0

tlan95/Udacity-AI-nanodegree-project3-Adversarial-Game-Playing-Agent

My code and report of Udacity AI nanodegree project3 Adversarial Game Playing Agent

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

kaushal1120/BestVertexCoverSearch

Implementation of the Best Vertex Cover Search problem using Hill Climbing and Iterative Deepening.

Language: Java - Size: 6.84 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 0

vegardhaneberg/ChessAI

A Python Flask web application where you can play chess against a bot. The bot uses iterative deepening with minimax, move ordering and alpha-beta pruning.

Language: JavaScript - Size: 4.86 MB - Last synced: 12 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

aliarjomandbigdeli/search-algorithms

classical search algorithms are used in AI | AI course - Fall 2018

Language: Java - Size: 142 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 3 - Forks: 0

felipefrm/missionaries-and-cannibals

🚣 Trabalho Prático 1 - IA

Language: HTML - Size: 3.79 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 1

desty2k/Kalaha

Kalaha game written in Python, PyQt and C++

Language: Python - Size: 500 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

susanalima/FEUP-IART-P1

First project developed for Artificial Intelligence class

Language: C++ - Size: 1.03 MB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 1 - Forks: 0

gijs-pennings/ai-snakes-2021 Fork of BeLuckyDaf/snakes-game-tutorial

NegaSnake: winner of AI Snakes 2021

Language: Java - Size: 20.3 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

thanosDelatolas/TUCAnts

Agent to play TUCAnts. It's a game similar to Checkers.

Language: C - Size: 556 KB - Last synced: 7 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

marcluque/Reversi-Server

Server to play with the Reversi AI https://github.com/marcluque/Reversi-AI

Language: C - Size: 85 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

joeylim0328/Iterative-Deepening-Search

Iterative Deepening Search (IDS) is a combination of Breadth First Search (BFS) and Depth First Search (DFS).

Language: Prolog - Size: 129 KB - Last synced: 5 months ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

mehboobali98/Rubiks-Cube-Solver

Solving the Rubik's Cube using three different search strategies including Iterative Deepening Search, A Star Search, Iterative Deepening A Star Search. The searches were compared in terms of: Number of nodes expanded and Optimality.

Language: C++ - Size: 1.15 MB - Last synced: 11 months ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

adnanhakim/ai-algorithms

A fun side project to perform AI algorithms using plain java code.

Language: Java - Size: 10.7 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

Related Keywords
iterative-deepening-search 127 artificial-intelligence 44 alpha-beta-pruning 35 ai 29 depth-first-search 24 uniform-cost-search 20 breadth-first-search 20 bfs 17 dfs 15 minimax-algorithm 14 astar-algorithm 13 java 13 a-star 12 chess 12 minimax 10 search-algorithm 10 python 10 ids 9 minimax-search 9 greedy-best-first-search 9 negamax 8 chess-engine 8 python3 7 game 7 transposition-table 7 a-star-algorithm 7 astar 7 astar-search-algorithm 6 simulated-annealing 6 searching-algorithms 6 hill-climbing 6 greedy-search 6 heuristic 6 minimax-alpha-beta-pruning 6 zobrist-hashing 5 hill-climbing-search 5 depth-limited-search 5 genetic-algorithm 5 a-star-search 5 uninformed-search 5 heuristics 5 best-first-search 5 8-puzzle 5 dfs-algorithm 5 c 5 iterative-deepening-a-star 5 graph-algorithms 5 game-playing-agent 4 board-game 4 quiescence-search 4 search-algorithms 4 n-queens 4 algorithm 4 maze-solver 4 bfs-algorithm 4 bfs-search 4 minmax-algorithm 4 dfs-search 4 prolog 3 15-puzzle 3 alpha-beta 3 ucs 3 depth-limit-search 3 astar-search 3 sliding-puzzle-game 3 gbfs 3 missionaries-cannibals-problem 3 pathfinding 3 adversarial-search 3 chess-ai 3 breath-first-search 3 greedy 3 rubik-cube 3 state-space-search 3 tree-search 3 heuristic-search-algorithms 3 informed-search 3 move-ordering 3 tablut 3 8-puzzle-solver 2 udacity 2 greedy-algorithm 2 ida-star 2 agent 2 artificial-intelligence-algorithms 2 reversi-game 2 puzzle-game 2 solver 2 reversi 2 graphs 2 move-sorting 2 futility-pruning 2 graph-coloring 2 mtdf 2 rubiks-cube 2 search-strategies 2 recursive-best-first-search 2 aspiration-windows 2 bloxorz 2 alphabeta-algorithm 2