Skip to content

Commit 6b9d246

Browse files
committed
Update
1 parent dd9cd8c commit 6b9d246

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,20 @@ This repository contains code, datasets, and results from the paper:
2626

2727
- Master script for running PV optimization [`RUN-VarianceData.py`](code/RUN-VarianceData.py)
2828

29+
### Running Python jobs
30+
31+
This is a minimal example for running a Python script with all hyper-parameters as described in section 2.2:
32+
33+
```bash
34+
python RUN-PV-optimization.py --parameterization 'f-PV' --data_type 'SLF' --data_tag 'NH3-H2-air-25perc' --random_seeds_tuple 0 20 --target_variables_indices 0 1 3 5 6 9
35+
```
36+
37+
Alternatively, you can change various parameters using the appropriate argument:
38+
39+
```bash
40+
python RUN-PV-optimization.py --no-pure-streams --initializer 'GlorotUniform' --init_lr 0.001 --parameterization 'f-PV' --data_type 'SLF' --data_tag 'NH3-H2-air-25perc' --random_seeds_tuple 0 20 --target_variables_indices 0 1 3 5 6 9
41+
```
42+
2943
## Jupyter notebooks
3044

3145
### Reproducing Figs. 2-3

0 commit comments

Comments
 (0)