nicholasharris / GPU-Parallel-Genetic-Algorithm-using-CUDA-with-Python-NumbaLinks
Implementation of a GPU-parallel Genetic Algorithm using CUDA with python numba for significant speedup.
☆38Updated 5 years ago
Alternatives and similar repositories for GPU-Parallel-Genetic-Algorithm-using-CUDA-with-Python-Numba
Users that are interested in GPU-Parallel-Genetic-Algorithm-using-CUDA-with-Python-Numba are comparing it to the libraries listed below
Sorting:
- This library provides a comprehensive suite of algorithms to solve the Travelling Salesman Problem (TSP), ranging from Exact Algorithms, …☆132Updated 5 months ago
- Solving the Capacitated Vehicle Routing Problem with Time Windows (CVRPTW) using Mixed Integer Linear Programming (MILP) in Python with t…☆100Updated 4 months ago
- The pyVRP is python library that solves (using Genetic Algorithms): Capacitated VRP, Multiple Depot VRP, VRP with Time Windows, VRP with …☆36Updated 6 months ago
- Next-generation scheduling problem solver based on GNNs and Reinforcement Learning☆73Updated 3 months ago
- A python library for the following Multiobjective Optimization Algorithms or Many Objectives Optimization Algorithms: C-NSGA II; CTAEA; …☆221Updated 6 months ago
- A python framework for solving the VRP and its variants with column generation.☆201Updated 2 years ago
- Reinforcement learning approach for job shop scheduling☆293Updated last year
- TF2 implementation of "Attention, Learn to Solve Routing Problems!" (arXiv:1803.08475) article.☆38Updated 5 years ago
- An integration of deep reinforcement learning and discrete-event simulation for job shop scheduling problem.☆28Updated 2 years ago
- Multi-Depot Vehicle Routing Problem solver using Deep RL, GA and Google OR-Tools☆81Updated 4 years ago
- Dynamic Attention Model for Vehicle Routing Problem (arXiv:2002.03282)☆133Updated 2 years ago
- This is the official code for the published paper 'Solve routing problems with a residual edge-graph attention neural network'☆264Updated 2 years ago
- Neural Large Neighborhood Search for the Capacitated Vehicle Routing Problem☆105Updated 5 years ago
- An effective hybrid genetic algorithm and tabu search for flexible job shop scheduling problem☆37Updated 5 years ago
- Operations Research Application Project - Flow Shop Scheduling Based On Reinforcement Learning Algorithm☆104Updated 7 years ago
- An OpenAi Gym environment for the Job Shop Scheduling problem.☆234Updated 7 months ago
- Parallel Tabu Search and Genetic Algorithm for the Job Shop Schedule Problem with Sequence Dependent Set Up Times☆99Updated 4 years ago
- A repository with a data set including instances and results from literature for the Job Shop Scheduling Problem (JSSP). While the raw da…☆50Updated 5 years ago
- Capacitated vehicle routing problem implemented in python using DEAP package. Non dominated sorting Genetic algorithm is used to solve Mu…☆77Updated 5 years ago
- This repo implements our paper, "Deep Reinforcement Learning for Solving the Heterogeneous Capacitated Vehicle Routing Problem"☆160Updated 3 years ago
- Dynamic Attention Encoder-Decoder model to learn and design heuristics to solve capacitated vehicle routing problems☆50Updated 4 years ago
- An improvement-based Deep Reinforcement Learning Algorithm presented in paper https://arxiv.org/abs/1912.05784v2 for solving the TSP prob…☆101Updated 3 years ago
- Hybrid differential evolution algorithm (HDE) to solve the Flexible Job Shop Scheduling Problem☆11Updated 4 months ago
- Code repository for the corresponding paper "Learning to Control Local Search for Combinatorial Optimization"☆16Updated last year
- This repo implements our paper, "Learning to Iteratively Solve Routing Problems with Dual-Aspect Collaborative Transformer", which has be…☆117Updated last year
- "Attention, Learn to Solve Routing Problems!"[Kool+, 2019], Capacitated Vehicle Routing Problem solver☆200Updated 4 years ago
- The implimentation of DRL method for hybrid flow-shop Scheduling problems☆21Updated 2 years ago
- "Neural Combinatorial Optimization with Reinforcement Learning"[Bello+, 2016], Traveling Salesman Problem solver☆188Updated 4 years ago
- A Python Implementation of a Genetic Algorithm-based Solution to Vehicle Routing Problem with Movement Synchronization☆55Updated 7 years ago
- Implementation of NSGA-II algorithm in form of a python library.☆245Updated last year