This repository contains data and notebooks for the paper Aging-Aware Battery Control via Convex Optimization
.
To reproduce the results in this notebook, use the following versions:
Library | Version |
---|---|
Python | 3.12.2 |
pandas | 2.2.3 |
numpy | 1.26.4 |
cvxpy | 1.6.0 |
matplotlib | 3.10.0 |
To ensure reproducibility, create a virtual environment and install the specified versions.
Example using pip
:
python3 -m venv venv
source venv/bin/activate
pip install pandas==2.2.3 numpy==1.26.4 cvxpy==1.6.0 matplotlib==3.10.0