GithubHelp home page GithubHelp logo

rht / abm_ev_model Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sajansen1404/abm_ev_model

2.0 1.0 2.0 18.37 MB

Modelling dynamics of Electric Vehicles (EVs)

Jupyter Notebook 94.00% Python 5.84% JavaScript 0.16%

abm_ev_model's Introduction

An Agent-Based Model of Electric Vehicle behavior with charging

This repository holds the codebase for an Agent-Based Model of Electric Vehicles (EVs). EVs will be able to drive around on a grid from home to work or to the shop, but at some point they need to charge. On the grid charge points are distributed, and the EVs hold in memory successful attempts. Based on their strategy they go to different charging points. This project was conducted for the course Agent-Based Modelling by Michael Lees and Debraj Roy, University of Amsterdam.

Getting started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Prerequisite libraries, frameworks, and modules can be installed through:

pip install -r requirements.txt

This will install the correct versions of:

  • matplotlib (2.0.2)
  • numpy (1.12.1)
  • pyDOE (0.3.6)
  • pandas (0.20.3)
  • pathos (0.2.1)
  • scipy (1.0.0)
  • Mesa (0.8.2)
  • SALib (1.1.3)

Repository

The following list describes the most important files in the project and where to find them:

  • /EV: contains all of the codebase of this project.
    • /EV/agents.py: contains both the EV and the CP class that implements their properties and updates.

    • /EV/model.py: contains the Environment class that implements the Environment's properties and updates.

    • /EV/server.py: makes it possible to visualize the model in the browser.

  • /Graphs: contains mainly images generated by the code.

To run the visualisation, enter in a terminal window:

python run.py

To run the code used for OFAT, enter in a terminal window:

python OFAT.py

Contributors

  • T. de Bruijn - Initial work
  • G. Czupy - Initial work
  • S. Jansen - Initial work
  • J. Mies - Initial work
  • L. van der Wilt - Initial work

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.