https://github.com/frapac/pricingbattery.jl
https://github.com/frapac/pricingbattery.jl
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/frapac/pricingbattery.jl
- Owner: frapac
- Created: 2024-04-02T09:39:33.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T11:57:04.000Z (almost 2 years ago)
- Last Synced: 2025-06-05T07:04:25.324Z (10 months ago)
- Language: Julia
- Size: 1.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PricingBattery.jl
This repository uses SDDP.jl to compute the average utility
we get when using a battery to trade electricity on the spot market.
## Installation
The package uses Julia's package manager to install
all the dependencies:
```
julia --project -e "using Pkg; Pkg.instantiate()"
```
## Generate the results
Use the script `generate_results.jl` to generate the results:
```
julia --project generate_results.jl
```
All the results are dumped as text files in the directory `./results`.
## Plot the results
Use the script `plot_results.jl` to plot the results:
```
julia --project plot_results.jl
```