summaryrefslogtreecommitdiffstats
path: root/dpd
diff options
context:
space:
mode:
authorandreas128 <Andreas>2017-09-27 21:23:58 +0200
committerandreas128 <Andreas>2017-09-27 21:23:58 +0200
commitb03863220725e35e1e44ada93e8ea87b8a3b1efc (patch)
tree5603037266b61c469ec798d6b528c202d28ea5b6 /dpd
parent174027f648b55aef3596d9c630c79a35e1189aea (diff)
downloaddabmod-b03863220725e35e1e44ada93e8ea87b8a3b1efc.tar.gz
dabmod-b03863220725e35e1e44ada93e8ea87b8a3b1efc.tar.bz2
dabmod-b03863220725e35e1e44ada93e8ea87b8a3b1efc.zip
Change heuristic
Diffstat (limited to 'dpd')
-rw-r--r--dpd/src/Heuristics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpd/src/Heuristics.py b/dpd/src/Heuristics.py
index b6ec37f..90a4ed6 100644
--- a/dpd/src/Heuristics.py
+++ b/dpd/src/Heuristics.py
@@ -18,7 +18,7 @@ def get_learning_rate(idx_run):
def get_n_meas(idx_run):
idx_max = 10.0
- n_meas_min = 5
+ n_meas_min = 10
n_meas_max = 50
n_meas_delta = n_meas_max - n_meas_min
idx_run = min(idx_run, idx_max)