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
AgeCommit message (Expand)Author
2015-04-23Add cross-platform randomizer module.Jeroen Vermeulen
2015-04-22Thread-safe, platform-agnostic randomizer.Jeroen Vermeulen
2014-01-15beautifyNicola Bertoldi
2013-11-18replace CHECK with UTIL_THROW_IF in mertHieu Hoang
2013-05-29beautifyHieu Hoang
2012-06-30namespace all classes in mert directoryHieu Hoang
2012-04-12Pass by reference instead of returning objects.Tetsuo Kiso
2012-04-12Add const to return values of overloaded operators.Tetsuo Kiso
2012-04-12Reduce the number of calling the numeric_limits constructor.Tetsuo Kiso
2012-03-10mert: Prefix private members with "m_" except TER.Tetsuo Kiso
2012-02-27Fix a mistake in a previous commit: tuning on a subset of features.Tetsuo Kiso
2012-02-01Change casts to C++ style casts, and delete unnecessary casts.Tetsuo Kiso
2011-11-18Replace assert with CHECK until people learn how to use assert properlyKenneth Heafield
2011-11-14Add missing headers.Tetsuo Kiso
2011-11-14Minimize using #include headers in headers.Tetsuo Kiso
2011-11-12Fix initialization of score_, and add destructor.Tetsuo Kiso
2011-11-12Make Point::score a private by defining accessor/mutator.Tetsuo Kiso
2011-11-12Remove unnecessary semicolons used in end of member functions.Tetsuo Kiso
2011-11-12Fix class, function, and implementation comments format.Tetsuo Kiso
2011-09-15Implementation of sharding and resampling in mert.bhaddow
2011-07-04- cmert: added support for passing min and max values for weightsbojar
2011-02-24run beautify.perl. Consistent formatting for .h & .cpp fileshieuhoang1972
2009-10-01changing the randomize function -from rand() to random()- to have the same be...nicolabertoldi
2009-02-12Fix random restarts so that they are actually random, using the system clock bhaddow
2008-05-27- made output more compliant with old versionnicolabertoldi
2008-05-23change from int to unsigned where needednicolabertoldi
2008-05-21modified log outputs to e comliant with old mertnicolabertoldi
2008-05-16bugfixesjfouet
2008-05-16bugfixes+ introduction of verbose leveljfouet
2008-05-15add Types.h to unify the typedefsjfouet
2008-05-15various small fixesjfouet
2008-05-15implementation of the mainjfouet
2008-05-15implementation of optimization on a subset of the parameters + debug mode in ...jfouet
2008-05-14implementation of LineOptimizerjfouet
2008-05-14class to inplement a set of lambda parameter and their stat scorejfouet