tabu-search topic

List tabu-search repositories

VehicleRoutingProblem

67
Stars
23
Forks
Watchers

Vehicle Routing Problem solved using Ant Colony System, Greedy and Tabu Search algorithms

Solid

573
Stars
64
Forks
Watchers

🎯 A comprehensive gradient-free optimization framework written in Python

incubator-kie-optaplanner

3.3k
Stars
940
Forks
Watchers

AI constraint solver in Java to optimize the vehicle routing problem, employee rostering, task assignment, maintenance scheduling, conference scheduling and other planning problems.

optapy

264
Stars
20
Forks
Watchers

OptaPy is an AI constraint solver for Python to optimize planning and scheduling problems.

Job_Shop_Schedule_Problem

82
Stars
24
Forks
Watchers

Parallel Tabu Search and Genetic Algorithm for the Job Shop Schedule Problem with Sequence Dependent Set Up Times

global_optimization

50
Stars
13
Forks
Watchers

Heuristic global optimization algorithms in Python

tsp-meta-heuristic

29
Stars
3
Forks
Watchers

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...

VRP-tabu

29
Stars
12
Forks
Watchers

A Tabu Search pseudo-parallel algorithm for the Vehicle Routing Problem