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

GitHub topics: heuristic-search-algorithms

oznurakyuz/2DMazeSolver 📦

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

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

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

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

RJPenic/CVRPTW

Capacitated Vehicle Routing Problem with Time Windows

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

callmesora/Route-Planning-GPS-App

C++ Route Planning with AI Heuristics and OpenStreetMap

Language: C++ - Size: 2.41 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - 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: almost 4 years ago - Stars: 1 - Forks: 0

IliesChibane/metaheuristic_project Fork of ayoubhammal/metaheuristic_project

Solving the mystic square problem using DFS, BFS, A*, PSO and GA

Language: Java - Size: 927 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

shamo0/slidingPuzzle

4x4 15 piece sliding puzzle solution using A* and IDA* algorithms (Python implementation)

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

Razvan48/Chess-AI

A Chess AI able to play at an ELO rating of 1300 points

Language: C++ - Size: 2.52 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - 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: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

ashcode028/Road-search

Prolog program for Search of a road-route from any city A to any other city B

Language: Jupyter Notebook - Size: 223 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Subangkar/N-Puzzle-Problem-CPP-Implementation-using-A-Star-Search

A C++ implementation of N Puzzle problem using A Star Search with heuristics of Manhattan Distance, Hamming Distance & Linear Conflicts

Language: C++ - Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 9 - Forks: 2

sumalemambo/ai_usm

Repository of [INF295] Artificial Intelligence at UTFSM.

Language: C++ - Size: 1.04 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

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

GiacomoPorpiglia/VisualPathFinding

In this pure javascript demo, you will be able to see the most famous path-finding algrithms in action, with nice animations and intuitive customizations of the paths!

Language: JavaScript - Size: 48.8 KB - Last synced at: over 2 years ago - Pushed at: over 2 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

sraaphorst/dispersive-flies-optimization

A Python implementation of the Dispersive Flies Optimization algorithm, and an implementation to find Steiner systems

Language: Python - Size: 14.6 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 3 - 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: 8 days ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

joaomota59/jogoDosOito

🕹 Algoritmo que resolve o jogo dos oito por busca em profundidade(sem estados visitados), busca em largura(com estados visitados), busca gulosa(com estados visitados) e busca a*(com estados visitados). Podendo mostrar passo a passo das escolhas dos nós e mostrando a árvore resultante(até um certo limite ou completa) do método de busca selecionado.

Language: Python - Size: 19.5 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 3

adar2/Maze-Solver

implementation of informed and uninformed search algorithms: UCS, IDS, A*, Bi directional A* and IDA*.

Language: C++ - Size: 220 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 2

schiegl/AntColony.jl

A Julia package for ant colony optimization

Language: Julia - Size: 66.4 KB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 5 - Forks: 1

theamusal/Heuristic01

Intro to AI heuristic test

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

aas1992/Adapted-GRASP-DL

Adapted GRASP algorithm developed by researchers from the Informatics Center of the Federal University of Pernambuco - UFPE to optimize Deep Learning architectures for tabular data classification.

Language: Python - Size: 15.1 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

jpsaturnino/ia8puzzle

[PROJECT CLASS] Solved 8puzzle game with Heuristic Search Algorithms. Used ReactJS, NodeJS, MySQL to accomplish the project.

Language: JavaScript - Size: 2.72 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

AmrHendy/risk-game Fork of Arsanuos/RiskGameWithAI

A Web-based implementation of risk game with intelligent agents and human interaction.

Language: CSS - Size: 8.58 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

assafcarlsbad/Joust

Final project for course 20596: Prolog programming and aspects to artificial intelligence.

Language: Prolog - Size: 186 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

2lkacemi/optimisation_project

project for module Artificial Intelligence

Language: Java - Size: 88.9 KB - Last synced at: 4 months ago - Pushed at: almost 3 years ago - Stars: 0 - 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: about 4 years ago - Stars: 1 - Forks: 0

ozgunyargi/Modified-Genetic-Algorithm-for-TSP

This repository simulates an experiment on genetic algorithm application in TSP with modifications.

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

jackperlo/bachelor-thesis

This repo contains my Bachelor Degree project. It consists in a AI which exploits A* Algorithm to generate AleaGame levels and A* Variant to solve them.

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

chrispanag/a-star-search-navigation

A command line native Java application that searches for the best route between two points on an OpenStreet Map. A project for the Artificial Intelligence course (ECE NTUA)

Language: Java - Size: 1.31 MB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 9 - Forks: 0

RTHKKona/RegoAI

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

Size: 220 KB - Last synced at: 11 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

prs98/Transportation_Planning

Identified and explained in detail the gaps and possible future works for improvement in two popular research papers that used heuristic and meta-heuristic algorithms to solve multi-objective vehicle routing problem with time window and drones.

Size: 5.3 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

Whitelisted2/CS312-AI-Lab

This repository contains files related to Artificial Intelligence (Spring 2022).

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

LeoDuhz/intro2ai_eight_puzzle

project of intro2ai class, eight puzzle problem

Language: C++ - Size: 3.68 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

panagiotiskon/AI-Pacman-Project-1-Berkeley

🎲Berkeley Project 1

Language: Python - Size: 8.79 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

HebaFahmy99/Deletive-Editing-Problem

Deletive Editing problem solved by using Prolog

Language: Prolog - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - 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: almost 3 years ago - Stars: 1 - Forks: 2

FotiosBistas/Cannibals-and-missionaries

A generalized version of the problem

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

prs98/Bag_runner_optimization_in_an_airport_operation

A heuristic goal programming, binary LP built using Gurobi/Python that picks best gate route from pareto solution pool to reduce flight delay due to baggage delivery at finite number of departure gates by a baggage handling vehicle which tows finite number of carts in an airport operation.

Language: Jupyter Notebook - Size: 1.96 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - 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: 11 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

walcht/fancy-pathfinder

Visualize, benchmark and play with different pathfinding algorithms in a highly customizale grid.

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

AntonioFuziy/DNA_mutation_detector

A C++ project to detect mutations on DNA sequence, comparing two DNA samples. This project was built based on a Supercomputing subject and some classic algorithms are used in this project, such as Smith Waterman, Random Local Search and Exaustive Search

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

DevanshMistry890/AI_GTU_3161608

Solutions to Experiments of ARTIFICIAL INTELLIGENCE GTU 3161608

Language: Prolog - Size: 29.3 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

cybr17crwlr/A-Star-8-puzzle-Python

A code to solve 8 Puzzle game using A star algorithm.

Language: Python - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 5 - Forks: 11

pri1311/8-puzzle

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

alphaWizard/8-sliding-puzzle-solver

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

faisal-ansarii/8-puzzle-problem-heuristic-misplaced-tiles-ai-python

The puzzle can be solved by moving the tiles one by one in the single empty space and thus achieving the Goal state. Instead of moving the tiles in the empty space we can visualize moving the empty space in place of the tile. The empty space cannot move diagonally and can take only one step at a time

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

misrraimsp/othelloGame

Othello Game Implementation

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

masiiie/pacman-search-ia

Language: Python - Size: 249 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - 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: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 1

SasankYadati/8puzzle

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

Language: C++ - Size: 17.6 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 5 - Forks: 2

alieldinayman/8-puzzle-astar-solver

A (3x3) 8-Puzzle solver using A* Heuristics, and Best-First Search (BFS) Algorithms in a priority queue data structure

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

pavi2410/WordleSolver

Solves wordle using simple heuristics

Language: Jupyter Notebook - Size: 1.95 KB - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

huynhtuandat05december/CSE-Introduction_To_AI

Introduction to Artificial Intelligence-BKU-CS

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

yashasvibmishra/A-star-Algorithm-Implementation

A* A star Algorithms for the map of Romania

Language: Python - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - 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: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

fshi3/AIconnect4

AI playing connect 4 using heuristic mini-max with alpha beta pruning

Language: Java - Size: 19.5 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

Qutadah/bubble-breaker-with-genetic-algorithm-low-level-heuristics

A bubble-breaker Javascript, coupled with a genetic algorithm to solve it. Heuristic search functions to be added later to search grids of bubbles and compare fitness.

Language: JavaScript - Size: 191 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

elaysason/Deterministic-Drone-Problem

In this problem we are the head of a delivery agency and try to deliver the packages in the shortest time possible.

Language: Python - Size: 42 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

nasif-mahmood/eight-square-puzzle

Eight Square Puzzle problem AI solver Project

Language: Java - Size: 17.6 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

djamelrassem/travel-salesman-problem

travel salesman problem

Language: Jupyter Notebook - Size: 152 KB - Last synced at: over 2 years ago - Pushed at: over 3 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 at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 1

akaysh/SpiderMonkey.jl

A Julia package for Spider Monkey Optimization.

Language: Julia - Size: 523 KB - Last synced at: 5 months ago - Pushed at: over 3 years ago - Stars: 9 - Forks: 0

khalidsaifullaah/8-Puzzle-A-Star-Search

The 8-puzzle game and also lets the user get it solved by the (A* heuristics based) A.I

Language: JavaScript - Size: 45.9 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

IliasElabbassi/Heuristic_optimization

Heuristic optimization work for university. Optimize the ordering of task. By using optimization algorithm and methods. Like the local search hillclimbing etc.

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

leylatulu/Heuristic-Optimization-Algorithms

Heuristic algorithms are written from scratch.

Language: C++ - Size: 80.1 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

sunaku/knights-tour

Knight's Tour algorithm in C, OpenGL, and Cg. This was my final project for CMPE-220 at UCSC during Winter 2007.

Language: C - Size: 109 KB - Last synced at: 3 months ago - Pushed at: almost 15 years ago - Stars: 3 - Forks: 0

hofarah/AI_search_methods

Language: Java - Size: 47.9 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - 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: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

dschmitz89/ampgo Fork of andyfaff/ampgo

Adaptive memory programming for Global Optimization

Language: Python - Size: 55.7 MB - Last synced at: about 2 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Subangkar/Artificial-Intelligence-CSE-318-BUET

Assignments of Artificial Intelligence Sessional Course CSE 318 in Level-3, Term-2 of CSE, BUET

Language: C++ - Size: 2.05 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 3

AntoineSebert/AICoursework

A heuristic search algorithm to the River crossing problem

Language: Java - Size: 2.01 MB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

tahaShm/ai-search

This project contains uninformed and informed search methods to solve a problem.

Language: HTML - Size: 1.2 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

vipul43/a_star_search_algorithm

graph search using A star search algorithm in python3

Language: Jupyter Notebook - Size: 127 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

jfg143/Max-cut

MaxCut SS

Language: Java - Size: 52.7 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 2 - 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: 2 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

MonwarAdeeb/A-Star-Path-Finder-Visualizer

A Python visualization of the A* path finding algorithm. It allows you to pick your start and end location and view the process of finding the shortest path.

Language: Python - Size: 52.7 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

ali-ece/Multi-Objective-Inclined-Planes-system-Optimization-MOIPO-

Multi-objective optimization based on sloping plate optimization algorithm called Multi-objective Inclined Planes system optimization algorithm (MOIPO) is presented in this link. The proposed method uses the concept of Pareto optimization to identify non-dominant positions and an external tank to maintain these positions.

Size: 1.29 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

dsaw/perfect_game_player

Plays board games using Minimax algorithm

Language: Python - Size: 52.7 KB - Last synced at: 10 months ago - Pushed at: over 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: over 4 years ago - Stars: 1 - Forks: 0

newsteps8/15-Puzzle-AI-Based-Game

Language: C++ - Size: 846 KB - Last synced at: over 1 year ago - Pushed at: over 4 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 at: over 2 years ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 2

adhikary97/Sokoban-AI-Solver

Solves Sokoban Puzzles using A* search, UCS algorithms and heuristic functions

Language: Python - Size: 8.79 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 2 - 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 at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - 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: 2 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

RadostinaIvanova/Sliding-Puzzle

Solving the Sliding puzzle with 8 pieces using A* algorithm

Language: C++ - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

shizakhalidi/Eight-Puzzle-Game-Code

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

Language: Python - Size: 16.6 KB - Last synced at: 7 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

LucasSonego/hillclimb-for-n-queens-problem

Using HillClimb algorithm to solve the N Queens problem

Language: JavaScript - Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

SamuelSSan28/PROJETO-E-ANALISE-DE-ALGORITMOS

Trabalhos desenvolvidos durante a disciplina

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

hetankevin/Schedule-Opt

Daniel and I were trying to save UM students from bad schedule decisions, but realized that we were in over our heads here. It's a huge, huge tree of prerequisites that we don't have the data for. Instead, here we have two optimization heuristics (hill climbing and simulated annealing), the core of the project, written in Python.

Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

caiosuarez/AP1-BUSCA

Solução de jogo 8 Puzzle com algoritmo de Busca A*

Language: JavaScript - Size: 33.2 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

omorest/Coche-Autonomo

Language: C++ - Size: 664 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

onkolahmet/TSP

using 2-opt algorithm with fast and guided local search heuristics

Language: Java - Size: 409 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

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: 3 months ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

belal-bh/House-Attack

This is an artificial intelligence based game .The aim of this game is to find out the required ( try to find out shortest path ) path to attack the opponent house.

Language: Python - Size: 16.8 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

hiiroo/ModernHeuristics

Collection of heuristic and meta-heuristic algorithms coded in Python.

Language: Python - Size: 73.2 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

mddragnev/8-puzzle

A* algorithm solving 8-puzzle game

Language: C++ - Size: 6.84 KB - Last synced at: 7 days ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

tlan95/Udacity-AI-nanodegree-project2-Build-a-Forward-Planning-Agent

My code and report of Udacity AI nanodegree project2 Build a Forward-Planning Agent

Language: Python - Size: 408 KB - Last synced at: 2 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

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