Ecosyste.ms: Repos

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

GitHub topics: heuristic-search

sherstpasha/thefittest

Implementation of data mining methods that use evolutionary algorithms

Language: Python - Size: 20.3 MB - Last synced: 11 days ago - Pushed: 12 days ago - Stars: 9 - Forks: 0

yanshengjia/artificial-intelligence

Awesome Artificial Intelligence Projects

Language: Jupyter Notebook - Size: 6.78 MB - Last synced: 17 days ago - Pushed: over 1 year ago - Stars: 460 - Forks: 393

d0x2f/libtaquinsolve

C++ library for solving taquin picture puzzles

Language: C++ - Size: 23.4 MB - Last synced: 25 days ago - Pushed: almost 7 years ago - Stars: 1 - Forks: 0

GiovanniBaccichet/biogasOR

Biogas plants fulfillment optimization through operations research techniques ⛽️

Language: Jupyter Notebook - Size: 730 KB - Last synced: 26 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 1

Koukyosyumei/MyPlanner

PDDL Solver implemented in C++ from scratch

Language: C++ - Size: 3.56 MB - Last synced: 17 days ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

thiagopbueno/awesome-probabilistic-planning

A curated list of online resources for probabilistic planning: papers, software and research groups around the world!

Size: 18.6 KB - Last synced: 28 days ago - Pushed: about 6 years ago - Stars: 53 - Forks: 12

citiususc/hipster

Hipster4j is a lightweight and powerful heuristic search library for Java and Android. It contains common, fully customizable algorithms such as Dijkstra, A* (A-Star), DFS, BFS, Bellman-Ford and more.

Language: Java - Size: 5.47 MB - Last synced: about 1 month ago - Pushed: 11 months ago - Stars: 322 - Forks: 89

orbarilan4/puzzle-based-storage

Puzzle Based Storage (PBS) system is one of the most efficient high-density storage systems, here there are some ways to extract requested loads

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

carlosjtacon/uni-artificial-intelligence-basics

artificial intelligence basics @ university of alcalá

Language: Racket - Size: 619 KB - Last synced: 2 months ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

fauzanzaid/Simple-Intelligent-Vacuum-Cleaner

A simple robotic vacuum cleaner simulator

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

crazypegasusvv/A-Star

implementation of A* search algorithm

Language: C++ - Size: 8.79 KB - Last synced: 3 months ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

manleviet/CECore 📦

A Maven package for core components of a knowledge-based configuration environment

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

TeamJumpstart/InformatiCup2021

Submission to the InformatiCup2021 challenge.

Language: Python - Size: 20.5 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 11 - Forks: 1

mentalmove/SlidingPuzzleHeuristic

Perfomance optimsed heuristic variant of Iterative Deepening A* on the example of a sliding puzzle; OOP & functional

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

pillai-976/Genetic-Algorithm-based-meta-heuristic-clustering-for-customer-segmentation

This project develops a heuristic approach that can identify global optimal centroids for customer segmentation.

Language: Jupyter Notebook - Size: 32.8 MB - Last synced: 4 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

MortezaHagh/PathPlanning-Py

Single robot path planning algorithms implemented in Python. Including heuristic search and incremental heuristic search methods. A*, PEA*, EPEA*, LPA*, D*Lite

Language: Python - Size: 3.62 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

DyeKuu/Graph-Drawing-Contest-2020

Java project dedicated to Graph Drawing Contest 2019-2020, ranking 5th

Language: Java - Size: 8.46 MB - Last synced: 7 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 1

ahottung/NLNS

Neural Large Neighborhood Search for the Capacitated Vehicle Routing Problem

Language: Python - Size: 58.2 MB - Last synced: 7 months ago - Pushed: over 3 years ago - Stars: 64 - Forks: 21

vinayak1998/Automated-Conference-Scheduler

Optimization of Conference Schedule using AI search methods

Language: C++ - Size: 345 KB - Last synced: 7 months ago - Pushed: over 5 years ago - Stars: 1 - Forks: 2

ntrang086/cargo_planning_search

solve deterministic logistics planning problems for an Air Cargo transport system using a planning search agent

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

YossiCohen/Heuristic-Search-Max

Implementation of Max problems: Grid, SIB, MASIB

Language: C# - Size: 1.09 MB - Last synced: 7 months ago - Pushed: over 4 years ago - Stars: 2 - Forks: 0

DaniRuizPerez/AutomaticReasoning-IntelligentSystems

Collection of projets that I developed like an ASP music composer, a Sokoban, Hitory and 8puzzle puzzle solvers, Probabilistic Reasoning with Answer Sets and a project on Automatic Theorem Provers

Language: C - Size: 155 KB - Last synced: 7 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 1

JoseAugustoVital/8Puzzle-A-Star

[Python] Implementação de modelos matemáticos para a resolução do jogo 8Puzzle utilizando busca heurística, hillclimb e A*.

Language: Jupyter Notebook - Size: 156 KB - Last synced: 7 months ago - Pushed: almost 3 years ago - Stars: 2 - Forks: 0

ahmed-BH/TimeTable-Gen

Generate timetables using genetic algorithms

Language: Python - Size: 438 KB - Last synced: 4 months ago - Pushed: over 1 year ago - Stars: 5 - Forks: 3

selcukeskil/3-heuristic-algorithms-in-Python-for-Travelling-Salesman-Problem

As alternative heuristic techniques; genetic algorithm, simulated annealing algorithm and city swap algorithm are implemented in Python for Travelling Salesman Problem. Details on implementation and test results can be found in this repository.

Language: Python - Size: 46.9 KB - Last synced: 8 months ago - Pushed: almost 2 years ago - Stars: 8 - Forks: 1

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: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

Gunnstein/lahc

Implementation of Late Acceptance Hill Climbing (lahc) algorithm

Language: Python - Size: 65.4 KB - Last synced: 18 days ago - Pushed: over 5 years ago - Stars: 11 - Forks: 3

NeillJohnston/classic-tetris-bot

Script + utility for bots to play NES Tetris on the FCEUX emulator.

Language: C++ - Size: 200 KB - Last synced: 9 months ago - Pushed: about 5 years ago - Stars: 2 - Forks: 1

vitocuccovillo/dcstar2-master

A* with a genetic algorithm guidance (python inspyred library)

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

boukeas/searchtoy

A python library for solving combinatorial search problems

Language: Python - Size: 87.9 KB - Last synced: 10 months ago - Pushed: about 7 years ago - Stars: 3 - Forks: 0

XLekunberri/graph-partition

Graph partition problem for the course "heuristics search"

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

m3eeza/AI-search-algorithms

Language: Java - Size: 39.1 KB - Last synced: 10 months ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

JoseGabrielNF/labirinto

Labirinto visual com busca em largura, busca heurística e A* em Python.

Language: Python - Size: 135 KB - Last synced: 10 months ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 0

felixarpa/IA-Practica-1-Gasolina

Práctica de Inteligencia Artificial 1: Gasolineras

Language: TeX - Size: 2.22 MB - Last synced: 10 months ago - Pushed: over 6 years ago - Stars: 1 - Forks: 0

miro-jelaska/simple-genetic-algorithm

Using Genetic Algorithms to find a arbitrary sentance.

Language: JavaScript - Size: 45.9 KB - Last synced: 10 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

pprobst/msc-thesis

📖 My master's thesis @ UFRGS.

Language: TeX - Size: 3.8 MB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - 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: 11 months ago - Pushed: 11 months ago - Stars: 1 - Forks: 0

jorgenunezsiri/accusyn

AccuSyn: An Accurate Web-based Genome Synteny Browser

Language: JavaScript - Size: 31.8 MB - Last synced: 7 months ago - Pushed: about 3 years ago - Stars: 14 - Forks: 2

sminerport/eight-puzzle-solver

A* search algorithm implementation for solving 8-puzzle problem. Includes code modularization, performance optimization and solvability checking features.

Language: Python - Size: 347 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

duyndh98/CS2223-Programming-Principles

Solving TACI 8-Puzzle using heuristic search

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

LaurenceLungo/TSP-Solver

A Travelling Salesman Problem (TSP) solver using a hybrid of strategies

Language: Python - Size: 621 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 5 - Forks: 1

nl253/PSO

Particle Swarm Optimization

Language: JavaScript - Size: 37.1 KB - Last synced: 19 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

pi-tau/entanglement-control

Supplementary code for the Master thesis "Developing Artificial Intelligence Agents to Manipulate Quantum Entanglement"

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

danielbrodi/Knights-Tour

The Knight’s tour problem solved in C with both the naive and the heuristic solutions, using a backtracking algorithm, recursion and a bit array. Includes GUI,

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

elinorwahl/ai-classical-planning

A simple Python demonstration of graph search planning strategies

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

allenfallen/sliding-puzzle

A sliding puzzle game and solver using ncurses.

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

Abhi-tech-09/Path-finding-Visualizer

This will help in visualizing different path-finding algorithms.

Language: JavaScript - Size: 11.5 MB - Last synced: 11 months ago - Pushed: almost 3 years ago - Stars: 2 - Forks: 0

AmirUCR/eight_puzzle_solver_heuristic_search

Attempts to solve the 8-Puzzle by using various heuristic search methods. Written in Python.

Language: Jupyter Notebook - Size: 449 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 3 - Forks: 1

yousefkotp/8-Puzzle-Solver

8 Puzzle solver using uninformed and informed search algorithms as DFS, BFS and A*.

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

keyu-tian/Gobang-by-Qt

A Gobang game (includes a naive AI) based on Min-Max-Search and Alpha-Beta-Pruning algorithm. (by Qt5.11)

Language: C++ - Size: 12.5 MB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 53 - Forks: 21

WilliamStar007/PacMan-Game

PacMan Web Game with A* Pathfinding Algorithm (JavaScript & Python)

Language: JavaScript - Size: 521 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 3 - Forks: 0

EmreKumas/MWVCP-Genetic-Algorithm 📦

In MWVCP, a member of np-complete family, it is required to find the vertex cover of a given graph such that the sum of the weights of the nodes is the minimum. A vertex cover of a graph is “a set of vertices such that each edge of the graph is incident to at least one vertex of the set”.

Language: Python - Size: 1.28 MB - Last synced: 12 months ago - Pushed: over 4 years ago - Stars: 4 - Forks: 1

theovier/UPB-planning-and-heuristic-search 📦

Non-optimized implementations of algorithms discussed in the course "planning and heuristic search" at Paderborn University (WS 2018/19).

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

lasse16/gwv-finalProject 📦

The final project for the "Grundlagen der Wissensverarbeitungs" lecture at the university of Hamburg.

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

RJPenic/CVRPTW

Capacitated Vehicle Routing Problem with Time Windows

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

ksgr5566/Sokoban-solver

A sokoban solver that uses informed search.

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

redsalmon91/FoxSEE

UCI Chess Engine

Language: Rust - Size: 1.1 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 10 - Forks: 2

kalyaniasthana/CS271_project_sokoban

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

Language: Python - Size: 1.7 MB - Last synced: about 1 month ago - Pushed: over 3 years ago - Stars: 0 - Forks: 1

Hariharan-SV/Car-Pooling

Solving Car pooling problem using branch and bound heuristic beam search

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

farisNassif/fuzzylogic-wordcloud-generator

A multithreaded Tomcat web-app with heuristic searches that generates a word cloud from the top (n) words associated with a chosen search term and categorizes the search term using a Neural Network

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

yang-su2000/Gomoku-AI-from-Scratch

Tackle the Game of Gomoku using symbolic network, inspired by the idea of cellular-automata, redesigned minimax algorithm with alpha-beta pruning

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

morteza-nouri/AI-Game

Artificial Intelligence Course - Computer Assignment 2 - University of Tehran - Spring 1401

Language: HTML - Size: 2.48 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

SasankYadati/8puzzle

A sliding block puzzle, whose solution is found using A* Search.

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

AravindVasudev/2048-bot

A clone of the game 2048 using Angular 6. This implementation comes along with an AI solver built using expectimax algorithm with a depth limit of 5 and a simple heuristic function.

Language: TypeScript - Size: 2.36 MB - Last synced: 12 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

romel309/8_puzzle_solver_prolog

Implementation of A* to solve the 8 tile puzzle in prolog.

Language: Prolog - Size: 38.1 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 3 - Forks: 1

rohanpillai20/8-Puzzle-by-A-Star-Search

This python file solves 8 Puzzle using A* Search with Manhattan Distance

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

pprobst/npuzzle-solvers

Implementation of various search algorithms to solve 8-Puzzle and 15-Puzzle instances.

Language: C++ - Size: 33.2 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 0

pentalpha/alenhador

Parallel aligner (Needleman–Wunsch) for nucleotide sequences (.fasta) with similarity heuristic filter.

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

tom-weatherhead/a-star-heuristic-search

A* heuristic search

Language: TypeScript - Size: 143 KB - Last synced: about 1 month ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

MPARASHA/Gomoku-Players

Implementation of Monte-Carlo Tree Search for the game of Gomoku

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

aptem336/ACO

Implementation of the ACO (Ants Colony Optimization) for the traveling salesman problem. JOGL used

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

roronoasins/tsi-ugr

Repositorio de las prácticas de la asignatura Técnicas de los Sistemas Inteligentes, cursada en la UGR. curso 19-20

Language: Java - Size: 408 KB - Last synced: 12 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

radusocaci/artificial-intelligence

AI-related projects from university

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

rizasif/heuristic-search-2d

A 2 dimensional implementation of two famous heuristic search algorithms; Algorithm I* and PNBA*

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

tom-weatherhead/inference

Parsers, interpreters, artificial intelligence, and more.

Language: C# - Size: 561 KB - Last synced: about 1 month ago - Pushed: over 4 years ago - Stars: 0 - Forks: 1

karlsimsBBC/detect-credits

POC for title and credit sequence detection per series episode.

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

ronpik/heuristic-search-framework

A framework to support heuristic search algorithms implementation and experiments

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

mandavaravi/uttt

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

foxan/AIND-Planning

Solve deterministic logistics planning problems for an Air Cargo transport system using a planning search agent

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

Nenma/ga-hw0

Language: TeX - Size: 146 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

Galiold/Search-EightPuzzle

Implementation of some blind and heuristic search algorithms to solve the 8-Puzzle problem

Language: Java - Size: 396 KB - Last synced: about 1 year ago - Pushed: almost 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: about 1 year ago - Pushed: about 5 years ago - Stars: 0 - Forks: 1

alpteko/HeuristicOptimization

Projects of Course

Language: Jupyter Notebook - Size: 4.13 MB - Last synced: about 1 year ago - Pushed: almost 6 years ago - Stars: 1 - Forks: 0

programmingLearner/Chinese-chess

Chinese Chess Game and Tree-Search AI in cpp, completed

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

arthurfortes/SearchStrategies-IA

Search Strategies

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

Cranial490/RL_On_Graphs

Implementing Reinforcement learning algorithms consodering graph data structures as MDP.

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

emanuele-progr/AI_project

AI project for the course of Artificial Intelligence 2017-2018, University of Florence

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

Bartosz-D3V/Hill-climber-and-Simulated-annealing

Implementation of Hill Climber and Simulated Annealing algorithms

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

WanjinYoo/CSC421

Artificial intelligence

Language: Java - Size: 99.6 KB - Last synced: about 1 month ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

ak7n14/AI-Search-Algorithms

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

carloscdias/goku-heuristic-search

Heuristic search to help Goku find the seven Dragon Balls

Language: C - Size: 729 KB - Last synced: about 1 year ago - Pushed: almost 7 years ago - Stars: 0 - Forks: 0

marinaRupe/FER.ArtificialIntelligence

Laboratory exercises for the Artificial Intelligence course at FER, University of Zagreb (2016/2017).

Language: Python - Size: 3.01 MB - Last synced: 11 months ago - Pushed: almost 7 years ago - Stars: 0 - Forks: 1

Related Keywords
heuristic-search 92 heuristic-search-algorithms 20 artificial-intelligence 20 python 13 heuristics 11 genetic-algorithm 10 a-star 10 ai 9 search-algorithm 9 heuristic-algorithm 7 algorithm 7 a-star-algorithm 6 heuristic 6 depth-first-search 5 algorithms 5 java 5 astar 5 heuristic-optimization 5 travelling-salesman-problem 4 pathfinding 4 a-star-search 4 bfs 4 8-puzzle 4 breadth-first-search 4 optimization 4 simulated-annealing 3 hill-climbing 3 cpp 3 sokoban 3 uninformed-search 3 dfs 3 c 3 astar-algorithm 3 alpha-beta-pruning 3 informed-search 3 minmax-algorithm 3 planning-algorithms 2 8puzzle 2 astar-pathfinding 2 vehicle-routing-problem 2 reinforcement-learning 2 iterative-deepening-search 2 manhattan-distance 2 artificial-intelligence-algorithms 2 pathplanning 2 path-planning 2 graphs 2 tsp-problem 2 game 2 2-opt 2 prolog 2 best-first-search 2 8-puzzle-game 2 sliding-puzzle 2 puzzle-solver 2 javascript 2 sokoban-solver 2 bioinformatics 2 chess 2 machine-learning 2 nodejs 2 uniform-cost-search 2 gomoku 2 beam-search 2 c-plus-plus 2 iterative-deepening-a-star 2 planning 2 dijkstra 2 astar-search-algorithm 2 pddl 2 optimization-algorithms 2 blind-search 2 dstar-lite 2 dstarlite 2 incremental-search 2 lpastar 2 web-based 1 simmulated-annealing 1 user-interface 1 pacman-agent 1 webgame 1 hill-climbing-search 1 sarsa-search 1 minimum-weighted-vertex-cover 1 refutation-resolution 1 sarsa 1 mwvcp 1 reinforcement-learning-algorithms 1 np-complete 1 vertex-cover 1 lecture-notes 1 qlearning-algorithm 1 upb 1 hungarian-assignment 1 restriction-search 1 chessengine 1 rust 1 zero-dependency 1 artifical-intelligence 1 chinese-chess-game 1