All Projects → shlok57 → Vehicleroutingproblem

shlok57 / Vehicleroutingproblem

Solved using AI techniques: Savings, Sweep, Genetic Algorithm, Google OR Tools

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Vehicleroutingproblem

Gpdotnetv4
C# implementation of the various algorithms based on Genetic Algorithm, Genetic Programming and Artificial Neural Networks.
Stars: ✭ 19 (-68.85%)
Mutual labels:  genetic-algorithm
Tsp Ga
A Genetic Algorithm in Python for the Travelling Salesman Problem
Stars: ✭ 33 (-45.9%)
Mutual labels:  genetic-algorithm
Notebooks
Some notebooks
Stars: ✭ 53 (-13.11%)
Mutual labels:  genetic-algorithm
Nqueens Genetic
Solving the nqueens problem using genetic algorithm
Stars: ✭ 10 (-83.61%)
Mutual labels:  genetic-algorithm
Ai Programmer
Using artificial intelligence and genetic algorithms to automatically write programs. Tutorial: http://www.primaryobjects.com/cms/article149
Stars: ✭ 948 (+1454.1%)
Mutual labels:  genetic-algorithm
Neataptic
🚀 Blazing fast neuro-evolution & backpropagation for the browser and Node.js
Stars: ✭ 1,027 (+1583.61%)
Mutual labels:  genetic-algorithm
Alfa
Automated Line Fitting Algorithm
Stars: ✭ 6 (-90.16%)
Mutual labels:  genetic-algorithm
Watchcarslearn
Self driving cars using NEAT
Stars: ✭ 59 (-3.28%)
Mutual labels:  genetic-algorithm
Csb Ai Starter
Starter Bot for Codingame's Coders Strike Back AI Challenge (Simulation Engine + Random Search)
Stars: ✭ 32 (-47.54%)
Mutual labels:  genetic-algorithm
Emoji Art Generator
Use a genetic algorithm to evolve an image by putting emojies on a canvas
Stars: ✭ 53 (-13.11%)
Mutual labels:  genetic-algorithm
Droidsentinel
Analizador de tráfico para dispositivos Android potencialmente comprometidos como parte de una botnet orientado a detectar ataques DDoS.
Stars: ✭ 11 (-81.97%)
Mutual labels:  genetic-algorithm
Evolutionary Algorithm
Evolutionary Algorithm using Python, 莫烦Python 中文AI教学
Stars: ✭ 881 (+1344.26%)
Mutual labels:  genetic-algorithm
Agario Ai
Neural agents learn to play in an agario-like environment with Neataptic
Stars: ✭ 46 (-24.59%)
Mutual labels:  genetic-algorithm
Devol
Genetic neural architecture search with Keras
Stars: ✭ 925 (+1416.39%)
Mutual labels:  genetic-algorithm
Genann
simple neural network library in ANSI C
Stars: ✭ 1,088 (+1683.61%)
Mutual labels:  genetic-algorithm
Construct
JavaScript Digital Organisms simulator
Stars: ✭ 17 (-72.13%)
Mutual labels:  genetic-algorithm
Evolutionary Neural Networks On Unity For Bots
Neural networks + Genetic algorithm on unity
Stars: ✭ 38 (-37.7%)
Mutual labels:  genetic-algorithm
Cgp Cnn
A Genetic Programming Approach to Designing CNN Architectures, In GECCO 2017 (oral presentation, Best Paper Award)
Stars: ✭ 59 (-3.28%)
Mutual labels:  genetic-algorithm
Applying eanns
A 2D Unity simulation in which cars learn to navigate themselves through different courses. The cars are steered by a feedforward neural network. The weights of the network are trained using a modified genetic algorithm.
Stars: ✭ 1,093 (+1691.8%)
Mutual labels:  genetic-algorithm
Influx Crypto Trader
Node js trading bot, let you create trading strategy and run it (backtest/simulation/live)
Stars: ✭ 49 (-19.67%)
Mutual labels:  genetic-algorithm

Vehicle Routing Problem Optimization

Team Members – Jay Turakhia, Shlok Gandhi, Chirayu Desai

Description

Problem – With increasing number of parcel deliveries there is always a need to find a quick path that leads to delivering all the parcels, with less time, less distance, less number of delivery executives, etc. Our idea – Taking into consideration the generalized “VEHICLE ROUTING PROBLEM” we will try to implement an algorithm that will return an optimal path that each delivery executive is required to take in order to efficiently deliver all parcels. We will also try to reduce the number of delivery executives required.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].