VRP-using-SA-with-Matlab
Vehicle routing solver
A Matlab implementation of simulated annealing to solve the vehicle routing problem with multiple vehicles and constraints.
Vehicle Routing Problem (VRP) using Simulated Annealing (SA) with Matlab / 模拟退火
124 stars
6 watching
41 forks
Language: MATLAB
last commit: over 1 year ago
Linked from 1 awesome list
matlabsimulated-annealingvrp
Related projects:
Repository | Description | Stars |
---|---|---|
liukewia/solving-tsp-vrp | This MATLAB project implements heuristic algorithms for solving two classic optimization problems in logistics and transportation planning | 116 |
stewythe1st/aodv-matlab | A MATLAB implementation of an ad-hoc routing protocol for wireless networks | 44 |
matlab-deep-learning/rl-agent-based-traffic-control | Develops an agent-based traffic management system using reinforcement learning to optimize traffic signal control | 47 |
vroom-project/vroom | An optimization engine for solving various types of vehicle routing problems with fast solutions. | 1,350 |
jiangxh1992/ga4tspproblem | A Matlab implementation of a genetic algorithm to solve the Traveling Salesman Problem (TSP) by optimizing routes through a set of cities. | 67 |
iedmrc/vroom-distance | A C++14 optimization engine for solving real-life vehicle routing problems efficiently within a small computing time | 1 |
olzhas/rrt_toolbox | MATLAB implementation of algorithms for motion planning and path finding in robotics | 190 |
ewingkang/dubins-rrt-for-matlab | A path planning algorithm using a randomized tree approach with Dubins curves and collision checking. | 46 |
atsushisakai/matlabrobotics | MATLAB implementations of algorithms and techniques for mobile robot navigation, including localization, mapping, path planning, and SLAM. | 606 |
adityajain07/path-planning-algorithms | MATLAB implementation of popular path planning algorithms for motion planning in robotics and related fields. | 46 |
mrpt/mvsim | A lightweight simulator for 2D vehicles and robots with realistic dynamics and sensor simulations. | 299 |
toddwschneider/shiny-salesman | An interactive app to solve the traveling salesman problem using simulated annealing and Shiny | 242 |
1pandading/matlab-simulink- | Automated driving simulation project using MATLAB and Simulink to control an autonomous vehicle along a predefined path and generate video output. | 54 |
allenai/visprog | A system that uses code generation and execution to solve complex visual tasks from natural language instructions. | 693 |
rl-institut/spice_ev | A program to simulate individual charging events of electric vehicles | 23 |