Ecosyste.ms: Repos

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

GitHub topics: heuristic-algorithm

xayahrainie4793/minimal-elements-of-the-prime-numbers

Minimal elements for the base b representations of the prime numbers > b for the subsequence ordering, for 2 ≤ b ≤ 36

Language: C++ - Size: 166 MB - Last synced: 14 days ago - Pushed: 14 days ago - Stars: 1 - Forks: 0

Bokhtiar-Adil/Vikings-chess-Hnefatafl

An AI based board game developed with Pygame.

Language: Python - Size: 595 KB - Last synced: 15 days ago - Pushed: 15 days ago - Stars: 3 - Forks: 2

akshayyewle/Statistical-Analysis

Language: Jupyter Notebook - Size: 24 MB - Last synced: 15 days ago - Pushed: 15 days ago - Stars: 0 - Forks: 0

ay0408/Optimized-RR

Privacy-Optimized Randomized Response for Sharing Multi-Attribute Data

Language: Jupyter Notebook - Size: 629 KB - Last synced: 16 days ago - Pushed: 16 days ago - Stars: 1 - Forks: 0

fernandezfran/galpynostatic

:zap::battery: A Python/C++ package with physics-based models to predict optimal conditions for fast-charging lithium-ion batteries

Language: Python - Size: 5.09 MB - Last synced: 21 days ago - Pushed: 22 days ago - Stars: 5 - Forks: 1

ehmicky/guess-json-indent

Guess the indentation of a JSON string.

Language: JavaScript - Size: 5.1 MB - Last synced: 25 days ago - Pushed: 25 days ago - Stars: 4 - Forks: 1

alfreddLUO/AIAlgorithmForWolvesEatsSheepGame

Year 3 SemB CS4386 AI Game programming HW2: Implement alpha-beta pruning minmax algorithm with self-designed heuristic evaluation function for both player(Wolves and sheep)to play Wolf eats Sheep Game.

Language: Python - Size: 11.2 MB - Last synced: 29 days ago - Pushed: 5 months ago - Stars: 1 - Forks: 0

caohch-1/Tetris-AI

Codes and Reports for Final Project of CS181-21-FA, ShanghaiTech. Using reinforcement learning and heuristic methods to play Tetris.

Language: Python - Size: 99.3 MB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 2 - Forks: 3

MinorEmbedding/graph-embedder

Testing a bunch of graph minor embedding heuristics.

Language: C++ - Size: 3.75 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 7 - 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

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

PKUcoldkeyboard/AntTreeSearch

C++ implementation of Arboreal-Ants(https://github.com/shivamg13/Arboreal-Ants)

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

emrectn/NpuzzleSolve

Npuzzle solve with A* Algorithm

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

manuelpagliuca/heuristic-algorithms-notes

Italian notes for the course of "Heuristic Algorithms", LateX, A.A. 2021/2022 for M.Sc.'s in Computer Science.

Language: TeX - Size: 150 MB - Last synced: about 2 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

nagarx/Using_Simulated_Annealing_for_the_Traveling_Salesman_Problem

Implementation of the Simulated Annealing (SA) algorithm to tactically solve the Traveling. The project involves constructing an adjacency matrix to model inter-city distances, iteratively refining solutions through stochastic alterations influenced by a dynamically adjusted temperature parameter, and employing the Metropolis acceptance criterion.

Language: Jupyter Notebook - Size: 547 KB - Last synced: about 2 months ago - Pushed: 6 months ago - Stars: 0 - 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

ildoonet/simulated-annealing-for-tsp

This code is to solve traveling salesman problem by using simulated annealing meta heuristic.

Language: C++ - Size: 2.38 MB - Last synced: 2 days ago - Pushed: over 6 years ago - Stars: 27 - Forks: 5

jd-kowal/__TFR__

Project created using Python with PyGame based on Heuristic Algorithms.

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

expellialbus/Astar-Algorithm

This repository contains an implementation of Astar Algorithm to solve Nine Men's Morris game.

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

DubingXiang/light_or

light_or is a tool that help you develop Operational Research algorithms to solve combinatorial optimization problems.

Language: C++ - Size: 2.09 MB - Last synced: 29 days ago - Pushed: 29 days ago - Stars: 2 - Forks: 1

dimglyn/score4-minimax

Minimax implementation for my Artificial Intelligence class

Language: Java - Size: 352 KB - Last synced: 3 months ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

AntoinePassemiers/MKP

Heuristic Solver for the Multidimensional Knapsack Problem

Language: C - Size: 37.1 KB - Last synced: 3 months ago - Pushed: almost 6 years ago - Stars: 3 - Forks: 2

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

rvhuang/linq-to-astar

A* written in C#, used with LINQ.

Language: C# - Size: 313 KB - Last synced: about 1 month ago - Pushed: about 5 years ago - Stars: 121 - Forks: 12

Jose-agg/InteligenciaArtificial

Artículos y trabajos relacionados con la Inteligencia Artificial

Language: TeX - Size: 5.66 MB - Last synced: 4 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

r-rudra/tidycells

Automatic transformation of untidy spreadsheet-like data into tidy form

Language: R - Size: 2.81 MB - Last synced: 3 months ago - Pushed: almost 2 years ago - Stars: 84 - Forks: 10

kentselwyn/ML_ImageCaptioning

Repository for the final project of Group 8 in the Introduction to Machine Learning (CS 460200) course provided at National Tsing Hua University by professor KUO, PO-CHIH. The project uses GRIT and DeepFace to combine Image Captioning and Face Recognition to aid visually impaired people in recognizing Images.

Language: Python - Size: 37.6 MB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 1 - Forks: 0

francescapoli98/minihack-agent

Repository of the Artificial Intelligence Fundamentals [AIF] course's final project using MiniHack, a.y. 2023/24.

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

theyusko/tsp-heuristics

Language: Python - Size: 33.7 MB - Last synced: 19 days ago - Pushed: about 6 years ago - Stars: 20 - Forks: 12

techandy42/decision-making-heuristic-algorithms

Basic decision-making problems solved using heuristic algorithms implemented in Java and Python.

Language: Java - Size: 39.1 KB - Last synced: 5 months ago - Pushed: 8 months ago - Stars: 1 - Forks: 0

RicardoRibeiroRodrigues/genetic-algorithm-bin-knapsack

C++ implementation of a genetic algorithm for the binary knapsack problem.

Language: C++ - Size: 4.88 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

dpopiel84/-Heuristic-algorithm-for-ring-cutting-stock-problem-

Heuristic algorithm for 2D ring cutting-stock problem

Size: 8.79 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

egedemirci/Maximum-Set-Packing

Algorithm analysis of NP-Hard problem called Maximum Set Packing.

Language: Jupyter Notebook - Size: 2.29 MB - Last synced: 6 months ago - Pushed: 12 months ago - Stars: 0 - Forks: 0

songlei00/bbo

Black-box optimization for real-world scenario

Language: Python - Size: 26.4 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

yusufEk1n/ant-colony-tsp

C# dilinde Karınca Kolonisi Optimizasyonu kullanarak TSP'yi çözmek

Language: C# - Size: 771 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

rdalmarco/metodos-quantitativos

Estudos focados na resolução de problemas de otimização com o uso da computação.

Language: Python - Size: 271 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 1 - Forks: 0

mahdims/CluVRP-solver

Clustred Vehicle Routing Problem (CluVRP) Simple, Fast and Flexible Solver

Language: Python - Size: 86.3 MB - Last synced: 7 months ago - Pushed: about 2 years ago - Stars: 5 - Forks: 2

shah314/graphcoloring

JCOL: A Java package for solving the graph coloring problem (a heuristic)

Language: Java - Size: 1.8 MB - Last synced: 7 months ago - Pushed: over 3 years ago - Stars: 5 - Forks: 3

tomsiemek/imperialistic-competitive-algorithm-visualisation

Visualisation of imperialistic competitive algorithm. Works in browser.

Language: JavaScript - Size: 1.61 MB - Last synced: 8 months ago - Pushed: over 4 years ago - Stars: 3 - Forks: 3

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

MarioCela/Biogas_Location_and_Supply_Problem_OR Fork of GiovanniBaccichet/biogasOR

Biogas Location and Supply Problem - Foundations of Operations Research Big Project 2023 - Politecnico di Milano

Language: Jupyter Notebook - Size: 747 KB - Last synced: 8 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

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

lucadivit/CrystalStructureAlgorithm

Current repository contains my implementation of Crystal Structure Algorithm.

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

megaVE/dsa-3-tasks

My solution for the proposed tasks from the Data Structures and Algorithms III discipline, during the 3rd period of the course | Resolução minha dos trabalhos propostos durante a disciplina de Algoritmos e Estruturas de Dados III no 3º Período do curso

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

alvaroseco/Using-genetic-algorithms-for-advertising-campaigns

This repository contains the files related to the paper 'Using genetic algorithms for advertising campaigns', carried out by Álvaro Seco, Natalia López and Fernando Rubio.

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

KMeirazhdinov/QSPP_BRUSSELS_INSTANCE

The implementation of the heuristic to solve the Quadratic Shortest Path Problem.

Language: MATLAB - Size: 1.86 MB - Last synced: 9 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

eren-darici/COMSOAL-Solver

Solver for heuristic method called COMSOAL (computer method for sequencing operations for assembly lines)

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

Sharp0802/TeamMatcher 📦

A cross-platform stable team matcher with heuristic algorithms, written in pure C#. 팀 섞어주는 프로그램. 그런데 이제 순수 C#으로 구현된, 안정적이고 휴리스틱한 알고리즘으로.

Language: C# - Size: 40 KB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

rgaveiga/mosa

Multi-objective Simulated Annealing (MOSA) implementation in pure Python.

Language: Jupyter Notebook - Size: 8.49 MB - Last synced: about 1 month ago - Pushed: 11 months ago - Stars: 4 - 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

garciparedes/integer-programming-heuristics

Set of heuristics to take advantage on Integer Programming problems significantly faster with high accuracy.

Language: Jupyter Notebook - Size: 16.8 MB - Last synced: 10 months ago - Pushed: about 6 years ago - Stars: 3 - Forks: 0

martineq/Heuristica-Modelo-Kruskal

Proyecto con aplicación de Heurísticas (Modelo Kruskal) realizado en 2013

Language: C++ - Size: 2.93 KB - Last synced: 10 months ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

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

alaattinyilmaz/3-color

An analysis of a NP-Complete Graph Colouring problem 3-Colourability and an approximate algorithm analysis that solves 3-COL.

Language: C++ - Size: 2.86 MB - Last synced: 10 months ago - Pushed: about 6 years ago - Stars: 1 - Forks: 0

KailinLi/SmartLab-Training

Laboratory of Smart Computing and Optimization Summer Practice

Language: C++ - Size: 6.02 MB - Last synced: 10 months ago - Pushed: about 6 years ago - Stars: 1 - Forks: 0

SalamanderXing/typescript-parallel-genetic-algorithm

A genetic parallel optimizer written in TypeScript using Deno

Language: TypeScript - Size: 22.4 MB - Last synced: 10 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

pq01pq/Harmony-Search-py

Harmony Search algorithm implemented in python with object oriented programming.

Language: Python - Size: 58.6 KB - Last synced: 10 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

Giovanny-Encinia/Programacion-y-algoritmos-1

Tareas y proyectos de la materia Programación y Algoritmos del CIMAT en el programa PCC

Language: C - Size: 7.82 MB - Last synced: 11 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

DavisStanko/battlesnake

My Battlesnake

Language: Python - Size: 23.4 MB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 1 - Forks: 0

Sankhadip-Roy/Degrees

cs50 ai project 0a

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

darian-catalin-cucer/monte-carlo-tree-search

A decision-making algorithm used for game playing and decision-making problems. This algorithm combines the power of Monte Carlo simulation with the depth of tree search to find the best move or action. This GitHub project implements MCTS in Kotlin to solve decision-making problems efficiently.

Language: Kotlin - Size: 1.95 KB - Last synced: 4 months ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

gabriellesantosleandro/Process-Mining-Process-Discovery

Jupyter Notebook detalhando o uso da Biblioteca PM4PY na Descoberta do Processo.

Language: Jupyter Notebook - Size: 4.54 MB - Last synced: 11 months ago - Pushed: almost 4 years ago - Stars: 2 - Forks: 0

Samirnunes/operational-research-renner-vehicle-routing

Case proposto pela loja de roupas Renner, que foi resolvido como projeto da disciplina de PO-202 e que se trata do clássico Vehicle Routing Problem com a adição de Time Windows, tempos de descanso, dias da semana e restrições envolvendo turnos.

Language: Jupyter Notebook - Size: 3.1 MB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 2 - Forks: 0

zeynepturkmen/k-Clique-Problem

Comprehensive analysis of the NP-Complete problem k-Clique

Language: C++ - Size: 7.38 MB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

cuishuhao/HDA

codes for Heuristic Domain Adaptation (NeurIPS2020)

Language: Python - Size: 6.28 MB - Last synced: 8 months ago - Pushed: about 3 years ago - Stars: 56 - Forks: 9

bulentsiyah/Annealing-Simulation-and-Taboo-Search-Algorithms-and-Traveling-Salesman-Problem 📦

Annealing Simulation and Taboo Search Algorithms and Traveling Salesman Problem (C#)

Language: C# - Size: 18.6 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 20 - Forks: 1

LMesaric/Aerial-Resource-Scheduler

MSc Thesis at FER led by Lea Skorin-Kapov, PhD and Nina Skorin-Kapov, PhD

Language: C++ - Size: 513 MB - Last synced: 4 months ago - Pushed: 12 months ago - Stars: 3 - Forks: 0

namwoam/or-midterm

The midterm project for 2023 IM2010 Operastions Research

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

mahmoud-mohsen97/Travelling-salesman-problem-using-some-Random-Search-Algorithms

Solving The Travelling salesman problem using some Random Search Algorithms

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

0x41gawor/oast-proj

This repository contains solution to the "DDAP/DAP solved with evolutionary algorithm" project of the course "OAST - Optimization and Analysis of ICT networks" realized during the winter semester of 2022 on the Warsaw University of Technology.

Language: Kotlin - Size: 1.6 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

avdeev/sudoku

Generating Sudoku, the heuristic algorithm for solving algorithm and exhaustive search.

Language: JavaScript - Size: 254 KB - Last synced: 5 months ago - Pushed: over 9 years ago - Stars: 1 - Forks: 0

ranxi2001/MCM-Model-Learning

数学建模算法学习仓库-启发式算法仓库

Language: Python - Size: 43 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 3 - Forks: 1

weOptimize/PPSP_simheuristic_wCorrelat-Interrupt

My first simheuristic for project portfolio optimization

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

ahmadali-jamali/Puzzle-4-4-solving

Language: Python - Size: 2.93 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 4 - 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

cakirmuha/DiscreteOptimizationProblems

Knapsack, Graph Coloring, Vehicle Routing Problems of Discrete Optimization Course from Master of Computer Engineering Department in Istanbul Technical University

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

mrpritt/hetFS

Code and data for "Flow shop scheduling with heterogeneous workers"

Language: C - Size: 202 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 2 - 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: about 1 year ago - Pushed: over 1 year ago - Stars: 3 - Forks: 2

fuvidani/e-vrptw

Solver for the Electric Vehicle Routing Problem with Time Windows

Language: Kotlin - Size: 8.28 MB - Last synced: over 1 year ago - Pushed: over 5 years ago - Stars: 13 - Forks: 9

SidJain1412/9MensMorris

9 Men's Morris Python Implementation

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

aritrasep/FPBH.jl

FPBH: A Feasibility Pump based Heuristic for Multi-objective Mixed Integer Linear Programming

Language: Julia - Size: 628 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 11 - Forks: 2

Mikma03/Optimization_in_Machine_Learning

The repository concerns the use of optimization techniques in Machine Learning projects. Application examples and explanations. A wide spectrum of algorithms and resources.

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

AnjayGoel/Stable-Roommate-Generalised

A heuristic algorithm for solving the generalized stable-roommate problem.

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

Smomic/PostmanProblem 📦

Solving simplified Chinese postman problem by exact and heuristic algorithms and comparison these methods.

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

hare1039/Quintuple-Go 📦

An AI of hexagon gobang, using mcts

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

sourcewill/VND_Compiler_Optmization

Heuristica VND aplicada na seleção de otimizações do compilador Clang

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

HTmonster/Heuristic_algorithms_GTSP

多种启发式算法解决广义旅行商问题

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

rajko-z/nine-mens-morris-python

Console Implementation of ancient game Nine Men's Morris in python, with minimax algorithm and alpha-beta pruning

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

Shaashwat05/connect-4_expert

Connect-4 game with a pygame UI, minimax AI and server-client mechanism using sockets.

Language: Python - Size: 24.4 KB - Last synced: over 1 year ago - Pushed: about 4 years ago - Stars: 5 - Forks: 3

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

mio10/pathfinder-genetic-algorithm

A C# program that demonstrates path finding using a genetic algorithm

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

CN-UPB/B-JointSP

Joint placement and scaling of bidirectional network services with stateful virtual or physical network functions

Language: Python - Size: 3.87 MB - Last synced: over 1 year ago - Pushed: almost 4 years ago - Stars: 22 - Forks: 14

aycignl/Traveling-Salesperson-Problem-with-profits

Solving the Traveling Salesman Problem with Profits

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

projektdexter/tsp-solutions

Exact Solution for the np-hard problem TSP

Language: Python - Size: 73.2 KB - Last synced: 24 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ahwallace/2d-strip-packing-dss

A decision support system for the two-dimensional strip packing problem

Language: C++ - Size: 308 MB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 4 - Forks: 4

mattkimmel/bin_packing.cr

A Crystal port of @mak-it's 2D Bin Packing solver, using the Maximal Rectangles Algorithm.

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

DynamicVMP/vmpCompetitiveAnalysis

An Experimental Comparison of Algorithms for Virtual Machine Placement Considering Many Objectives

Language: C - Size: 1.64 MB - Last synced: about 1 year ago - Pushed: over 7 years ago - Stars: 10 - Forks: 4

ASDAFI/TSP-Visualizer

Travelling salesman problem optimization visualizer

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

Related Keywords
heuristic-algorithm 148 heuristics 22 heuristic-search-algorithms 22 python 20 artificial-intelligence 15 optimization 14 genetic-algorithm 14 cpp 14 algorithms 12 optimization-algorithms 10 simulated-annealing 10 heuristic 10 graph-algorithms 9 algorithm 8 heuristic-search 7 java 7 pathfinding 6 heuristic-optimization 6 travelling-salesman-problem 6 search-algorithm 5 a-star 5 ant-colony-optimization 5 greedy-algorithms 5 operations-research 5 game 4 np-hard 4 tsp-problem 4 csharp 4 vehicle-routing-problem 4 8-puzzle 4 a-star-algorithm 4 minimax-algorithm 4 javascript 4 game-theory 4 combinatorial-optimization 4 python3 4 genetic-algorithms 4 ai 4 mixed-integer-programming 4 linear-programming 4 metaheuristics 3 local-search 3 kotlin 3 alpha-beta-pruning 3 typescript 3 data-structures 3 c 3 machine-learning 3 discrete-optimization 3 jupyter-notebook 3 astar-pathfinding 3 pygame 3 bin-packing 3 coloring-graph 3 graph 3 complexity-analysis 3 astar 3 astar-algorithm 3 greedy-algorithm 3 evolutionary-algorithms 2 simulated-annealing-algorithm 2 parallel-algorithm 2 solver 2 decision-trees 2 local-branching 2 knapsack-problem 2 c-plus-plus 2 cloud-computing 2 tsp 2 virtual-machine-placement 2 university-project 2 traveling-salesman-problem 2 heuristic-algorithms 2 heuristic-functions 2 problem-solving 2 np-problems 2 cplex 2 kruskal-algorithm 2 dijkstra-algorithm 2 bfs-algorithm 2 backtracking-algorithm 2 multi-objective-optimization 2 monte-carlo 2 integer-programming 2 shortest-path 2 steiner-tree-problem 2 cpp20 2 npcomplete 2 hill-climbing 2 meta-heuristic-algorithm 2 8puzzle-solver 2 imperialistic-competitive-algorithm 2 genetic-optimization-algorithm 2 backtracking 2 api 2 nphard 2 tree-search 2 cutting-and-packing 2 knight-tour 2 r 2