From 9954be2a2d94c6d7ebed8b36364d02e97084b9f2 Mon Sep 17 00:00:00 2001 From: andreas128 Date: Wed, 27 Sep 2017 20:59:17 +0200 Subject: Change fixed learning rate and number of measurements to heuristic --- dpd/src/Const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dpd/src/Const.py') diff --git a/dpd/src/Const.py b/dpd/src/Const.py index 2f9e151..bf46796 100644 --- a/dpd/src/Const.py +++ b/dpd/src/Const.py @@ -58,7 +58,7 @@ class Const: self.RAGC_rx_median_target = self.TAGC_tx_median_target # Constants for Model - self.MDL_plot = False + self.MDL_plot = True # Constants for MER self.MER_plot = False -- cgit v1.2.3