Skip to content

Python version of Simtravel 3. Ideal for prototypes and elegantly crafted code

License

Notifications You must be signed in to change notification settings

sanevec/pysimtravel3

Repository files navigation

PySimtravel 3

Paper1 - Integrating Efficient Routes with Station Monitoring for EVs

This tool allows you to manage and run scientific experiments in a selective manner. You can list all experiments, execute a specific one, run all experiments in the background, or generate meta statistics based on the results.

Usage

The program is executed from the command line using Python 3. Below are the available options:

python3 paper1.py -h

This will display the following help message with all the available options:

usage: paper1.py [-h] [--list] [--run RUN] [--all] [--stats]

Selectively run experiments.

options:
-h, --help show this help message and exit
--list List all experiments
--run RUN Run a specific experiment by index
--all Run all experiments in the background
--stats Generate meta statistics

Examples

  • To list all experiments:
python3 paper1.py --list
  • To run the experiment with a specific index (e.g., index 42):
python3 paper1.py --run 42
  • To run all experiments in the background:
python3 paper1.py --all
  • To generate the meta statistics:
python3 paper1.py --stats

About

Python version of Simtravel 3. Ideal for prototypes and elegantly crafted code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published