9f71d1c8de
improve simulator and ddpg
yangdsh
2019-10-28 17:37:08 +00:00
5431154784
add dnn and gpr to simulation
yangdsh
2019-10-24 20:42:39 +00:00
2974cdab2b
Update pylintrc
Dana Van Aken
2019-10-24 18:30:20 -04:00
7d8dcaee47
This shold fix the error from running git reset on an invalid TRAVIS_COMMIT_RANGE from empty commits and rebases
dvanaken
2019-10-23 23:21:22 -04:00
cc421ab959
pass required travis var into the docker container
dvanaken
2019-10-23 16:42:53 -04:00
336221d886
Bump requests from 2.18.4 to 2.20.0 in /server/website
dependabot[bot]
2019-10-22 23:46:56 +00:00
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.
dvanaken
2019-10-22 15:11:03 -04:00
68fedf765d
Bump tensorflow from 1.10 to 1.12.2 in /server/website
dependabot[bot]
2019-10-22 02:57:47 +00:00
826137bd3b
add simulation to white-list
yangdsh
2019-10-22 23:09:56 +00:00
d71c131e5b
work around a pylint & astroid bug
yangdsh
2019-10-22 22:22:18 +00:00
794418d29f
simulate a DB tuning environment to test DDPG performance
yangdsh
2019-10-21 19:23:27 +00:00
b215b156a4
Moved LHS to Server
arifiorino
2019-10-21 20:58:13 +00:00
a2234d08cc
set default minval of knob according to hardware
yangdsh
2019-10-14 18:47:51 +00:00
090387a176
change the expected value in ddpg test
yangdsh
2019-10-14 03:52:06 +00:00
f071a0e62c
modify the hyper parameter and reward of ddpg
yangdsh
2019-10-14 02:58:50 +00:00
a5f393cdc1
test for dnn
bohanjason
2019-10-08 21:58:19 -04:00
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.
Dana Van Aken
2019-10-08 07:21:08 -04:00
e8f28ebef0
Added another function that converts bytes/ms to human-readable values without loss of resolution.
Dana Van Aken
2019-10-08 06:09:45 -04:00
3d70990ff1
The calculation of maxval for session knobs that use memory/storage resources is now set to 80% of the available resource (versus 100%)
Dana Van Aken
2019-10-08 05:07:45 -04:00
c568c09c00
Enforce unique Project.name for same user and unique Session.name for same user and project
Dana Van Aken
2019-10-08 05:03:11 -04:00
40c75de3ce
Added additional Oracle views to metric collection (v, v).
Dana Van Aken
2019-10-07 19:34:03 -04:00
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.
Dana Van Aken
2019-10-03 22:21:51 -04:00
309d327a44
use assertAlmostEqual instead of assertEqual
DongshengYang
2019-10-08 01:41:02 -04:00
f08204b9d6
Add testing for ddpg model
DongshengYang
2019-10-07 19:43:10 -04:00
e676433ece
Changes: - fixed bug in validator causing it to validate files in excluded directories and updated the pre-commit hook - hardware uniqueness is now based on the cpu, memory, storage, and storage_type fields, fixes#230 - initial settings of a minval/maxval for a session knob are calculated based on its resource type and the user's hardware - squashed migrations
Dana Van Aken
2019-10-03 02:08:11 -04:00
c14a337695
Removed obsolete methods from parser and fields from Session model
Dana Van Aken
2019-10-01 21:11:46 -04:00
b3c42a81fb
Added django-db-logger for storing log messages in the database, removed random *.sh scripts from website code then extended manage.py with same commands
Dana Van Aken
2019-10-01 20:17:23 -04:00
6b8aeb6043
fixed expected status_codes in tests
Dana Van Aken
2019-10-01 02:32:00 -04:00
390e58b24d
added some manage.py extensions
Dana Van Aken
2019-10-01 01:55:34 -04:00
e5edd2a7f4
Fixed celery task logging and added filehandler
Dana Van Aken
2019-10-01 01:40:07 -04:00
863d6619ba
Fixed incorrect parsing behavior for float-type metrics
Dana Van Aken
2019-10-01 01:21:46 -04:00
d1c13de42f
Consolidated driver scripts and added status codes to the query_and_get and new_result responses
Dana Van Aken
2019-10-01 01:17:49 -04:00
8743c0c2b1
support oracle v12 in ottertune server
DongshengYang
2019-10-03 18:19:41 -04:00
494b23678e
use algorithm tpye
bohanjason
2019-09-30 00:03:24 -04:00
e9f503ef3e
change to algoroithm tpyes
bohanjason
2019-09-29 23:58:35 -04:00
25d0838376
save dnn model into database
bohanjason
2019-09-29 20:53:23 -04:00