Coder Social home page Coder Social logo

trellixvulnteam / transport-management-system-vrp-tsp-optimization_j0e2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from soukaina-doukkani/transport-management-system-vrp-tsp-optimization

0.0 0.0 0.0 76.98 MB

JavaScript 0.90% Python 29.74% CSS 4.83% HTML 64.53%

transport-management-system-vrp-tsp-optimization_j0e2's Introduction

Transport-management-system-VRP-TSP-Optimization

Transport management system helps in solving transport management issues including traceability, cost efficiency , time saving and routes optimization. The software is based on algorithms and metaheuristic that ensure optimal solutions and minimal costs. The project consists of two parts: development of algorithms using python and creating a web interface using Flask, Html, CSS, Bootstrap and Javascript.

*Vns.py: refers to the metaheurstic variable neighborhood search developped with Python oriented object in which we use :

-a seed function: that generates the initial route used as an initial solution

-stochastic2opt: optimization model serving for generating random routes with there relative costs

-local search function (VND) : used to search locally for the local minimum

-VNS function : that use stochastic2opt and VND to calculate the global minimum consisting of the optomal solution.

*BB.py: refering to the branch and bound algorithm that uses two functions:

-BAB: branch function that splits the route into sub-routes and calculates their costs

-BABrec: bound function (evaluation function) that evalute results of BAB and generates optimal route.

*CW.py: in reference to the clark and wright algorithm that calculates savings between arcs and generate solution

*APP.py: python file containing the flask app and routes that generate a web app deployed in the local server.

*Templates : the frontend was developped using HTML5, CSS3, JS, BOOTSTRAP

-Template1.html: refers to the home page in which user should insert the algorithm that he wants to apply.

-Template2.html, VNS.html: refers to vns visualization

-map.html : refers to generating a google map using the library : gmplot

-Template3.html, BB.html: visualization of Branch and bound result

-Template4.html, CW.html : visualization of clark and wright

*Data: in this project we have used moroccan cities to generate the optimal route that a salesman can take to deliver products on time. ( the matrix of distances : distances_villes.xlsx, coordinates(logitude, latitude): tms.xlsx)

--special dedication: this project would not be realized without the collaboration of : Ouissal TAIM, Fatiha EL MAGUI , and Ilham ESSOUSSY.

transport-management-system-vrp-tsp-optimization_j0e2's People

Contributors

soukaina-doukkani avatar trellixvulnteam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.