Installation
We use Poetry to manage Python dependencies and virtual environments.
To install the application, follow these steps:
Install dependencies with Poetry:
poetry install
Test the installation by running the tests:
poetry run pytest
Run the application locally using Poetry:
poetry run resource_model poetry run resource_usage --help poetry run optimise_hardware --help poetry run run_experiment --help