philippnormann / ev-charging-optimization

⚡ A simulation of finding the shortest charging routes for electric vehicle fleets using ant colony optimization.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ev-charging-optimization

A simulation of finding the shortest charging routes for electric vehicle fleets using ant colony optimization.

Simulation

Installation

# on Debian/Ubuntu
sudo apt install python3 pipenv libglfw3

# on macOS
brew install python3 pipenv glfw

cd ev-charging-optimization
pipenv sync

Usage

pipenv run python ants.py

About

⚡ A simulation of finding the shortest charging routes for electric vehicle fleets using ant colony optimization.

License:MIT License


Languages

Language:Python 100.0%