Code Monkey home page Code Monkey logo

rebalancing-optimization-for-bike-sharing-systems's Introduction

Using Mixed Integer Programming to solve supply-demand mismatch for bike sharing service

Public bike sharing services often face an unbalanced distribution of bikes among the stations across the city. As users tend to follow specific destination flows when going to work, school, or other daily activities (mainly moving from residential areas to downtown in the morning, and vice-versa in the afternoon), many stations with a high demand for bikes end up being full, which stops other users from being able to dock their bicycles at their destination.)

The final objective was to develop a model which suggests the optimal bike relocating strategy around the city, and consequently allowing more customers to utilize the service. In order to do so, a linear optimization model was built which relocates bikes from stations with lower demand to stations observing relatively higher demands.

The following two datasets were used to develop the linear optimization problem:

  1. A dataset with all the stations' infromation, including station’s ID, name, longitude, latitude, and total bike capacity
  2. A dataset with information about trips observed in the 3rd quarter of 2017 including the trip ID, the initial and final station id, as well as the trip duration, date, and time.

Gurobi - a mathematical programming package was used in python to formulate and solve this problem. Due to the complicated nature of the problem, multiple simlifying assumptions were made to ensure the functionality of the model.

The project was also supported by a sensitivity analysis to investigate the impact of changing demand or prices.

rebalancing-optimization-for-bike-sharing-systems's People

Contributors

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