Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2015-10-05 19:25:17 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-10-05 19:25:17 +0300
commit67fb5cd5f038ae9ca4f8d5ef349364372de9db5a (patch)
tree393ae1a51bc374990727a09f528215c3fdb17358 /moses/Hypothesis.h
parent89014a9696e77222b7b11ceefc880e2b6be35f66 (diff)
move CalcFutureScore() out of inner loop.
Diffstat (limited to 'moses/Hypothesis.h')
-rw-r--r--moses/Hypothesis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Hypothesis.h b/moses/Hypothesis.h
index 0ce75b83c..8c198f2da 100644
--- a/moses/Hypothesis.h
+++ b/moses/Hypothesis.h
@@ -146,7 +146,7 @@ public:
return m_currTargetWordsRange.GetNumWordsCovered();
}
- void EvaluateWhenApplied(const SquareMatrix &futureScore);
+ void EvaluateWhenApplied(float futureScore);
int GetId()const {
return m_id;