- Set up environment and install requirements.
- Set up Olama API settings in main.
- Set up run configurations in main (model-config, bias, grid) this is done by commenting related lines of code.
- Run main.py (results will be saved in run_results)
pip install -r requirements.txt
python main.py- Add results you want to plot into raw_data folder out results can be found at.
- if necessary adjust path in plotting_with_raw_data
- Set up which plots to generate
- Run plotting_with_raw_data
pip install -r requirements.txt
python plots/plotting_with_raw_data.py- Install the requirements from /opf
- Run opf/run_opf_monee.py
pip install -r opf/requirements.txt
python opf/run_opf_monee.py