Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 438 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 438 Bytes

Proactive Route Planning For Electric Vehicles

This is the implementation using Python 3.9. In order to run the code, use the following command:
python3 PEVRP.py -l 10 -t 10 -n 1

-l: defines number of look aheads

-t: defines the value of threshold

-n: defines the number of used threads

The above command runs the code with 10 lookahead, 10 minutes for ε and using 1 thread for its calculate.