fix variable name

This commit is contained in:
yangdsh 2019-11-23 20:25:47 +00:00 committed by Dana Van Aken
parent 69dacaf193
commit 73cd8489f7
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ DEFAULT_UCB_SCALE = 0.2
# ---HYPERPARAMETER TUNING FOR GPR---
HP_MAX_ITER = 5000
HP_DEFAULT_LEARNING_RATE = 0.001
HP_LEARNING_RATE = 0.001
# ---GRADIENT DESCENT FOR DNN---
DNN_TRAIN_ITER = 500