ivan-zapreev / Distributed-Translation-Infrastructure

The distributed statistical machine translation infrastructure consisting of load balancing, text pre/post-processing and translation services. Written in C++ 11 and utilises multicore CPUs by employing multi-threading, allows for secure SSL/TLS communications.
GNU General Public License v2.0
12 stars 3 forks source link

Fix iteration count check so it stops at the maximum number (not after) #18

Closed jamesdbaker closed 5 years ago

jamesdbaker commented 5 years ago

Documentation states that the tuning will stop after 30 iterations, but if you leave it to run it currently finishes after 31 iterations. This should fix it so that it iterates the expected number of times.

ivan-zapreev commented 5 years ago

Thank your for fixing this James!