9 results found Sort:

AI constraint solver in Java to optimize the vehicle routing problem, employee rostering, task assignment, maintenance scheduling, conference scheduling and other planning problems.
Created 2011-02-15
9,021 commits to main branch, last one 2 days ago
21
282
apache-2.0
10
OptaPy is an AI constraint solver for Python to optimize planning and scheduling problems.
Created 2021-07-15
414 commits to main branch, last one about a year ago
Parallel Tabu Search and Genetic Algorithm for the Job Shop Schedule Problem with Sequence Dependent Set Up Times
Created 2019-03-08
132 commits to master branch, last one 4 years ago
OptFrame - C++17 (and C++20) Optimization Framework in Single or Multi-Objective. Supports classic metaheuristics and hyperheuristics: Genetic Algorithm, Simulated Annealing, Tabu Search, Iterated Loc...
Created 2017-11-06
1,667 commits to master branch, last one 8 months ago
7
54
mit
4
Metaheuristics / Blackbox Optimization Algorithms for Go: Simulated Annealing, Genetic Algorithm, Ant Colony Optimization, Tabu Search, Particle Swarm Optimization ...
Created 2020-12-23
84 commits to master branch, last one 2 years ago
C++ metaheuristics modeler/solver for general integer optimization problems.
Created 2020-04-25
891 commits to master branch, last one 20 days ago
This is my implementation of a branch and price algorithm to solve the humanitarian aid distribution problem. This problem is a VRP with a specific objective function
Created 2020-04-24
63 commits to master branch, last one 11 months ago
Python implementation of Tabu Search (TB), Genetic Algorithm (GA), and Simulated Annealing (SA) solving Travelling Salesman Problem (TSP). Term project of Intelligent Optimization Methods, UCAS course...
Created 2021-05-20
24 commits to main branch, last one 2 years ago