Skip to content

SaeedNB/PERP

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages