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

Topic: "heuristics"

jhackshaw/tspvis

🗺️ Visualize and control algorithms for the traveling salesman problem

Language: JavaScript - Size: 3.24 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 447 - Forks: 59

sjlu/popular-movies

Tries to create a list of popular movies based on a series of heuristics

Language: JavaScript - Size: 1.72 MB - Last synced at: 9 days ago - Pushed at: 5 months ago - Stars: 393 - Forks: 18

yorak/VeRyPy

A python library with implementations of 15 classical heuristics for the capacitated vehicle routing problem.

Language: Python - Size: 3.02 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 226 - Forks: 54

bsommerfeld/pathetic

Java 3D Astar Pathfinding Library

Language: Java - Size: 4.83 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 206 - Forks: 17

godatadriven/evol

a python grammar for evolutionary algorithms and heuristics

Language: Python - Size: 1.31 MB - Last synced at: 23 days ago - Pushed at: over 3 years ago - Stars: 190 - Forks: 12

afourmy/pyTSP

A 2D/3D visualization of the Traveling Salesman Problem main heuristics

Language: Python - Size: 10.4 MB - Last synced at: 9 days ago - Pushed at: almost 7 years ago - Stars: 168 - Forks: 39

sparkling-graph/sparkling-graph

SparklingGraph provides easy to use set of features that will give you ability to proces large scala graphs using Spark and GraphX.

Language: Scala - Size: 9.75 MB - Last synced at: about 2 months ago - Pushed at: almost 5 years ago - Stars: 152 - Forks: 35

huyvohcmc/coursera-dsa

Coursera's Data Structures and Algorithms Specialization

Language: Python - Size: 6.07 MB - Last synced at: 10 days ago - Pushed at: almost 6 years ago - Stars: 150 - Forks: 74

stanislaw/notes_on_software_systems_engineering

Notes on software systems engineering.

Language: Python - Size: 265 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 128 - Forks: 11

paulkastel/JobShopPRO

Program for managing orders, planning and scheduling in job shop production system using popular heuristics alghorithms.

Language: Python - Size: 124 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 121 - Forks: 28

merschformann/sardine-can

Humble 3D knapsack / bin packing solver

Language: C# - Size: 7.61 MB - Last synced at: 5 days ago - Pushed at: 2 months ago - Stars: 97 - Forks: 21

Speyedr/socialclub-notification-blocker

Next-generation firewall (NGFW) that supports blocking SocialClub Overlay notifications.

Language: Python - Size: 240 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 94 - Forks: 14

dungtran209/Modelling-and-Analysis-of-a-Vehicle-Routing-Problem-with-Time-Windows-in-Freight-Delivery

A MSc's Dissertation Project which focuses on Vehicle Routing Problem with Time Windows (VRPTW), using both exact method and heuristic approach (General Variable Neighbourhood Search)

Language: Python - Size: 683 KB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 94 - Forks: 35

optframe/optframe

OptFrame - C++17/C++20/C++23 Optimization Framework in Single or Multi-Objective. Supports classic metaheuristics and hyperheuristics: Genetic Algorithm, Simulated Annealing, Tabu Search, Iterated Local Search, Variable Neighborhood Search, NSGA-II, Genetic Programming etc. Examples for Traveling Salesman, Vehicle Routing, Knapsack Problem, etMu

Language: C++ - Size: 22.7 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 83 - Forks: 11

alberto-santini/adaptive-large-neighbourhood-search

ALNS header-only library (loosely) based on the original implementation by Stefan Ropke.

Language: C++ - Size: 65.4 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 66 - Forks: 33

yining043/TSP-improve

An improvement-based Deep Reinforcement Learning Algorithm presented in paper https://arxiv.org/abs/1912.05784v2 for solving the TSP problem.

Language: Jupyter Notebook - Size: 11.6 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 58 - Forks: 17

mathisvickie/KMAC 📦

Some usefull info when reverse engineering Kernel Mode Anti-Cheat

Language: C++ - Size: 9.23 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 52 - Forks: 20

enricoschumann/NMOF

Functions, examples and data from the first and the second edition of "Numerical Methods and Optimization in Finance" by M. Gilli, D. Maringer and E. Schumann (2019, ISBN:978-0128150658). This repository mirrors https://gitlab.com/NMOF/NMOF .

Language: R - Size: 4.1 MB - Last synced at: 2 days ago - Pushed at: 26 days ago - Stars: 37 - Forks: 6

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

akanametov/pathgan

A Pytorch implementation of Generative Adversarial Network for Heuristics of Sampling-based Path Planning

Language: Python - Size: 67.1 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 36 - Forks: 8

lstolcman/HMO-project

Solver for Capacitance Vehicle Routing Problem - School bus routing problem with bus stop selection

Language: Python - Size: 2.76 MB - Last synced at: 10 days ago - Pushed at: over 7 years ago - Stars: 34 - Forks: 9

bespoyasov/refactor-like-a-superhero-talk

Source code and examples for “Refactor Like a Superhero” talk.

Language: JavaScript - Size: 398 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 31 - Forks: 1

alberto-santini/cvrp-decomposition

Decomposition Strategies for Vehicle Routing Heuristics

Language: C++ - Size: 605 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 28 - Forks: 6

rmssoares/8Puzzle-StateSpaceSearches

BFS, IDS, Greedy & A* applied to the 8-puzzle problem. :gear:

Language: Python - Size: 9.77 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 28 - Forks: 18

homostellaris/clean-code-smells-and-heuristics

A linkable reference of code smells & heuristics for better code reviews, inspired by the chapter of the same name in Bob Martin's "Clean Code".

Language: HTML - Size: 95.7 KB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 25 - Forks: 11

brucefeng10/JD-GOC-VRP

VRPTW variation of JD Global Optimization Challange

Language: Python - Size: 18.7 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 25 - Forks: 9

RodolfoPichardo/LinKernighanTSP

A java implementation of the famous Lin-Kernighan heuristics algorithm implemented for graphic (symmetric) TSP

Language: Java - Size: 1.74 MB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 25 - Forks: 13

suyunu/Flow-Shop-Scheduling

Genetic Algorithm for Flow Shop Scheduling

Language: Jupyter Notebook - Size: 729 KB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 23 - Forks: 7

sahilg06/Awesome-Aesthetics-Assessment

Collection of Aesthetics Assessment Papers for Graphic Designs.

Size: 235 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 22 - Forks: 2

Elktrn/solving-TSP-problem-with-ACO-Heuristic-Algorithm-in-python

solving tsp with aco whith full graphic view in python

Language: Python - Size: 289 KB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 22 - Forks: 2

c410-f3r/mop

Flexible and modular framework for different NP-Problems with different solvers

Language: Rust - Size: 267 KB - Last synced at: 20 days ago - Pushed at: 5 months ago - Stars: 22 - Forks: 2

addejans/ACO-JSSP

Job Shop Scheduling Problem via Ant Colony Optimization

Language: Python - Size: 588 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 22 - Forks: 10

cornell-zhang/uptune

A Generic Distributed Auto-Tuning Infrastructure

Language: Python - Size: 13.2 MB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 21 - Forks: 2

JeroenGar/gdrr-2bp

A Rust implementation of the goal-driven ruin and recreate heuristic for the 2D variable-sized bin packing problem with guillotine constraints.

Language: Rust - Size: 1.74 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 20 - Forks: 5

bruscalia/tsp-grasp

A Greedy Randomized Adaptive Search Procedure (GRASP) for the Traveling Salesman Problem (TSP)

Language: Python - Size: 43.7 MB - Last synced at: about 14 hours ago - Pushed at: over 1 year ago - Stars: 20 - Forks: 1

asarandi/n-puzzle

My n-puzzle solver: A* and IDA* search, heuristics, different puzzle configurations and sizes

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

msramalho/feup-iart-summary

Artificial Intelligence Course - Summaries, Exams, Minitests and Comic Sans

Language: Prolog - Size: 86.8 MB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 20 - Forks: 4

justachetan/img2latex

An end-to-end system to convert handwritten mathematical expressions to compilable LaTeX code

Language: Jupyter Notebook - Size: 5.22 MB - Last synced at: 6 months ago - Pushed at: over 6 years ago - Stars: 19 - Forks: 8

SaintZet/HeuristicsForCleanCode

The goal of the project is to help learn heuristics that will help you write clean code. Use them for the benefit of the community.

Language: C# - Size: 347 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 18 - Forks: 3

telaoumatenyanis/GenAlgo.js

Genetic and evolutionary algorithms in Javascript.

Language: JavaScript - Size: 1.99 MB - Last synced at: 16 days ago - Pushed at: over 2 years ago - Stars: 18 - Forks: 0

alberto-santini/tsppddl

The Traveling Salesman Problem with Pickups, Deliveries and Draft Limits

Language: C++ - Size: 12 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 16 - Forks: 9

Computational-Intelligence-Fall18/Genetics

Genetics (Initialization, Selection, Crossover, Mutation)

Language: Jupyter Notebook - Size: 188 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 15 - Forks: 8

jjcmoon/JSSP_TS

Tabu search solver for job shop scheduling problem

Language: Python - Size: 349 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 15 - Forks: 6

igorgarbuz/n-puzzle

15-puzzle game in typescript with algorithmic solver.

Language: TypeScript - Size: 130 KB - Last synced at: 9 days ago - Pushed at: almost 4 years ago - Stars: 14 - Forks: 5

MuamerHr/CuttingAndPacking

Heuristic procedures and cutting pattern generation for the one dimensional cutting stock problem.

Language: C# - Size: 193 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 14 - Forks: 6

microsoft/MetaOpt

MetaOpt: Towards efficient heuristic design with quantifiable and confident performance

Language: Jupyter Notebook - Size: 3.75 MB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 13 - Forks: 3

kikocastroneto/lk_heuristic

The Lin-Kernighan Heuristic implemented in python

Language: Python - Size: 301 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 13 - Forks: 5

adimidania/flowshop

Notebooks focused on optimization algorithms that are designed to solve the flowshop problem.

Language: Jupyter Notebook - Size: 2.62 MB - Last synced at: 5 months ago - Pushed at: about 1 year ago - Stars: 12 - Forks: 3

TeamJumpstart/InformatiCup2021

Submission to the InformatiCup2021 challenge.

Language: Python - Size: 20.5 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 1

memgonzales/sliding-puzzle

8-puzzle game that features a walkthrough of the optimal solution and allows users to customize the tiles using photos from their Gallery

Language: Kotlin - Size: 19.1 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 11 - Forks: 8

KONY128/Snake-Game

A multiplayer Snake Game with delicate graphic, fully armed game sound, local ranking system, and a cute AI snake

Language: C++ - Size: 1.21 MB - Last synced at: 11 months ago - Pushed at: over 4 years ago - Stars: 11 - Forks: 1

ahottung/DLTS

Deep Learning Assisted Heuristic Tree Search for the Container Pre-marshalling Problem

Language: Python - Size: 8.01 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 10 - Forks: 1

dpattiso/javaff

Branch of JavaFF planner for PDDL2.1

Language: Java - Size: 6.71 MB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 10 - Forks: 2

krshrimali/heuristics_calculations

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

Language: JavaScript - Size: 307 KB - Last synced at: 2 months ago - Pushed at: over 7 years ago - Stars: 10 - Forks: 1

bmoscon/ArticleParse

Heuristic text extraction from news sites in Python3

Language: Python - Size: 29.3 KB - Last synced at: 14 days ago - Pushed at: over 7 years ago - Stars: 10 - Forks: 4

masud-technope/RACK-Replication-Package

Replication package of RACK : Automated Query Reformulation for Code Search using Crowdsourced Knowledge

Size: 125 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 9 - Forks: 3

facaraff/SOS

The Stochastic Optimisation Software (SOS) is a research-oriented software platform for Metaheuristic Optimisation (Stochastic Optimisation). If you are using SOS, please acknowledge the article "Caraffini, F.; Iacca, G. The SOS Platform: Designing, Tuning and Statistically Benchmarking Optimisation Algorithms. Mathematics 2020, 8, 785." (https://doi.org/10.3390/math8050785)

Language: Java - Size: 42.7 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 9 - Forks: 4

erihsu/mincost

A collection of modern heuristic optimization framework written in Rust

Language: Rust - Size: 45.9 KB - Last synced at: 10 days ago - Pushed at: about 2 years ago - Stars: 9 - Forks: 1

HHogg/snake 📦

Snake Heuristics - a game of pathfinding

Size: 5.24 MB - Last synced at: 3 days ago - Pushed at: almost 3 years ago - Stars: 9 - Forks: 3

cxlvinchau/hips

A Python library for heuristically solving mixed integer programs

Language: Python - Size: 7.7 MB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 9 - Forks: 1

HussainAther/philosophy

rhetoric, ethics, epistemology, aesthetics, logic, heuristics, causality, neurophilosophy

Language: Python - Size: 1020 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 9 - Forks: 2

isstac/spf-wca

Tool for algorithmic complexity analysis based on symbolic execution

Language: Java - Size: 6.05 MB - Last synced at: almost 2 years ago - Pushed at: almost 7 years ago - Stars: 9 - Forks: 9

SneaksAndData/anti-clustering

A Python library for anti-clustering algorithms

Language: Python - Size: 108 KB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 8 - Forks: 1

dpriskorn/ItemSubjector 📦

CLI-tool to easily add "main subject" aka topics in bulk to groups of items on Wikidata

Language: Python - Size: 1 MB - Last synced at: 18 days ago - Pushed at: over 1 year ago - Stars: 8 - Forks: 1

Sina-Baharlou/GSAT-WalkSAT

Different heuristics and random initialization methods applied to GSAT and WalkSAT algorithms

Language: C++ - Size: 965 KB - Last synced at: 13 days ago - Pushed at: about 3 years ago - Stars: 8 - Forks: 1

alexmarinho/IG

An Iterated Greedy algorithm applied in scheduling with rejection and tardiness penalties

Language: Python - Size: 1.19 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 8 - 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 at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 8 - Forks: 1

nikohass/rust-socha2021

Blokus client for the Software-Challenge Germany 2021

Language: Rust - Size: 764 KB - Last synced at: 12 months ago - Pushed at: about 4 years ago - Stars: 8 - Forks: 1

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 at: 17 days ago - Pushed at: over 4 years ago - Stars: 8 - Forks: 0

suyunu/TSPs-with-Profit

Tabu Search heuristic for Travelling Salesperson Problems with Profits

Language: Jupyter Notebook - Size: 2.16 MB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 8 - Forks: 6

aritrasep/NLNS_VND.jl

NLNS+VND Metaheuristic Algorithm for solving Combinatorial Optimization Problems

Language: Julia - Size: 17.6 KB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 8 - Forks: 0

alberto-santini/hybrid-alns

Hybrid ALNS for solving flat-landscape optimisation problems.

Language: C++ - Size: 287 KB - Last synced at: almost 2 years ago - Pushed at: over 8 years ago - Stars: 8 - Forks: 1

XzrTGMu/twin-nphard

Graph-based Deterministic Policy Gradient for Repetitive Combinatorial Optimization Problems

Language: Jupyter Notebook - Size: 42.2 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 1

dufferzafar/ludo-bot

Super Intelligent Ludo Player (Assignment for COP 701 @ IIT Delhi)

Language: Python - Size: 174 KB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 7 - Forks: 2

diegojromerolopez/djbdd

Java BDD implementation based on hashmaps.

Language: Java - Size: 52.8 MB - Last synced at: 2 months ago - Pushed at: almost 5 years ago - Stars: 7 - Forks: 0

mbalchanowski/Differential-Evolution

Simple console implementation of the Differential Evolution (DE) algorithm

Language: C# - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 7 - Forks: 3

luizfranca/dots-and-boxes

A competitive search with pruning and heuristics.

Language: Python - Size: 23.4 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 7 - Forks: 1

alokyadav777/Chess_Project

Chess game in java using Object Oriented Concept with heruristic

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

Ravenslofty/rbsmoke

Generate pretty patterns through the Rainbow Smoke algorithm

Language: Go - Size: 37.1 KB - Last synced at: 4 days ago - Pushed at: almost 8 years ago - Stars: 7 - Forks: 0

angusfung/sokoban-AI

AI of the game Sokoban using search strategies and heuristics with deadlock checking.

Language: Python - Size: 17.6 KB - Last synced at: 4 months ago - Pushed at: about 8 years ago - Stars: 7 - Forks: 5

JuliaQUBO/MQLib.jl

MQLib wrapper for JuMP

Language: Julia - Size: 28.3 KB - Last synced at: about 8 hours ago - Pushed at: 10 months ago - Stars: 6 - Forks: 0

0x48piraj/rqmts

rqmts - Generate pip requirements.txt file for any project

Language: Python - Size: 1.82 MB - Last synced at: 11 days ago - Pushed at: about 3 years ago - Stars: 6 - Forks: 1

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

imdeep2905/Coding-Challenge-Team-Vanished-Gradient

Heuristic solution for Knapsack Container Loading Problem (KCLP) implemented in C++ with visualization in python.

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

Mangul-Lab-USC/review-technology-dictates-algorithms

A systematic survey of algorithmic foundations and methodologies across 107 alignment methods (1988-2021), for both short and long reads. We provide a rigorous experimental evaluation of 11 read aligners to demonstrate the effect of these underlying algorithms on speed and efficiency of read alignment. Described by Alser et al. at https://arxiv.org/abs/2003.00110.

Language: Jupyter Notebook - Size: 44.6 MB - Last synced at: 12 months ago - Pushed at: about 4 years ago - Stars: 6 - Forks: 3

aldantas/HyFlex-python

Use the HyFlex Framework in Python

Language: Python - Size: 2.4 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 2

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

SergioNoivak/GraphicalAnt.js

Esta aplicação fornece uma interface web a fim de demonstrar o uso do Algoritmo de colonização de formigas Antsystem

Language: JavaScript - Size: 4.47 MB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 6 - Forks: 1

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

DivyanshuSaxena/2e-VRP

Repository for the implementation of a solution to the Network Design Problem for a modified Two Echelon Vehicle Routing Problem

Language: Java - Size: 206 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 6 - Forks: 2

DivyanshuSaxena/green-vrp

Implementation of a solution to Jdata GOC

Language: C++ - Size: 10.3 MB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 6 - Forks: 0

allenfallen/sliding-puzzle

A sliding puzzle game and solver using ncurses.

Language: C++ - Size: 169 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 6 - Forks: 1

netotz/alpha-neighbor-p-center-problem

Heuristic algorithms for the alpha-neighbor p-center problem.

Language: Jupyter Notebook - Size: 29.5 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 5 - Forks: 0

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

BenAAndrew/auto-heuristic

A tool to automatically generate heuristic rules for a dataset

Language: Python - Size: 850 KB - Last synced at: 13 days ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 1

schmittjoaopedro/aco-vrp-framework

Various implementations of heuristics for the VRP problems

Language: Java - Size: 373 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 1

deno750/TSP_Optimization

Repository for the course Operations Research 2

Language: C - Size: 41.6 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 0

GiovanniFiorini/Obnoxious

Operational Reasearch project for CS University of Ferrara

Language: Python - Size: 2.07 MB - Last synced at: over 2 years ago - Pushed at: almost 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: over 2 years ago - Pushed at: over 6 years ago - Stars: 5 - Forks: 2

AmbarZaidi/Name-based-Gender-Prediction

GuessMyGender - A Name based Gender Predictor for Indian Names

Size: 354 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 5 - Forks: 0

Related Topics
python 129 optimization 86 artificial-intelligence 86 ai 76 heuristic-search-algorithms 57 genetic-algorithm 52 java 44 metaheuristics 43 algorithms 42 alpha-beta-pruning 39 tsp 32 simulated-annealing 31 optimization-algorithms 30 python3 27 minimax-algorithm 27 search-algorithm 25 travelling-salesman-problem 24 heuristic-algorithm 23 game 23 astar-algorithm 23 a-star 22 algorithm 22 pathfinding 22 operations-research 20 machine-learning 18 combinatorial-optimization 18 minimax 17 astar 16 greedy-algorithms 15 vehicle-routing-problem 15 tabu-search 15 javascript 14 a-star-algorithm 14 graph-algorithms 13 dfs 13 chess 13 heuristic 13 searching-algorithms 12 bfs 12 cpp 12 vrp 12 reinforcement-learning 11 heuristic-search 11 particle-swarm-optimization 11 tsp-problem 11 local-search 11 branch-and-bound 11 sudoku 10 np-hard 10 computer-science 10 cplex 10 rust 10 pygame 9 neural-networks 9 informed-search 9 search 9 bfs-algorithm 9 linear-programming 9 backtracking 9 evolutionary-algorithms 9 r 9 graphs 8 dfs-algorithm 8 breadth-first-search 8 operational-research 8 graph 8 a-star-search 8 expectimax 8 tic-tac-toe 8 gurobi 8 n-puzzle 8 tsp-solver 8 manhattan-distance 8 planning 8 csp 8 scheduling 8 genetic-algorithms 7 pddl 7 metaheuristic-optimisation 7 ant-colony-optimization 7 heuristic-optimization 7 8-puzzle 7 adversarial-search 7 data-structures 7 chess-engine 7 metaheuristic 7 minimax-alpha-beta-pruning 7 dynamic-programming 7 constraint-satisfaction-problem 7 traveling-salesman-problem 7 knapsack-problem 7 uniform-cost-search 7 c-plus-plus 6 testing 6 problem-solving 6 chess-game 6 greedy-algorithm 6 evolutionary-computation 6 security 6 iterative-deepening-search 6