tutorials.simulations package

Submodules

tutorials.simulations.example_02_simple_reservations module

src.tutorials.simulations.example_02_simple_reservations.main()[source]
This tutorial aims to show the use of datafev framework in an example scenario with:
  • simple reservations where EVs reserve chargers before their arrival to clusters,

  • and smart charging where clusters’ power consumption profiles are controlled based on least-laxity-first algorithm.

tutorials.simulations.example_03_smart_reservations module

src.tutorials.simulations.example_03_smart_reservations.main()[source]
This tutorial aims to show the use of datafev framework in an example scenario with:
  • smart reservations where EVs routing to clusters are managed,

  • and smart charging where clusters’ power consumption profiles are optimized.

tutorials.simulations.example_01_no_reservations module

src.tutorials.simulations.example_01_no_reservations.main()[source]

This tutorial aims to show the use of datafev framework in a small example scenario in the following the steps to set up a simulation instance will be given.