Ecosyste.ms: Repos

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

GitHub topics: heuristic-search-algorithms

HaaLeo/swarmlib

This repository implements several swarm optimization algorithms and visualizes them. Implemented algorithms: Particle Swarm Optimization (PSO), Firefly Algorithm (FA), Cuckoo Search (CS), Ant Colony Optimization (ACO), Artificial Bee Colony (ABC), Grey Wolf Optimizer (GWO) and Whale Optimization Algorithm (WOA)

Language: Python - Size: 192 MB - Last synced: 3 days ago - Pushed: over 3 years ago - Stars: 486 - Forks: 108

forestagostinelli/deepxube

Learn a domain-specific heuristic function in a domain-independent fashion to solve pathfinding problems while incorporating formal logic.

Language: Python - Size: 34 MB - Last synced: 13 days ago - Pushed: 13 days ago - Stars: 0 - Forks: 0

arnabm14/Automatic_Time_Scheduler

This was my 3rd Year group project in Java to develop a Time Table scheduler in Java using the heuristic approach.

Language: Java - Size: 115 KB - Last synced: 14 days ago - Pushed: about 3 years ago - Stars: 2 - 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: 14 days ago - Pushed: over 3 years ago - Stars: 1 - 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: 24 days ago - Pushed: 25 days ago - Stars: 0 - Forks: 0

pathawks/cs4420-project 📦

Using A* to solve 8 and 15 tile puzzles

Language: Jupyter Notebook - Size: 66.3 MB - Last synced: 26 days ago - Pushed: about 7 years ago - Stars: 0 - 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: 28 days ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

lanl/pyHarmonySearch

pyHarmonySearch is a pure Python implementation of the harmony search (HS) global optimization algorithm.

Language: Python - Size: 118 KB - Last synced: 1 day ago - Pushed: almost 2 years ago - Stars: 79 - Forks: 23

patheloper/pathetic

better google maps for block game

Language: Java - Size: 2.9 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 95 - Forks: 12

pavi2410/WordleSolver

Solves wordle using simple heuristics

Language: Jupyter Notebook - Size: 1.95 KB - Last synced: about 1 month ago - Pushed: about 2 years ago - Stars: 0 - 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: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

conema/AntsBike

An implementation of the Ant Colony optimization algorithm (ACO) for the capacitated vehicle routing problem (CVRP) for bike sharing rebalancing

Language: Python - Size: 11.7 KB - Last synced: about 1 month ago - Pushed: over 3 years ago - Stars: 8 - Forks: 0

Chan-dre-yi/19MIY0031_Chandreyi_AI_LAB

This is a cloned repository, original one by: fakemonk1 named: AI-Search-Algorithm-Implementations. We used this repository to implement and document several commits to the existing code for our LAB EXPERIMENTS of the subject ARTIFICIAL INTELLIGENCE FOR DATA SCIENCE.

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

forestagostinelli/SpecGoal

Code for Specifying Goals to Deep Neural Networks with Answer Set Programming

Language: Python - Size: 4.29 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

NathanWine/2048-AI-Solvers

Collection of AI algorithms to solve/optimize 2048 games.

Language: C++ - Size: 86.9 KB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 4 - Forks: 1

dheeraj-19/ArtficialIntelligence

Repo to store all the concepts and codes that I have learned and worked on in the Artificial Intelligence field

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

krshrimali/heuristics_calculations

A web-based GUI tool to showcase SLD and Manhattan Metrics (P5 JS)

Language: JavaScript - Size: 307 KB - Last synced: about 1 month ago - Pushed: over 6 years ago - Stars: 9 - Forks: 1

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: 14 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

ThinerDAS/dasstudio2016

Magic tower eco-system

Language: C++ - Size: 1.82 MB - Last synced: about 2 months ago - Pushed: almost 7 years ago - Stars: 4 - Forks: 0

moharamfatema/connect-4-python

An advanced version of Connect four game vs. Adversarial search based AI agent with heuristic pruning

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

Laxman824/Projects-Assignments

All of these are some of the academic projects and assignments that have been done at IIT Delhi.

Language: Python - Size: 21.4 MB - Last synced: about 2 months ago - Pushed: 4 months ago - Stars: 3 - Forks: 1

overtane/udacity-aind-p3

Domain independent planner

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

igorxaviers/8-15-puzzle-react

Resolução do 8/15 puzzle através de buscas heurísticas

Language: JavaScript - Size: 320 KB - Last synced: about 2 months ago - Pushed: about 2 years ago - Stars: 2 - Forks: 0

panagiotiskon/Time-Tabling-CSP

🗓 Exam Timetabling Problem

Language: Python - Size: 132 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

LlfeSteal/Genetic_TSP_AI 📦

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

Language: Python - Size: 37.1 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

mateusememe/8-puzzle

Using heuristic search Best-First and A* with BFS (with manhatan distance) methods to solve 8-puzzle

Language: Python - Size: 173 KB - Last synced: about 2 months ago - Pushed: over 2 years ago - Stars: 12 - Forks: 4

Agrover112/fliscopt

Algorithms for flight scheduling optimization.

Language: Python - Size: 70.3 MB - Last synced: 13 days ago - Pushed: 11 months ago - Stars: 39 - Forks: 12

Adamantios/PDDL-Solver

A PDDL Solver in C++.

Language: C++ - Size: 364 KB - Last synced: about 2 months ago - Pushed: 5 months ago - Stars: 12 - Forks: 8

shoham-roy31/CatSwarmOptimization

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

Language: Python - Size: 12.7 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

Koukyosyumei/MyPlanner

PDDL Solver implemented in C++ from scratch

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

IbrahimSquared/visibility-heuristic-path-planner

Highly efficient holistic 2D visibility solution for grid-based environments/maps (C++ and MATLAB)

Language: MATLAB - Size: 7.52 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 8 - Forks: 2

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

brunobaruffi/Algoritmo_Busca-A_Star

Exemplo de algoritmo de busca heurística A-Star

Language: Python - Size: 16.6 KB - Last synced: 3 months ago - Pushed: 3 months 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: 3 months ago - Pushed: 3 months ago - Stars: 1 - Forks: 0

yuxiangdai/pacman_AI

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

chkrr00k/BHESTIE_Tablut

A very simple AI engine that plays a weird game with weird rules because in the end we're all weird. Mirror @ https://gitlab.com/andreabisacchi/BHESTIE_Tablut

Language: Java - Size: 1.05 MB - Last synced: 3 months ago - Pushed: about 5 years ago - Stars: 6 - Forks: 1

alpsayin/genetic-algorithm-matlab

A very simple Genetic Algorithm implementation for matlab, easy to use, easy to modify runs fast.

Language: MATLAB - Size: 43 KB - Last synced: 14 days ago - Pushed: over 2 years ago - Stars: 31 - Forks: 11

robotics-upo/Heuristic_path_planners

Collection of classes and functions to allow 2D/3D path generation with heuristic algorithms such as A*, Theta* and LazyTheta* and ROS Interfaces

Language: C++ - Size: 46.3 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 60 - Forks: 13

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

tabathaviso/UAV-swarm-path-planning

Language: Python - Size: 195 KB - Last synced: 3 months ago - Pushed: 8 months ago - Stars: 9 - 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: 3 months ago - Pushed: 3 months 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: 4 months ago - Pushed: 4 months 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: 4 months ago - Pushed: 4 months 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: 53.7 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

bsladania/KnightTour

Knight's Tour Windows Form Application: implementation of Non Intelligent and Heuristics Methods.

Language: C# - Size: 10.7 KB - Last synced: 4 months ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

ThatDNS/Running-Mazey

Intelligent Mazey finds path through a maze!

Language: JavaScript - Size: 2.24 MB - Last synced: 4 months ago - Pushed: over 4 years ago - Stars: 7 - Forks: 0

sren1618/Pacman_AI_Agents

This project implements autonomous agents using A* Heuristic Search and PDDL Classic Planning for PACMAN Capture the Flag

Language: Python - Size: 120 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

kchristin22/K_select

Find the kth smallest element of an array using MPI. Three different versions have been implemented for this purpose: k-Search, Heuristic Quickselect and Quickselect.

Language: C++ - Size: 428 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - 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: 4 months ago - Pushed: 4 months ago - Stars: 1 - Forks: 0

rainman226/sudoku-solver

Solving sudoku puzzles using a variation of search algorithms

Language: Python - Size: 0 Bytes - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

arawxx/PSO-demonstration

Demonstration of Particle Swarm Optimization (Auto Hyperparameter variant).

Language: Python - Size: 465 MB - Last synced: 4 months ago - Pushed: almost 2 years ago - Stars: 2 - Forks: 3

RyanTonerCode/Pathfinding-Tutorial

This repository accompanies a 3-part lecture series: Introduction to Pathfinding

Language: C# - Size: 125 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

fork52/Sudoku-Solver

Repository for exploring and visualizing different algorithms for solving Sudoku.

Language: Python - Size: 2.6 MB - Last synced: 5 months ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 1

yunyicheng/Search

An AI solver for Sokoban puzzles.

Language: Python - Size: 176 KB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

bhatiaabhinav/AnytimeWeightedAStar.jl

Julia Implementation of Anytime Weighted A* (AWA*) and Randomized Weighted A* (RWA*) algorithm

Language: Julia - Size: 80.1 KB - Last synced: 26 days ago - Pushed: almost 2 years ago - Stars: 3 - Forks: 1

Neo-47/Search-algorithms-on-Pacman

Language: Python - Size: 122 KB - Last synced: 5 months ago - Pushed: about 6 years ago - Stars: 0 - Forks: 1

shaniadicen/hexed-game-ai

A java program that plays a custom standard two-player game called Hexed!

Language: Java - Size: 42 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - 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: 5 months ago - Pushed: 5 months ago - Stars: 1 - Forks: 1

Adidem23/8PuzzleSolver_1.0

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: 14 days ago - Pushed: 6 months ago - Stars: 1 - Forks: 0

OSU-MARS/SEEM

Heuristic methods and growth and yield models for optimization of individual tree selection.

Language: C# - Size: 3.12 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 1 - Forks: 0

Murf-y/Snake-AI

Evolving an AI agent for the Snake Game using a Genetic algorithm

Language: Python - Size: 25.4 KB - Last synced: 6 months ago - Pushed: 6 months 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: 9.77 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

philippnormann/ev-charging-optimization

âš¡ A simulation of finding the shortest charging routes for electric vehicle fleets using ant colony optimization.

Language: Python - Size: 3.22 MB - Last synced: 4 months ago - Pushed: over 1 year ago - Stars: 13 - Forks: 1

kirilchikal/CSP

Implementing CSP with Forward Checking constraint propagation on the example of solving Binary and Futoshiki puzzle

Language: C# - Size: 310 KB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 2 - 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: 6 months ago - Pushed: about 3 years ago - Stars: 1 - Forks: 0

MDCHAMP/FreeLunch

Meta-heuristic optimisation suite for python

Language: Python - Size: 304 KB - Last synced: 7 months ago - Pushed: about 1 year ago - Stars: 47 - Forks: 2

gadgil-devashri/8-Puzzle-A-Star-Search

Repository for programming project one under ITCS 6150 Intelligent Systems under Dr. Dewan Ahmad for the fall 2021 semester. The aim is to solve the 8-puzzle problem using an A star search algorithm based on the heuristic function chosen by the user. The programming language chosen for this project is Python 3

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

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

jakobbossek/omnioptr

Interface to Omni-optimizer heuristic by Deb and Tiwari.

Language: C - Size: 554 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 1

damiano00/ISMAI_assignment_3_GTS

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

Language: Python - Size: 47.9 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

BurnedTeam/ProyectoIASI

Artificial Intelligences project where we will make a robot learn to get out of a maze.

Language: Jupyter Notebook - Size: 378 KB - Last synced: 8 months ago - Pushed: 12 months ago - Stars: 1 - Forks: 1

YashTrikannad/fmt_star_ros

Informed FMT (Fast Marching Tree) Star Planning ROS Action Server

Language: C++ - Size: 705 KB - Last synced: 8 months ago - Pushed: about 4 years ago - Stars: 14 - Forks: 7

himelbrand/classic-ai

Classic AI problems including search and planning.

Language: Python - Size: 566 KB - Last synced: 8 months ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

nepiskopos/blocks-world

Artificial intelligence automated planning and scheduling.

Language: Python - Size: 6.84 KB - Last synced: 8 months ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

nirjarigandhi/Sokoban-Game-Tree-Searching

Language: Python - Size: 264 KB - Last synced: 8 months ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

nirjarigandhi/Sokoban-State-Searching

Language: Python - Size: 78.1 KB - Last synced: 8 months ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

AP-Atul/SnakeAI

AI for Snake game using A star algorithm

Language: Python - Size: 16.6 KB - Last synced: 14 days ago - Pushed: over 3 years ago - Stars: 4 - Forks: 0

selcukeskil/tabu-search-algorithm-in-Python-for-Capacitated-Plant-Location-Problem

As alternative heuristic technique; tabu search algorithm is implemented in Python for a capacitated plant location (CPL) problem. Details on implementation and test results can be found in this Github repository.

Language: Python - Size: 57.6 KB - Last synced: 8 months ago - Pushed: about 2 years ago - Stars: 6 - Forks: 1

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: about 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

cflaviu/generic-a-star

Generic A star (A*) incremental algorithm

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

anmold-07/Optimal-Power-Flow-using-Simulated-Annealing

Implementation of Optimal Power Flow using Simulated Annealing.

Language: MATLAB - Size: 46.9 KB - Last synced: about 1 month ago - Pushed: over 5 years ago - Stars: 7 - Forks: 1

washwin/Artificial-Intelligence-lab

A collection of ai algorithms

Language: Python - Size: 7.82 MB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

Mohaimin41/Artificial_Intelligence_Lab

Lab codes for Artificial Intelligence Lab of Level 3 Term 2 at BUET CSE undergrad

Language: C++ - Size: 3.14 MB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - 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: 9 months ago - Pushed: 9 months ago - Stars: 1 - Forks: 0

JVogel27/PathFinder

An A* approach to orienteering in Mendon Ponds Park

Language: Python - Size: 56.5 MB - Last synced: 9 months ago - Pushed: over 7 years ago - Stars: 1 - Forks: 0

KooroshRH/SearchAlgorithms

Solving a card game with three search algorithms: BFS, IDS, and A*

Language: Python - Size: 49.8 KB - Last synced: 9 months ago - Pushed: over 2 years ago - Stars: 5 - Forks: 0

z-sheb/puzzles-search-algorithms

The notebook contains the description and implementation of 2 search algorithms:

Language: Jupyter Notebook - Size: 23.4 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

aubin-tchoi/flappy_bird

Tree-based algorithms for solving a game of Flappy Bird.

Language: Jupyter Notebook - Size: 7.31 MB - Last synced: 9 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

acarlson99/npuzzle

N-Puzzle solver using A* supporting multiple heuristics

Language: Go - Size: 1.51 MB - Last synced: 9 months ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

MagmaArcade/Tree-Search-Algorithms

This Tree-Based Search Algorithms for Pathfinding implement DFS, BFS, RS, A*, and GBFS algorithms, which are compared to identify the most efficient pathfinding. The project assesses performance, heuristics, and optimizations while visually demonstrating algorithm behaviour.

Language: C# - Size: 239 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

ElhNour/flow_shop_scheduling

Size: 3.29 MB - Last synced: 10 months ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

rkapobel/Algo3-2c-2016

Algorithmia: Backtracking, Prefix Sums problems, Multiple Knapsack problem (Dinamyc programing). Adapted BFS, Kruskal, Dijkstra implementations. Heuristics, Greedy algorithms, k-opt search.

Language: C++ - Size: 144 MB - Last synced: 10 months ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

Haydart/NQueensProblem

Project focuses on optimised implementation of Backtracking and Forward Checking algorithms in order to find all solutions of the N Queens problem

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

pdrm83/py2opt

How to solve the traveling salesman problem with the 2-opt algorithm, a fast heuristic search algorithm.

Language: Python - Size: 30.3 KB - Last synced: 29 days ago - Pushed: over 1 year ago - Stars: 32 - Forks: 8

mrprajesh/pace2018

This is a code base for various algorithms implemented for the PACE 2018 Challenge.

Language: C++ - Size: 197 KB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 0 - 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

nieves-abalos/aind-planningsearch

project submitted at AIND (May cohort)

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

FFloresM/tarea1IA

ejercicios de búsqueda en inteligencia artificial

Language: Jupyter Notebook - Size: 192 KB - Last synced: 10 months ago - Pushed: almost 5 years ago - Stars: 0 - Forks: 0

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: 10 months ago - Pushed: over 5 years ago - Stars: 1 - Forks: 0

Related Keywords
heuristic-search-algorithms 293 artificial-intelligence 73 python 46 heuristics 44 ai 41 astar-algorithm 31 java 26 search-algorithm 25 heuristic-algorithm 22 a-star-algorithm 21 heuristic-search 20 genetic-algorithm 20 optimization-algorithms 19 optimization 18 python3 17 bfs 16 alpha-beta-pruning 15 a-star-search 15 heuristic 14 pathfinding 13 cpp 13 algorithm 12 8-puzzle 12 dfs-algorithm 12 minimax-algorithm 12 a-star 12 travelling-salesman-problem 12 bfs-algorithm 12 breadth-first-search 12 astar 11 searching-algorithms 11 uniform-cost-search 11 game 11 graph-algorithms 11 dfs 11 depth-first-search 10 informed-search 10 adversarial-search 10 algorithms 9 artificial-intelligence-algorithms 8 metaheuristic-optimisation 8 matlab 8 heuristic-optimization 7 sudoku-solver 7 metaheuristic-algorithms 7 n-puzzle 7 15-puzzle 7 swarm-intelligence 7 path-planning 7 manhattan-distance 7 8-puzzle-solver 6 prolog 6 graph 6 uninformed-search 6 vehicle-routing-problem 6 astar-search-algorithm 6 astar-pathfinding 6 javascript 6 hill-climbing-search 6 ant-colony-optimization 6 forward-checking 5 puzzle 5 planning-algorithms 5 pygame 5 backtracking-algorithm 5 neural-network 5 c-plus-plus 5 maze-solver 5 evolutionary-algorithms 5 greedy-algorithms 5 reinforcement-learning 5 tsp 5 metaheuristics 5 bio-inspired-optimization 5 evolutionary-computation 4 aco 4 csp 4 tabu-search 4 blocksworld 4 tsp-problem 4 solver 4 planning 4 hill-climbing 4 computer-science 4 visualization 4 backtracking 4 greedy-best-first-search 4 dijkstra-algorithm 4 optimisation-algorithms 4 best-first-search 4 simulated-annealing 4 particle-swarm-optimization 4 deep-learning 4 machine-learning 4 c 4 greedy-algorithm 4 multi-objective-optimization 3 constraint-satisfaction-problem 3 traveling-salesman-problem 3 pacman 3