Commit 51ef52b4 authored by Ibrahim's avatar Ibrahim
Browse files

Repo state as of PHM-2021 draft submission

parent b62ac956
Loading
Loading
Loading
Loading

.gitmodules

0 → 100644
+3 −0
Original line number Diff line number Diff line
[submodule "src/commonml"]
	path = src/commonml
	url = git@git.isis.vanderbilt.edu:ahmedi/commonml.git
+13 −0
Original line number Diff line number Diff line
{
	"folders": [
		{
			"path": "."
		},
		{
			"path": "../../pyStateSpace"
		}
	],
	"settings": {
		"jupyter.jupyterServerType": "remote"
	}
}
 No newline at end of file

TODO.md

deleted100644 → 0
+0 −9
Original line number Diff line number Diff line
# TODO

## Libraries

* [Platypus - Multi-objective optimization][1]
* [Distributed evolutionary algorithms in Python - ][2]

[1]: https://platypus.readthedocs.io/en/latest/
[2]: https://deap.readthedocs.io/en/master/
 No newline at end of file
+4 −0
Original line number Diff line number Diff line
@@ -14,10 +14,14 @@ dependencies:
  - pytorch::pytorch=1.8
  - cudatoolkit=10.2
  - tslearn
  - optuna=2.8.0
  - dash=1.17.0
  - pip
  - pip:
    - python-dateutil
    - ipyvolume
    - gym
    - tensorboard
    - tensorboardX
    - higher==0.2.1
    - git+https://git.isis.vanderbilt.edu/SmartBuildings/bdx.git@v0.2.6
 No newline at end of file
+8 −0
Original line number Diff line number Diff line
@@ -17,8 +17,16 @@ Timestamps for various system changes.
    2021-05-16 0610-5   Chiller 1 online
    2021-05-23 0610-5   Both chillers offline. Controller script stopped to patch server
    2021-05-24 1240-5   Chiller 1 online. Controller script restarted after patch
    2021-06-08 1329-5   Script stopped to apply patch for Kissam controller
    2021-06-09 1223-5   Script restarted, however output paths were different and not being read
    2021-06-15 1403-5   Script errored, couldn't read BDX due to faulty TLS certificates
    2021-06-16 1240-5   Script restarted with correct paths
    2021-06-17 0505-5   Chiller 2 online (check exact time)

## Timespans to investigate

    2021-03-12 0840-6   2021-03-12 1740-6   Fans on 100%, chiller power smooth
    2021-03-15 1500-5   2021-03-15 1800-5   Fans on 100%, chiller power smooth
    2021-05-23 0610-5   2021-05-24 1240-5   Script stopped, stale setpoint.
    2021-06-08 1329-5   2021-06-09 1223-5   Script stopped, stale setpoint.
    2021-06-15 1403-5   2021-06-16 1240-5   Script errored, stale setpoint
 No newline at end of file
Loading