Topic: "heuristic-search"
yanshengjia/artificial-intelligence
Awesome Artificial Intelligence Projects
Language: Jupyter Notebook - Size: 6.78 MB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 460 - Forks: 393

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 at: 19 days ago - Pushed at: almost 2 years ago - Stars: 325 - Forks: 87

keyu-tian/Cpp-Gomoku-with-AI
C++ Gomoku with a strong AI based on minimax search and alpha-beta pruning with Qt5 GUI. *Dozens of C++ tricks & hacks are used to improve efficiency.* Come and try to see if you can beat the powerful AI!
Language: C++ - Size: 12.5 MB - Last synced at: about 8 hours ago - Pushed at: over 4 years ago - Stars: 81 - Forks: 20

ahottung/NLNS
Neural Large Neighborhood Search for the Capacitated Vehicle Routing Problem
Language: Python - Size: 58.2 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 64 - Forks: 21

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 at: 9 days ago - Pushed at: about 7 years ago - Stars: 61 - Forks: 12

sherstpasha/thefittest
Implementation of data mining methods that use evolutionary algorithms
Language: Python - Size: 45.7 MB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 39 - Forks: 0

jorgenunezsiri/accusyn
AccuSyn: An Accurate Web-based Genome Synteny Browser
Language: JavaScript - Size: 31.8 MB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 14 - Forks: 2

TeamJumpstart/InformatiCup2021
Submission to the InformatiCup2021 challenge.
Language: Python - Size: 20.5 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 11 - Forks: 1

Gunnstein/lahc
Implementation of Late Acceptance Hill Climbing (lahc) algorithm
Language: Python - Size: 65.4 KB - Last synced at: 4 days ago - Pushed at: over 6 years ago - Stars: 11 - Forks: 3

buildingwheels/FoxSEE
UCI Chess Engine
Language: Rust - Size: 1.1 MB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 2

ronaldeddings/AIND-Planning
Solutions to problems in classical PDDL (Planning Domain Definition Language) for the air cargo domain
Language: Python - Size: 514 KB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 9 - 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 at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 8 - Forks: 1

allenfallen/sliding-puzzle
A sliding puzzle game and solver using ncurses.
Language: C++ - Size: 169 KB - Last synced at: almost 2 years ago - Pushed at: about 8 years ago - Stars: 6 - Forks: 1

misaghsoltani/DeepCubeAI
Learning Discrete World Models for Heuristic Search
Language: Python - Size: 16.6 MB - Last synced at: 10 days ago - Pushed at: 8 months ago - Stars: 5 - Forks: 1

LaurenceLungo/TSP-Solver
A Travelling Salesman Problem (TSP) solver using a hybrid of strategies
Language: Python - Size: 621 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 1

ahmed-BH/TimeTable-Gen
Generate timetables using genetic algorithms
Language: Python - Size: 438 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 3

elinorwahl/ai-classical-planning
A simple Python demonstration of graph search planning strategies
Language: Python - Size: 295 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 5 - Forks: 2

SasankYadati/8puzzle
A sliding block puzzle, whose solution is found using A* Search.
Language: C++ - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 5 - Forks: 2

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 at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 1

aptem336/ACO
Implementation of the ACO (Ants Colony Optimization) for the traveling salesman problem. JOGL used
Language: Java - Size: 28.3 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 2

WilliamStar007/PacMan-Game
PacMan Web Game with A* Pathfinding Algorithm (JavaScript & Python)
Language: JavaScript - Size: 521 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

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 at: about 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 2

RJPenic/CVRPTW
Capacitated Vehicle Routing Problem with Time Windows
Language: Python - Size: 576 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 3 - 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 at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

romel309/8_puzzle_solver_prolog
Implementation of A* to solve the 8 tile puzzle in prolog.
Language: Prolog - Size: 38.1 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 1

boukeas/searchtoy
A python library for solving combinatorial search problems
Language: Python - Size: 87.9 KB - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 3 - Forks: 0

sminerport/EightPuzzleSolver
A* search algorithm implementation for solving 8-puzzle problem. Includes code modularization, performance optimization and solvability checking features.
Language: Python - Size: 367 KB - Last synced at: 24 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

nl253/PSO
Particle Swarm Optimization
Language: JavaScript - Size: 37.1 KB - Last synced at: 12 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

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

Abhi-tech-09/Path-finding-Visualizer
This will help in visualizing different path-finding algorithms.
Language: JavaScript - Size: 11.5 MB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

YossiCohen/Heuristic-Search-Max
Implementation of Max problems: Grid, SIB, MASIB
Language: C# - Size: 1.09 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

NeillJohnston/classic-tetris-bot
Script + utility for bots to play NES Tetris on the FCEUX emulator.
Language: C++ - Size: 200 KB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 2 - 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 at: 5 days ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 1

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 at: about 2 years ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 1

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: 17 days ago - Pushed at: 17 days ago - Stars: 1 - Forks: 0

deepbiolab/star-route-planning.cpp
A C++ project for route planning utilizing the A* search algorithm with OpenStreetMap data.
Language: C++ - Size: 6.68 MB - Last synced at: 28 days ago - Pushed at: 5 months 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: 11 days ago - Pushed at: over 1 year 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: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - 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 at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

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 at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

JoseGabrielNF/labirinto
Labirinto visual com busca em largura, busca heurĂstica e A* em Python.
Language: Python - Size: 135 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

pprobst/npuzzle-solvers
Implementation of various search algorithms to solve 8-Puzzle and 15-Puzzle instances.
Language: C++ - Size: 33.2 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

Hariharan-SV/Car-Pooling
Solving Car pooling problem using branch and bound heuristic beam search
Language: Python - Size: 86.9 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

vinayak1998/Automated-Conference-Scheduler
Optimization of Conference Schedule using AI search methods
Language: C++ - Size: 345 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 2

alpteko/HeuristicOptimization
Projects of Course
Language: Jupyter Notebook - Size: 4.13 MB - Last synced at: about 2 years ago - Pushed at: almost 7 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 at: over 1 year ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

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 at: over 1 year ago - Pushed at: over 7 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 at: about 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

d0x2f/libtaquinsolve
C++ library for solving taquin picture puzzles
Language: C++ - Size: 23.4 MB - Last synced at: 16 days ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

SPL-BGU/BiHS-Consistent-F2E
This is the repository for the papers "Front-to-End Bidirectional Heuristic Search with Consistent Heuristics: Enumerating and Evaluating Algorithms and Bounds" and "Bridging Theory and Practice in Bidirectional Heuristic Search with Front-to-End Consistent Heuristics"
Language: C++ - Size: 28.1 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

iTzFabregas/SP-subway-heuristic-search
A website that helps SĂŁo Paulo metro users, showing the best route to their destination in addition to detailing each stop station
Language: Python - Size: 2.42 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

SPL-BGU/PEM-BiHS
This is the repository for the paper "On Parallel External-Memory Bidirectional Search"
Language: C++ - Size: 1.03 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

joaoalvesss/feup-ia
Artificial Intelligence course
Language: Jupyter Notebook - Size: 4.49 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Vaneeza-7/Minimax-AlphaBeta-for-Tic-Tac-Toe
AI-driven Tic Tac Toe game using Minimax and Alpha-Beta Pruning.
Language: Jupyter Notebook - Size: 9.77 KB - Last synced at: about 2 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

kunalPisolkar24/AI_Lab
Collection of practical codes for Savitribai Phule Pune University's Artificial Intelligence (310258) .
Language: Java - Size: 133 KB - Last synced at: about 2 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Koukyosyumei/MyPlanner
PDDL Solver implemented in C++ from scratch
Language: C++ - Size: 3.56 MB - Last synced at: about 2 months ago - Pushed at: about 1 year 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 at: about 1 year ago - Pushed at: over 1 year 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 at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

duyndh98/CS2223-Programming-Principles
Solving TACI 8-Puzzle using heuristic search
Language: C++ - Size: 18.6 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

pprobst/msc-thesis
đź“– My master's thesis @ UFRGS.
Language: TeX - Size: 3.8 MB - Last synced at: over 1 year ago - Pushed at: over 1 year 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 at: about 1 year ago - Pushed at: about 2 years ago - Stars: 0 - 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 at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

GiovanniBaccichet/biogasOR
Biogas plants fulfillment optimization through operations research techniques ⛽️
Language: Jupyter Notebook - Size: 730 KB - Last synced at: 30 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

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

karlsimsBBC/detect-credits
POC for title and credit sequence detection per series episode.
Language: Jupyter Notebook - Size: 12.2 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

miro-jelaska/simple-genetic-algorithm
Using Genetic Algorithms to find a arbitrary sentance.
Language: JavaScript - Size: 45.9 KB - Last synced at: 5 days ago - Pushed at: over 2 years ago - Stars: 0 - 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 at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - 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 at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

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 at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

tom-weatherhead/a-star-heuristic-search
A* heuristic search
Language: TypeScript - Size: 143 KB - Last synced at: about 1 month ago - Pushed at: almost 4 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 at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

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

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

22victoryy/intro-artif-intel
Artificial Intelligence (Old)
Language: Python - Size: 6.2 MB - Last synced at: 3 months ago - Pushed at: over 4 years 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 at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

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 at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 1

crazypegasusvv/A-Star
implementation of A* search algorithm
Language: C++ - Size: 8.79 KB - Last synced at: about 1 year ago - Pushed at: almost 5 years 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 at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

radusocaci/artificial-intelligence
AI-related projects from university
Language: Python - Size: 271 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

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

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 at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

m3eeza/AI-search-algorithms
Language: Java - Size: 39.1 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

Nenma/ga-hw0
Language: TeX - Size: 146 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

tom-weatherhead/inference
Parsers, interpreters, artificial intelligence, and more.
Language: C# - Size: 561 KB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

Galiold/Search-EightPuzzle
Implementation of some blind and heuristic search algorithms to solve the 8-Puzzle problem
Language: Java - Size: 396 KB - Last synced at: about 2 years ago - Pushed at: almost 6 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

Cranial490/RL_On_Graphs
Implementing Reinforcement learning algorithms consodering graph data structures as MDP.
Language: Python - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

XLekunberri/graph-partition
Graph partition problem for the course "heuristics search"
Language: R - Size: 64.5 KB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

carlosjtacon/uni-artificial-intelligence-basics
artificial intelligence basics @ university of alcalá
Language: Racket - Size: 619 KB - Last synced at: about 1 year ago - Pushed at: almost 7 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 at: 3 days ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 1

mandavaravi/uttt
Language: Python - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - 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 at: over 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 1

programmingLearner/Chinese-chess
Chinese Chess Game and Tree-Search AI in cpp, completed
Language: C++ - Size: 26.4 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - 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 at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

Bartosz-D3V/Hill-climber-and-Simulated-annealing
Implementation of Hill Climber and Simulated Annealing algorithms
Language: Java - Size: 27.3 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

WanjinYoo/CSC421
Artificial intelligence
Language: Java - Size: 99.6 KB - Last synced at: about 2 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

vitocuccovillo/dcstar2-master
A* with a genetic algorithm guidance (python inspyred library)
Language: Python - Size: 3.72 MB - Last synced at: over 1 year ago - Pushed at: over 7 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 at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

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 at: over 1 year ago - Pushed at: 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 at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0
