From: Kevin Brubeck Unhammer Date: Thu, 18 Sep 2008 10:15:21 +0000 (+0200) Subject: another little fix to stop initialization X-Git-Url: https://repo.or.cz/w/dmvccm.git/commitdiff_plain/45b2d050839cdbe4bf568e243832e324f63a8c9c another little fix to stop initialization --- diff --git a/report/report.pdf b/report/report.pdf index 44b6911..004465e 100644 Binary files a/report/report.pdf and b/report/report.pdf differ diff --git a/report/report.tex b/report/report.tex index df06de3..44fced8 100644 --- a/report/report.tex +++ b/report/report.tex @@ -383,7 +383,7 @@ border\footnote{For non-adjacent stopping we checked for occurence at \begin{align*} P_{STOP}(stop|h,left,adj) = \frac {C_{M} + \sum_{s \in S}\sum_{\LOC{h} \in s} f(stop:\LOC{h},left,adj)} - {C_{M} + \sum_{s \in S}\sum_{\LOC{h} \in s} C_N} + {C_{M} + \sum_{s \in S}\sum_{\LOC{h} \in s} C_S+C_N} \end{align*} \subsection{TODO: Results} diff --git a/src/main.py b/src/main.py index b5b6336..94c490f 100644 --- a/src/main.py +++ b/src/main.py @@ -15,10 +15,10 @@ def initialize_loc_h(tagonlys): # loc_h_harmonic.HARMONIC_C = 380.111684914 # loc_h_harmonic.FSTOP_MIN = 13.5744632704 # loc_h_harmonic.FNONSTOP_MIN = 34.8939452454 - loc_h_harmonic.HARMONIC_C = random.random() # 0.0 # 509.63 #1000.0 * random.random() - loc_h_harmonic.FSTOP_MIN = random.random() # 1.0 # 13.08 #20.0 * random.random() - loc_h_harmonic.STOP_C = random.random() - loc_h_harmonic.NSTOP_C = random.random() + loc_h_harmonic.HARMONIC_C = 0.0 # random.random() # 509.63 + loc_h_harmonic.FSTOP_MIN = 1.0 # random.random() # 13.08 + loc_h_harmonic.STOP_C = 1.0 # random.random() + loc_h_harmonic.NSTOP_C = 1.0 # random.random() loc_h_harmonic.RIGHT_FIRST = 1.0 loc_h_harmonic.OLD_STOP_CALC = False