bohanjason
|
1808a7a50a
|
fix typo in travis
|
2019-11-03 15:10:32 -05:00 |
bohanjason
|
d54a543bf1
|
integration test in travis
|
2019-11-03 15:10:32 -05:00 |
bohanjason
|
0f60e95da4
|
add integration test in travis
|
2019-11-03 15:10:32 -05:00 |
bohanjason
|
576bbb69bf
|
fix style
|
2019-11-03 15:10:32 -05:00 |
BohanZhang
|
7b0229ad53
|
add integration test
|
2019-11-03 15:10:32 -05:00 |
bohanjason
|
2fa97149d5
|
add integration test
|
2019-11-03 15:10:32 -05:00 |
Bohan Zhang
|
dd05e2c63c
|
add integration test
|
2019-11-03 15:10:32 -05:00 |
yangdsh
|
a5bb6597b6
|
fix python style
|
2019-10-31 10:52:02 -04:00 |
yangdsh
|
cf65db2231
|
achieve stable performance
|
2019-10-31 10:52:02 -04:00 |
yangdsh
|
9f71d1c8de
|
improve simulator and ddpg
|
2019-10-28 20:55:06 -04:00 |
yangdsh
|
5431154784
|
add dnn and gpr to simulation
|
2019-10-24 22:29:49 -04:00 |
Dana Van Aken
|
2974cdab2b
|
Update pylintrc
Added the migrations directory and manage.py to the ignore list
|
2019-10-24 18:30:20 -04:00 |
dvanaken
|
7d8dcaee47
|
This shold fix the error from running git reset on an invalid TRAVIS_COMMIT_RANGE from empty commits and rebases
|
2019-10-24 00:54:38 -04:00 |
dvanaken
|
cc421ab959
|
pass required travis var into the docker container
|
2019-10-24 00:54:38 -04:00 |
dvanaken
|
5c855faa3e
|
Testing gitlint
|
2019-10-24 00:54:38 -04:00 |
dvanaken
|
9f3fe29c27
|
added the compression option to the main settings file
|
2019-10-23 22:41:55 -04:00 |
dvanaken
|
40024b4d3c
|
Added an option to enable compression on MySQL tables (disabled by default)
|
2019-10-23 22:41:55 -04:00 |
dvanaken
|
ec896d01f6
|
Updated MySQL-specific migration that enables compression to be non-atomic
|
2019-10-23 22:41:55 -04:00 |
dependabot[bot]
|
abe439a8e1
|
Bump django from 1.10.1 to 1.11.23 in /server/website
Bumps [django](https://github.com/django/django) from 1.10.1 to 1.11.23.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/1.10.1...1.11.23)
Signed-off-by: dependabot[bot] <support@github.com>
|
2019-10-23 22:41:55 -04:00 |
yangdsh
|
21f4f40b88
|
simplify ddpg
|
2019-10-23 19:54:21 -04:00 |
dependabot[bot]
|
336221d886
|
Bump requests from 2.18.4 to 2.20.0 in /server/website
Bumps [requests](https://github.com/requests/requests) from 2.18.4 to 2.20.0.
- [Release notes](https://github.com/requests/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](https://github.com/requests/requests/compare/v2.18.4...v2.20.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2019-10-22 21:40:52 -04:00 |
dvanaken
|
777c42c979
|
Bumped numpy from 1.13.1 to 1.14.0 to satisfy TF 1.12.2 dependency. Updated grep commands in validator to also be compatible with BSD.
|
2019-10-22 19:45:39 -04:00 |
dependabot[bot]
|
68fedf765d
|
Bump tensorflow from 1.10 to 1.12.2 in /server/website
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.10 to 1.12.2.
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](https://github.com/tensorflow/tensorflow/compare/v1.10.0...v1.12.2)
Signed-off-by: dependabot[bot] <support@github.com>
|
2019-10-22 19:45:39 -04:00 |
yangdsh
|
826137bd3b
|
add simulation to white-list
|
2019-10-22 19:42:58 -04:00 |
yangdsh
|
d71c131e5b
|
work around a pylint & astroid bug
|
2019-10-22 19:42:58 -04:00 |
yangdsh
|
794418d29f
|
simulate a DB tuning environment to test DDPG performance
|
2019-10-22 19:42:58 -04:00 |
arifiorino
|
b215b156a4
|
Moved LHS to Server
|
2019-10-21 17:35:28 -04:00 |
yangdsh
|
a2234d08cc
|
set default minval of knob according to hardware
|
2019-10-15 21:01:53 -04:00 |
yangdsh
|
e4a97d060d
|
add command resetwebsite
|
2019-10-15 15:01:55 -04:00 |
yangdsh
|
fb7ee5c6a3
|
dump and load session knob tunability
|
2019-10-15 15:01:55 -04:00 |
yangdsh
|
ab17aafac4
|
modify ddpg test
change the expectation values in dnn test
|
2019-10-15 10:41:38 -04:00 |
Dana Van Aken
|
dcb3152ec5
|
Added valid target objectives to the session create/edit form
|
2019-10-14 19:08:43 -04:00 |
Dana Van Aken
|
2b9f199c6f
|
Call makemigrations before running our Django tests
|
2019-10-14 19:08:43 -04:00 |
Dana Van Aken
|
01b4ec3f53
|
Support adding custom target objectives to the website/db/*/target_objective.py modules
|
2019-10-14 19:08:43 -04:00 |
Dana Van Aken
|
f68c23e975
|
Added outer db module and moved parser code into it
|
2019-10-14 19:08:43 -04:00 |
yangdsh
|
a3833d83b1
|
normalize reward; square reward
|
2019-10-14 17:52:04 -04:00 |
yangdsh
|
090387a176
|
change the expected value in ddpg test
|
2019-10-14 17:52:04 -04:00 |
yangdsh
|
f071a0e62c
|
modify the hyper parameter and reward of ddpg
|
2019-10-14 17:52:04 -04:00 |
bohanjason
|
a5f393cdc1
|
test for dnn
|
2019-10-09 00:19:56 -04:00 |
Dana Van Aken
|
0da1b724cc
|
Added postgresql client package to Dockerfiles and psycopg2-binary to requirements.txt, removed unused matplotlib code/package from analysis/cluster.py and requirements.txt, replaced commands in docker start.sh file with new management commands.
|
2019-10-08 09:32:25 -04:00 |
Dana Van Aken
|
e8f28ebef0
|
Added another function that converts bytes/ms to human-readable values without loss of resolution.
|
2019-10-08 09:32:25 -04:00 |
Dana Van Aken
|
3d70990ff1
|
The calculation of maxval for session knobs that use memory/storage resources is now set to 80% of the available resource (versus 100%)
|
2019-10-08 09:32:25 -04:00 |
Dana Van Aken
|
c568c09c00
|
Enforce unique Project.name for same user and unique Session.name for same user and project
|
2019-10-08 09:32:25 -04:00 |
Dana Van Aken
|
40c75de3ce
|
Added additional Oracle views to metric collection (v, v).
|
2019-10-08 09:32:25 -04:00 |
Dana Van Aken
|
162dc48c53
|
Added option to dump debug info in 3 places: (1) the session view, (2) as a command in manage.py, and (3) as a fab command in the driver.
|
2019-10-08 09:32:25 -04:00 |
DongshengYang
|
309d327a44
|
use assertAlmostEqual instead of assertEqual
|
2019-10-08 08:58:51 -04:00 |
DongshengYang
|
f08204b9d6
|
Add testing for ddpg model
|
2019-10-08 08:58:51 -04:00 |
Bohan Zhang
|
876d975713
|
improve UI
|
2019-10-08 08:29:10 -04:00 |
bohanjason
|
c5702e9159
|
tweak alignment in UI
|
2019-10-08 08:29:10 -04:00 |
bohanjason
|
924cccc459
|
update navbar in UI
|
2019-10-08 08:29:10 -04:00 |