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

Topic: "heuristic-search-algorithms"

optimistanoop/Artificial-Intelligence-Nanodegree

This repo contains all the projects developed during my AIND journey.

Language: HTML - Size: 2.91 MB - Last synced at: almost 3 years ago - Pushed at: about 8 years ago - Stars: 2 - Forks: 0

OSU-MARS/SEEM

Heuristic methods and growth, yield, and cost models for silvicultural optimization using Organon.

Language: C# - Size: 2.87 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

FrancescoFabiano/deep

deep (Dynamic Epistemic logic-basEd Planner) is a multi-agent epistemic planner that operates over the full scope of mA*, leveraging optimized search algorithms and heuristics.

Language: C++ - Size: 57.9 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 1

Samarium150/stp

Sliding-tile puzzle, IDA* and pattern database implementation

Language: C++ - Size: 84 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

utkuatasoy/Othello-Reversi-AI

This project presents an AI-driven Othello (Reversi) game designed to compare multiple algorithms, including Minimax, MCTS, A*, Q-Learning, and Negamax. It demonstrates various difficulty levels, which introduce controlled randomness to the AI for a more dynamic gameplay experience.

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

eceannmor/NAI-local-search 📦

Local search algorithm for the Knapsack problem

Language: C++ - Size: 59.6 KB - Last synced at: 10 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

mmarinel/N-Puzzle-AI

an AI that can solve the NxN N-Puzzle for N=3, 4, 5, ...

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

jElhamm/N-Queens-Puzzle

"The classic 'N-Queens problem' is tackled using a variety of advanced techniques such as nested loops, heuristics, backtracking, genetic algorithms, and local search algorithms."

Language: C++ - Size: 13.6 MB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Adidem23/8PuzzleSolver-Final

This is 8-Puzzle-Problem Solver In which We can Input any intermediate State in it and because of it will generate solution of this state and give us goal state based on input state .

Language: HTML - Size: 252 KB - Last synced at: 9 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

brunobaruffi/Algoritmo_Busca-A_Star

Exemplo de algoritmo de busca heurística A-Star

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

Yanqian-W/ai-heuristic-algorithm

This includes heuristic algorithms for solving search and optimization problems, such as hill climbing, meta heuristics, evolutionary algorithms, etc.

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

dramos2001/The-Eight-Puzzle-Solver

Program that uses artificial intelligence principles to solve an eight square puzzle; frontend app w/ flask currently in progress

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

shaniadicen/n-queens-ai

A java program that solves the n-queens puzzle using Hill Climbing and Random Restart algorithm in Artificial Intelligence.

Language: Java - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 1

Adidem23/8PuzzleSolver

A web app that solves 8-puzzle game with various tree search techniques. It also visualizes the search tree and supports one-step iterations to explore and comprehend search algorithms.

Language: HTML - Size: 1.19 MB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

KMX-Systems/a-star-algo

Generic C++ implementation of A* algorithm (header only). Features: Fully customizable internal data structures, step-by-step execution and beam search support.

Language: C++ - Size: 4.88 KB - Last synced at: 8 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

oyesagarsun22/Inventory_routing_problem

This repository contains files for an empty packaging dispatching problem using heuristic algorithms

Language: Jupyter Notebook - Size: 8.59 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

davidemmanuellopez/demuba3

A Automated Demonstrator written in Prolog. That can be used as SAT solver when you place one formula on thesis (tautology test).

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

Bilal-Belli/BinPackingProblem

This repository serves as a comprehensive collection of solutions and implementations for the Bin Packing 1D problem.

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

MortezaHagh/PathPlanning-MATLAB

Single robot path planning algorithms implemented in MATLAB. Including heuristic search and incremental heuristic search methods.

Language: MATLAB - Size: 1.14 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

danaent/Blocks-World-Problem

Blocks world problem solver with A* search

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

Gh0stJJ/Graph_search

This repository contains Java code for blind and heuristic search algorithms such as BFS, DFS, UCS, GBFS, and A*. The code is modular, includes examples of classic search problems, and is well-documented. Contributions are welcome.

Language: Java - Size: 2.85 MB - Last synced at: over 2 years ago - Pushed at: over 2 years 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 at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

krichelj/AI_BGU_2021

Artificial Intelligence course, Computer Science M.Sc., Ben Gurion University of the Negev, 2021

Language: Python - Size: 463 KB - Last synced at: 9 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 1

khanhdq109/WaterSort-Bloxorz-Solver

Water Sort & Bloxorz Solver

Language: Python - Size: 148 KB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 1

projektdexter/tsp-solutions

Exact Solution for the np-hard problem TSP

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

RTHKKona/RegoAI

An artificial intelligence that plays four-player Blokus© with algorithms and machine learning.

Size: 220 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

FTVarna/AHPSO

AHPSO: Altruistic Heterogeneous Particle Swarm Optimisation Algorithm

Language: MATLAB - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

Arvind-kumar-M-08/AI-CS-312-lab

Artificial Intelligence Lab

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

iRaneem/AI-fundmental-CCAI221

This is my work at 2021/2022 include : lab , assignment and project solutions

Language: Prolog - Size: 8.53 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

eduong100/SokobanSolver-AStarSearch

CS161 Artificial Intelligence Project 3: A working Sokoban solver that computes an optimal solution to the game Sokoban using A* search with heuristics built for Sokoban

Language: Common Lisp - Size: 3.33 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

ali-ece/A-Simplified-and-Efficient-Version-of-Inclined-Planes-system-Optimization-SIPO-Algorithm

A simplified and effective version of IPO (called SIPO) with the aim of simplifying the main IPO equations, creating a powerful trade-off between the concepts of exploitation and exploration, and modifying the complexity of their structural parameters.

Language: MATLAB - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

trhgquan/CS143 📦

Cài đặt các thuật Cơ sở trí tuệ nhân tạo - CSC14003

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

GabrieleCuni/Examination-Timetabling-Problem

Heuristic and meta-heuristic algorithms able to solve an examination timetabling problem

Language: Java - Size: 677 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

nikhilchaudhary0126/image-path-finding

Path finding algorithms to find a path between pixels of images representing geographical features. Shows an OpenCV image output of traversal.

Language: Python - Size: 2.89 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

VCL3D/nevergrad Fork of alexd314/nevergrad

Nevergrad Optimizer Benchmarking for 3D Performance Capture

Size: 282 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

Krauzy/8-puzzle

Using heuristic search (Hill Climb with BFS and DFS) methods to solve 8-puzzle

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

newsteps8/ConnectFour-AI-Based-Game

Connect Four is a deterministic board game. We create a strategic AI model for this game. We used minimax algorithm and heuristic function to improve our strategy.

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

ap-atul/NQueens-Problem

NQueen problem solved using Simple Hill and Restart Climbing Heuristic Algorithm

Language: Python - Size: 4.88 KB - Last synced at: 4 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

shizakhalidi/Frog-Game-Code

Developing our search agent that takes a Search Problem and returns its solution using the A* algorithm.

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

joaromera/heuristics-metaheuristics

Heuristics. Hyperparameter optimization. Grasp, local search, genetic algorithms.

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

konstantd/Data-Structures

The goal this assignment is the creation of a board game simulator, which is named "Hunger Games" and is developed on the Eclipse IDE. Implementation of heuristic-decision player.

Language: Java - Size: 340 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

misrraimsp/othelloGame

Othello Game Implementation

Language: Java - Size: 2.45 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

josevictor1/8-Puzzle-N-queens

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

oznurakyuz/2DMazeSolver 📦

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

Language: Java - Size: 1.1 MB - Last synced at: 7 months ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

MayurDeshmukh10/tictactoe_game

A simple Tic Tac Toe game using A* Algorithm

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

adityarverma/Trifit-2-player-game-using-AI

Trifit (Try-Fit) is a Turn based Android game between user and computer on a grid board using Artificial Intelligence.

Size: 26.2 MB - Last synced at: 10 months ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

dsaw/perfect_game_player

Plays board games using Minimax algorithm

Language: Python - Size: 52.7 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

sprakhar77/DiabloEngine

A chess engine based on AlphaBeta Pruning search, developed for UCI protocols supported GUIs.

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

Dyzio18/poisson-js

Poisson distribution in JS with heuristic algorithm used to find global maximum in 2D space.

Language: CSS - Size: 246 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

CHEREF-Mehdi/Othello

Creating a game (Othello) and its AI based on heuristic search algorithms (Alpha-Beta-prunning and NegaMax) using Processing (Java library and a free development environment).

Language: Processing - Size: 12.9 MB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 1

pdudero/udacity-aind-projects

My solutions to the projects assigned for the Udacity Artificial Intelligence Nanodegree

Language: Jupyter Notebook - Size: 2.39 MB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

rocketman-cyber/8-Puzzle-Solver-Using-Search

A small program that simulates the solving of the 8 puzzle game using Breadth First Search, Depth First Search and the A* algorithm

Language: Java - Size: 10.7 KB - Last synced at: 19 days ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

srikanthv02/pacmanProject

Basic search Algorithm for Pacman. DFS, BFS, UCS & Heuristic, Food & Corner Heuristic

Language: Python - Size: 239 KB - Last synced at: almost 3 years ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 1

lucko515/Isolation-AI-agent

This is the second project for Artificial Intelligence Nanodegree @Udacity . This is the game Isolation playing agent.

Language: Python - Size: 2.16 MB - Last synced at: about 1 month ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 0

Vvkmnn/planningAI

A Classical Planning project.

Language: Jupyter Notebook - Size: 3.66 MB - Last synced at: about 2 months ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 0

htaghizadeh/Map-Coloring-By-CSP

Graph coloring by CSP (CONSTRAINT SATISFACTION PROBLEMS) algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach" - Chapter 5.

Language: Pascal - Size: 1.07 MB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 0

JVogel27/PathFinder

An A* approach to orienteering in Mendon Ponds Park

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

kartkinadziendobry/TSP-A_star

🔍 Optimize wind farm inspection routes using TSP for order and A* for pathfinding, ensuring efficient and clear navigation for multiple turbines.

Language: Python - Size: 1.49 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

FearlesszxD/Oito

🌐 Create and customize landing pages easily with Oito, your AI-driven solution for seamless web development and design.

Language: HTML - Size: 1.36 MB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

J4NN0/2048-ai

2048 solver using expectimax algorithm with rank-weighted heuristics. It consistently reaches 2048

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

Razvan48/Proiect-Licenta-FMI-UNIBUC

Proiect Licenta, Anul 3, Facultatea de Matematica si Informatica, Universitatea din Bucuresti

Language: C - Size: 10 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

ProgrammerGnome/Eleanor Fork of rektdie/Eleanor

A chess engine written in C++

Language: C++ - Size: 3.47 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

sagedurivage/eight-puzzle-solver

An implemention of the A* Search Algorithm, with Misplaced Tile and Euclidean Distance heuristic options, as well as the Uniform Cost Search algorithm to solve the Eight Puzzle problem.

Language: C++ - Size: 772 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

LDolanLDolan/tictactoe-ai

🎮 Tic Tac Toe AI – a fast, fun, and smart browser-based game where players go head-to-head with a heuristic AI opponent.

Language: Python - Size: 3.91 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

etorresfdez/practica1_TSI

Práctica 1 de la asignatura Técnicas de los Sistemas Inteligentes 24/25

Language: Java - Size: 5.16 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Dietr1ch/search

Somewhat fast toy A* implementation

Language: Rust - Size: 391 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

clinaresl/libpdb

This library provides means for creating Pattern Databases in different domains

Language: C++ - Size: 276 KB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

MH-Alikhani/Iranian-Dooz-with-AI

A web-based implementation of the traditional Iranian game "Dooz," enhanced with AI for competitive or analysis purposes.

Language: JavaScript - Size: 30.3 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

NimraRauf1/BasicAI_Algorithms

Collection of basic AI algorithms implemented in Python.

Size: 0 Bytes - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

dmazilkin/ML-MazeSolver-RoutePlanning

This repo contains maze solver, which is implemented with DFS, BFS, A* and JPS algorithms.

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

rosasbehoundja/sokoban-game

Sokoban Game solving using AI Algorithms (DFS, BFS, A*, etc)

Language: Python - Size: 2.39 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

donganh1409/perfect-cafe-finder

An AI-powered location discovery system using multi-modal data (text, images, reviews, real-time factors)

Language: TypeScript - Size: 402 KB - Last synced at: 9 months ago - Pushed at: 9 months 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: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

Maimuna-Chowdhury/CardMatchingGame

A three-level game between AI and a player

Language: Python - Size: 4.27 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

t0re199/AIAKRR_PROJECT

Java implementation of an automatic player for the Murus Gallicus game.

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

Sverlaan/solo-chess-solver

Bachelor's thesis project on solving Solo Chess puzzles using heuristics and backtracking.

Language: C# - Size: 4.71 MB - Last synced at: 6 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

sgarnica1/subteBA-path

SubteBA Path es una aplicación web que utiliza el algoritmo A* para calcular y mostrar la ruta óptima entre dos estaciones del Subte de Buenos Aires. Con una interfaz interactiva y adaptable, permite planificar trayectos teniendo en cuenta transbordos, accesibilidad y tiempos de viaje. Desarrollado con React y FastAPI.

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

Fraioli-Enzo/TSP-TabuSearch

Tabu Heuristic for the Travelling Salesman Problem (TSP)

Language: Python - Size: 48.8 KB - Last synced at: 8 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

TejasThombare20/RuleEngine-WeatherMonitor

Language: TypeScript - Size: 53.2 MB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Lalwaniamisha789/CS-307-Lab-Report

A collection of AI algorithms and techniques covering intelligent agents, search strategies (BFS, DFS, A*), probabilistic reasoning (Bayesian networks, HMM), neural networks (feed-forward, Hopfield), and reinforcement learning. Topics include adversarial search, alpha-beta pruning, decision trees, Markov processes, and game theory applications.

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

LlfeSteal/Genetic_TSP_AI 📦

Traveling Salesman Problem (TSP) "resolved" with Python Genetic Algorithm.

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

ErwanDavidCode/Genetic_Algorithm-3dna

The aim of this Python project is to circularize a plasmid by optimizing the values of a table calculating the plasmid's 3D trajectory. To achieve this, 2 algorithms are used and compared: simulated annealing and genetic algorithm.

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

FTVarna/BEPSO

BEPSO: Biased Eavesdropping Particle Swarm Optimisation Algorithm . Source code for the paper: IEEE SSCI https://ieeexplore.ieee.org/document/9660113

Language: MATLAB - Size: 15.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

jaiswalchitransh/UCS-with-Best-First-Search

Implementation of UCS on Romania to find shortest distance from Arad to Bucharest based on best-first search algorithm. It uses a dictionary that stores current city mapped to (parent city, current best distance), and frontier is a priority queue to process nodes containing (node id, current city, priority value).

Language: Python - Size: 241 KB - Last synced at: 5 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

eZWALT/Classical-AI

FIB-IA 2022-23 Q2 Artificial Intelligence subject

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

apaonessaa/Competizione-AI

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

niveditha-vudayagiri/8-puzzle

8-puzzle implementation in Python using State space search algorithms

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

FTVarna/Adaptive-HIDMS-PSO

Adaptive Heterogeneous Improved Dynamic Multi-Swarm PSO (A-HIDMS-PSO) Algorithm

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

Jiya-desai/Algorithmic-Game-Solvers

C/C++ programs for solving classic games (Rubik's cube, Connect4, TicTacToe, etc)

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

padj/Genetic_Algorithm_TSP

A bespoke python genetic algorithm to solve the generalised 2D travelling salesman problem.

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

kariyum/maze-solver 📦

Creates a maze then finds a path between the starting point and a random point with different approaches.

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

Adversing/mcts.kt

A chess-based kotlin implementation of the Monte Carlo Tree Search

Language: Kotlin - Size: 6.84 KB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Zinoxx0/Push_Swap

This is Push Swap, a 42 project about sorting a stack with limited movements... but i choose to solve it with a stochastic perspective.

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

panagiotiskon/Time-Tabling-CSP

🗓 Exam Timetabling Problem

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

shoham-roy31/CatSwarmOptimization

Python implementation of an Evolution based Optimization algorithm, named Cat Swarm Optimization

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

Koukyosyumei/MyPlanner

PDDL Solver implemented in C++ from scratch

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

JafetMoon/dia-mod2-recommendation_agent

Final assignment of the intelligent agents & searching solutions module of the Artificial Intelligence Diploma (DGTIC - UNAM)

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

Davide-Ettori/Search-Algoritmhs-for-Shortest-Path-Finding

Path Finding visualizer tool for Search Algorithms, developed in AI applications

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

ChrispyPeaches/Game-Of-Othello-AI-Project

A visually interactable implementation of the Game of Othello that is playable with either a second player or an AI opponent. This is a solo project developed as part of an Artificial Intelligence class.

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

Online13/md.store

Recommend the most cost-effective medications while ensuring effective treatment.

Language: TypeScript - Size: 23.4 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Related Topics
artificial-intelligence 87 python 59 heuristics 57 ai 47 astar-algorithm 37 search-algorithm 29 java 28 optimization-algorithms 24 heuristic-algorithm 24 genetic-algorithm 24 a-star-algorithm 23 heuristic-search 23 optimization 22 alpha-beta-pruning 21 python3 19 cpp 18 a-star-search 18 bfs 18 minimax-algorithm 16 breadth-first-search 16 heuristic 14 uniform-cost-search 14 travelling-salesman-problem 14 dfs-algorithm 13 a-star 13 dfs 13 8-puzzle 13 bfs-algorithm 13 depth-first-search 13 metaheuristic-optimisation 12 algorithm 12 game 12 pathfinding 12 graph-algorithms 12 searching-algorithms 12 informed-search 11 adversarial-search 10 algorithms 10 swarm-intelligence 10 astar 10 artificial-intelligence-algorithms 10 metaheuristic-algorithms 9 metaheuristics 9 heuristic-optimization 9 matlab 8 sudoku-solver 8 hill-climbing-search 8 particle-swarm-optimization 8 manhattan-distance 8 uninformed-search 8 pso 7 maze-solver 7 8-puzzle-solver 7 deep-learning 7 ant-colony-optimization 7 reinforcement-learning 7 n-puzzle 7 javascript 7 15-puzzle 7 tabu-search 7 vehicle-routing-problem 7 astar-search-algorithm 7 c-plus-plus 6 planning 6 greedy-algorithms 6 best-first-search 6 graph 6 pso-algorithm 6 iterative-deepening-search 6 path-planning 6 evolutionary-algorithms 6 puzzle 6 simulated-annealing 6 bio-inspired-optimization 6 prolog 6 neural-network 6 solver 5 pygame 5 local-search 5 planning-algorithms 5 tsp 5 minmax-algorithm 5 expectimax 5 astar-pathfinding 5 greedy-best-first-search 5 machine-learning 5 dijkstra-algorithm 5 hill-climbing 5 visualization 5 forward-checking 5 tsp-problem 4 q-learning 4 csp 4 jupyter-notebook 4 backtracking 4 c 4 beam-search 4 blocksworld 4 tree-search 4 numpy 4