├── analysis.ipynb ├── article.md ├── data.pkl ├── forgetting_curve.py ├── images ├── 70_ef.png ├── 70_eff_30y_0c.png ├── 70_l.png ├── 70_load_30y_0c.png ├── 70_load_30y_0c_compare_custom.png ├── 70_ret.png ├── 70_ret_30y_0c.png ├── 85_ef.png ├── 85_l.png ├── 85_ret.png ├── 90_eff_30y_0c.png ├── 90_load_30y_0c.png ├── 90_ret_30y_0c.png ├── 95_eff_30y_0c.png ├── 95_load_30y_0c.png ├── 95_ret_30y_0c.png ├── all.png ├── all_compare_eff_30y_0c.png ├── all_compare_ret_load_30y_0c.png ├── all_comparedSM2.png ├── all_factors_1y_0c.png ├── all_factors_1y_8c.png ├── all_factors_30y_0c.png ├── all_factors_30y_8c.png ├── midsmooth_eff.png ├── midsmooth_ret.png ├── midsmooth_work.png ├── workload_70_after_partial_reset.png └── workload_95_after_partial_reset.png ├── other ├── SM2 account of Cepeda 2008.ipynb └── before_gauss.ipynb ├── readme.md ├── results └── simulation1 │ ├── comments.txt │ ├── data.pkl │ ├── efficiency_vs_factor.png │ ├── trueretention_vs_factor.png │ └── workload_vs_factor.png ├── settings.py ├── simunight ├── 70.0.pkl ├── 70.5.pkl ├── 71.0.pkl ├── 71.5.pkl ├── 72.0.pkl ├── 72.5.pkl ├── 73.0.pkl ├── 73.5.pkl ├── 74.0.pkl ├── 74.5.pkl ├── 75.0.pkl ├── 75.5.pkl ├── 76.0.pkl ├── 76.5.pkl ├── 77.0.pkl ├── 77.5.pkl ├── 78.0.pkl ├── 78.5.pkl ├── 79.0.pkl ├── 79.5.pkl ├── 80.0.pkl ├── 80.5.pkl ├── 81.0.pkl ├── 81.5.pkl ├── 82.0.pkl ├── 82.5.pkl ├── 83.0.pkl ├── 83.5.pkl ├── 84.0.pkl ├── 84.5.pkl ├── 85.0.pkl ├── 85.5.pkl ├── 86.0.pkl ├── 86.5.pkl ├── 87.0.pkl ├── 87.5.pkl ├── 88.0.pkl ├── 88.5.pkl ├── 89.0.pkl ├── 89.5.pkl ├── 90.0.pkl ├── 90.5.pkl ├── 91.0.pkl ├── 91.5.pkl ├── 92.0.pkl ├── 92.5.pkl ├── 93.0.pkl ├── 93.5.pkl ├── 94.0.pkl ├── 94.5.pkl ├── 95.0.pkl ├── 95.5.pkl ├── 96.0.pkl ├── 96.5.pkl ├── 97.0.pkl ├── 97.5.pkl ├── 98.0.pkl └── 98.5.pkl ├── simunight10years ├── 66.pkl ├── 67.pkl ├── 68.pkl ├── 69.pkl ├── 70.pkl ├── 71.pkl ├── 72.pkl ├── 73.pkl ├── 74.pkl ├── 75.pkl ├── 76.pkl ├── 77.pkl ├── 78.pkl ├── 79.pkl ├── 80.pkl ├── 81.pkl ├── 82.pkl ├── 83.pkl ├── 84.pkl ├── 85.pkl ├── 86.pkl ├── 87.pkl ├── 88.pkl ├── 89.pkl ├── 90.pkl ├── 91.pkl ├── 92.pkl ├── 93.pkl ├── 94.pkl ├── 95.pkl ├── 96.pkl ├── 97.pkl ├── 98.pkl └── 99.pkl ├── simunight30years ├── 66.pkl ├── 67.pkl ├── 68.pkl ├── 69.pkl ├── 70.pkl ├── 71.pkl ├── 72.pkl ├── 73.pkl ├── 74.pkl ├── 75.pkl ├── 76.pkl ├── 77.pkl ├── 78.pkl ├── 79.pkl ├── 80.pkl ├── 81.pkl ├── 82.pkl ├── 83.pkl ├── 84.pkl ├── 85.pkl ├── 86.pkl ├── 87.pkl ├── 88.pkl ├── 89.pkl ├── 90.pkl ├── 91.pkl ├── 92.pkl ├── 93.pkl ├── 94.pkl ├── 95.pkl ├── 96.pkl ├── 97.pkl ├── 98.pkl └── 99.pkl └── workload_simulation.py /analysis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/analysis.ipynb -------------------------------------------------------------------------------- /article.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/article.md -------------------------------------------------------------------------------- /data.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/data.pkl -------------------------------------------------------------------------------- /forgetting_curve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/forgetting_curve.py -------------------------------------------------------------------------------- /images/70_ef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/images/70_ef.png -------------------------------------------------------------------------------- /images/70_eff_30y_0c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/images/70_eff_30y_0c.png -------------------------------------------------------------------------------- /images/70_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/images/70_l.png -------------------------------------------------------------------------------- /images/70_load_30y_0c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/images/70_load_30y_0c.png -------------------------------------------------------------------------------- /images/70_load_30y_0c_compare_custom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/images/70_load_30y_0c_compare_custom.png -------------------------------------------------------------------------------- /images/70_ret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/images/70_ret.png -------------------------------------------------------------------------------- /images/70_ret_30y_0c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/images/70_ret_30y_0c.png -------------------------------------------------------------------------------- /images/85_ef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/images/85_ef.png -------------------------------------------------------------------------------- /images/85_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/images/85_l.png -------------------------------------------------------------------------------- /images/85_ret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/images/85_ret.png -------------------------------------------------------------------------------- /images/90_eff_30y_0c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/images/90_eff_30y_0c.png -------------------------------------------------------------------------------- /images/90_load_30y_0c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/images/90_load_30y_0c.png -------------------------------------------------------------------------------- /images/90_ret_30y_0c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/images/90_ret_30y_0c.png -------------------------------------------------------------------------------- /images/95_eff_30y_0c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/images/95_eff_30y_0c.png -------------------------------------------------------------------------------- /images/95_load_30y_0c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/images/95_load_30y_0c.png -------------------------------------------------------------------------------- /images/95_ret_30y_0c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/images/95_ret_30y_0c.png -------------------------------------------------------------------------------- /images/all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/images/all.png -------------------------------------------------------------------------------- /images/all_compare_eff_30y_0c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/images/all_compare_eff_30y_0c.png -------------------------------------------------------------------------------- /images/all_compare_ret_load_30y_0c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/images/all_compare_ret_load_30y_0c.png -------------------------------------------------------------------------------- /images/all_comparedSM2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/images/all_comparedSM2.png -------------------------------------------------------------------------------- /images/all_factors_1y_0c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/images/all_factors_1y_0c.png -------------------------------------------------------------------------------- /images/all_factors_1y_8c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/images/all_factors_1y_8c.png -------------------------------------------------------------------------------- /images/all_factors_30y_0c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/images/all_factors_30y_0c.png -------------------------------------------------------------------------------- /images/all_factors_30y_8c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/images/all_factors_30y_8c.png -------------------------------------------------------------------------------- /images/midsmooth_eff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/images/midsmooth_eff.png -------------------------------------------------------------------------------- /images/midsmooth_ret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/images/midsmooth_ret.png -------------------------------------------------------------------------------- /images/midsmooth_work.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/images/midsmooth_work.png -------------------------------------------------------------------------------- /images/workload_70_after_partial_reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/images/workload_70_after_partial_reset.png -------------------------------------------------------------------------------- /images/workload_95_after_partial_reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/images/workload_95_after_partial_reset.png -------------------------------------------------------------------------------- /other/SM2 account of Cepeda 2008.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/other/SM2 account of Cepeda 2008.ipynb -------------------------------------------------------------------------------- /other/before_gauss.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/other/before_gauss.ipynb -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/readme.md -------------------------------------------------------------------------------- /results/simulation1/comments.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/results/simulation1/comments.txt -------------------------------------------------------------------------------- /results/simulation1/data.pkl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /results/simulation1/efficiency_vs_factor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/results/simulation1/efficiency_vs_factor.png -------------------------------------------------------------------------------- /results/simulation1/trueretention_vs_factor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/results/simulation1/trueretention_vs_factor.png -------------------------------------------------------------------------------- /results/simulation1/workload_vs_factor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/results/simulation1/workload_vs_factor.png -------------------------------------------------------------------------------- /settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/settings.py -------------------------------------------------------------------------------- /simunight/70.0.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/70.0.pkl -------------------------------------------------------------------------------- /simunight/70.5.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/70.5.pkl -------------------------------------------------------------------------------- /simunight/71.0.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/71.0.pkl -------------------------------------------------------------------------------- /simunight/71.5.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/71.5.pkl -------------------------------------------------------------------------------- /simunight/72.0.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/72.0.pkl -------------------------------------------------------------------------------- /simunight/72.5.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/72.5.pkl -------------------------------------------------------------------------------- /simunight/73.0.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/73.0.pkl -------------------------------------------------------------------------------- /simunight/73.5.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/73.5.pkl -------------------------------------------------------------------------------- /simunight/74.0.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/74.0.pkl -------------------------------------------------------------------------------- /simunight/74.5.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/74.5.pkl -------------------------------------------------------------------------------- /simunight/75.0.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/75.0.pkl -------------------------------------------------------------------------------- /simunight/75.5.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/75.5.pkl -------------------------------------------------------------------------------- /simunight/76.0.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/76.0.pkl -------------------------------------------------------------------------------- /simunight/76.5.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/76.5.pkl -------------------------------------------------------------------------------- /simunight/77.0.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/77.0.pkl -------------------------------------------------------------------------------- /simunight/77.5.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/77.5.pkl -------------------------------------------------------------------------------- /simunight/78.0.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/78.0.pkl -------------------------------------------------------------------------------- /simunight/78.5.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/78.5.pkl -------------------------------------------------------------------------------- /simunight/79.0.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/79.0.pkl -------------------------------------------------------------------------------- /simunight/79.5.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/79.5.pkl -------------------------------------------------------------------------------- /simunight/80.0.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/80.0.pkl -------------------------------------------------------------------------------- /simunight/80.5.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/80.5.pkl -------------------------------------------------------------------------------- /simunight/81.0.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/81.0.pkl -------------------------------------------------------------------------------- /simunight/81.5.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/81.5.pkl -------------------------------------------------------------------------------- /simunight/82.0.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/82.0.pkl -------------------------------------------------------------------------------- /simunight/82.5.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/82.5.pkl -------------------------------------------------------------------------------- /simunight/83.0.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/83.0.pkl -------------------------------------------------------------------------------- /simunight/83.5.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/83.5.pkl -------------------------------------------------------------------------------- /simunight/84.0.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/84.0.pkl -------------------------------------------------------------------------------- /simunight/84.5.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/84.5.pkl -------------------------------------------------------------------------------- /simunight/85.0.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/85.0.pkl -------------------------------------------------------------------------------- /simunight/85.5.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/85.5.pkl -------------------------------------------------------------------------------- /simunight/86.0.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/86.0.pkl -------------------------------------------------------------------------------- /simunight/86.5.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/86.5.pkl -------------------------------------------------------------------------------- /simunight/87.0.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/87.0.pkl -------------------------------------------------------------------------------- /simunight/87.5.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/87.5.pkl -------------------------------------------------------------------------------- /simunight/88.0.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/88.0.pkl -------------------------------------------------------------------------------- /simunight/88.5.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/88.5.pkl -------------------------------------------------------------------------------- /simunight/89.0.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/89.0.pkl -------------------------------------------------------------------------------- /simunight/89.5.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/89.5.pkl -------------------------------------------------------------------------------- /simunight/90.0.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/90.0.pkl -------------------------------------------------------------------------------- /simunight/90.5.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/90.5.pkl -------------------------------------------------------------------------------- /simunight/91.0.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/91.0.pkl -------------------------------------------------------------------------------- /simunight/91.5.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/91.5.pkl -------------------------------------------------------------------------------- /simunight/92.0.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/92.0.pkl -------------------------------------------------------------------------------- /simunight/92.5.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/92.5.pkl -------------------------------------------------------------------------------- /simunight/93.0.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/93.0.pkl -------------------------------------------------------------------------------- /simunight/93.5.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/93.5.pkl -------------------------------------------------------------------------------- /simunight/94.0.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/94.0.pkl -------------------------------------------------------------------------------- /simunight/94.5.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/94.5.pkl -------------------------------------------------------------------------------- /simunight/95.0.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/95.0.pkl -------------------------------------------------------------------------------- /simunight/95.5.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/95.5.pkl -------------------------------------------------------------------------------- /simunight/96.0.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/96.0.pkl -------------------------------------------------------------------------------- /simunight/96.5.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/96.5.pkl -------------------------------------------------------------------------------- /simunight/97.0.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/97.0.pkl -------------------------------------------------------------------------------- /simunight/97.5.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/97.5.pkl -------------------------------------------------------------------------------- /simunight/98.0.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/98.0.pkl -------------------------------------------------------------------------------- /simunight/98.5.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight/98.5.pkl -------------------------------------------------------------------------------- /simunight10years/66.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/66.pkl -------------------------------------------------------------------------------- /simunight10years/67.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/67.pkl -------------------------------------------------------------------------------- /simunight10years/68.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/68.pkl -------------------------------------------------------------------------------- /simunight10years/69.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/69.pkl -------------------------------------------------------------------------------- /simunight10years/70.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/70.pkl -------------------------------------------------------------------------------- /simunight10years/71.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/71.pkl -------------------------------------------------------------------------------- /simunight10years/72.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/72.pkl -------------------------------------------------------------------------------- /simunight10years/73.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/73.pkl -------------------------------------------------------------------------------- /simunight10years/74.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/74.pkl -------------------------------------------------------------------------------- /simunight10years/75.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/75.pkl -------------------------------------------------------------------------------- /simunight10years/76.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/76.pkl -------------------------------------------------------------------------------- /simunight10years/77.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/77.pkl -------------------------------------------------------------------------------- /simunight10years/78.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/78.pkl -------------------------------------------------------------------------------- /simunight10years/79.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/79.pkl -------------------------------------------------------------------------------- /simunight10years/80.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/80.pkl -------------------------------------------------------------------------------- /simunight10years/81.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/81.pkl -------------------------------------------------------------------------------- /simunight10years/82.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/82.pkl -------------------------------------------------------------------------------- /simunight10years/83.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/83.pkl -------------------------------------------------------------------------------- /simunight10years/84.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/84.pkl -------------------------------------------------------------------------------- /simunight10years/85.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/85.pkl -------------------------------------------------------------------------------- /simunight10years/86.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/86.pkl -------------------------------------------------------------------------------- /simunight10years/87.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/87.pkl -------------------------------------------------------------------------------- /simunight10years/88.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/88.pkl -------------------------------------------------------------------------------- /simunight10years/89.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/89.pkl -------------------------------------------------------------------------------- /simunight10years/90.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/90.pkl -------------------------------------------------------------------------------- /simunight10years/91.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/91.pkl -------------------------------------------------------------------------------- /simunight10years/92.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/92.pkl -------------------------------------------------------------------------------- /simunight10years/93.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/93.pkl -------------------------------------------------------------------------------- /simunight10years/94.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/94.pkl -------------------------------------------------------------------------------- /simunight10years/95.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/95.pkl -------------------------------------------------------------------------------- /simunight10years/96.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/96.pkl -------------------------------------------------------------------------------- /simunight10years/97.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/97.pkl -------------------------------------------------------------------------------- /simunight10years/98.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/98.pkl -------------------------------------------------------------------------------- /simunight10years/99.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight10years/99.pkl -------------------------------------------------------------------------------- /simunight30years/66.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/66.pkl -------------------------------------------------------------------------------- /simunight30years/67.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/67.pkl -------------------------------------------------------------------------------- /simunight30years/68.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/68.pkl -------------------------------------------------------------------------------- /simunight30years/69.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/69.pkl -------------------------------------------------------------------------------- /simunight30years/70.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/70.pkl -------------------------------------------------------------------------------- /simunight30years/71.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/71.pkl -------------------------------------------------------------------------------- /simunight30years/72.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/72.pkl -------------------------------------------------------------------------------- /simunight30years/73.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/73.pkl -------------------------------------------------------------------------------- /simunight30years/74.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/74.pkl -------------------------------------------------------------------------------- /simunight30years/75.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/75.pkl -------------------------------------------------------------------------------- /simunight30years/76.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/76.pkl -------------------------------------------------------------------------------- /simunight30years/77.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/77.pkl -------------------------------------------------------------------------------- /simunight30years/78.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/78.pkl -------------------------------------------------------------------------------- /simunight30years/79.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/79.pkl -------------------------------------------------------------------------------- /simunight30years/80.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/80.pkl -------------------------------------------------------------------------------- /simunight30years/81.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/81.pkl -------------------------------------------------------------------------------- /simunight30years/82.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/82.pkl -------------------------------------------------------------------------------- /simunight30years/83.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/83.pkl -------------------------------------------------------------------------------- /simunight30years/84.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/84.pkl -------------------------------------------------------------------------------- /simunight30years/85.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/85.pkl -------------------------------------------------------------------------------- /simunight30years/86.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/86.pkl -------------------------------------------------------------------------------- /simunight30years/87.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/87.pkl -------------------------------------------------------------------------------- /simunight30years/88.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/88.pkl -------------------------------------------------------------------------------- /simunight30years/89.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/89.pkl -------------------------------------------------------------------------------- /simunight30years/90.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/90.pkl -------------------------------------------------------------------------------- /simunight30years/91.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/91.pkl -------------------------------------------------------------------------------- /simunight30years/92.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/92.pkl -------------------------------------------------------------------------------- /simunight30years/93.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/93.pkl -------------------------------------------------------------------------------- /simunight30years/94.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/94.pkl -------------------------------------------------------------------------------- /simunight30years/95.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/95.pkl -------------------------------------------------------------------------------- /simunight30years/96.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/96.pkl -------------------------------------------------------------------------------- /simunight30years/97.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/97.pkl -------------------------------------------------------------------------------- /simunight30years/98.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/98.pkl -------------------------------------------------------------------------------- /simunight30years/99.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/simunight30years/99.pkl -------------------------------------------------------------------------------- /workload_simulation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brumar/SRS-Simulations/HEAD/workload_simulation.py --------------------------------------------------------------------------------