You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "Repository containing various implementations of a building energy management system (BEMS) for the Honda facility in Offenbach. Basis for PhD Thesis doi:10.26083/tuprints-00030032"
readme = "README.md"
requires-python = ">=3.11,<3.12"
# the python and package versions here reflect what I used to produce my PhD results
# they are not strict. from other experiments, python 3.12 works just fine, as do newer versions of cvxpy and gurobipy
# the only issue that I did encounter was with more recent versions of xgboost, when loading stored regressors.
# I simply pickled the xgboost regressors, which is kinda a big no no, since compatibility between versions is not
# guaranteed. instead, xgboost has its own API for this, which I did not use, same for torch/lightning.