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
2012-06-01fix start weights in experiment.perl, add hypothesis queue for picking hope a...Eva Hasler
2012-05-10changed permission, everything changed..Eva Hasler
2011-11-18Replace assert with CHECK until people learn how to use assert properlyKenneth Heafield
2011-11-14Minimize using #include headers in headers.Tetsuo Kiso
2011-11-12Fix usage of whitespaces for Optimizers.Tetsuo Kiso
2011-11-12Make Point::score a private by defining accessor/mutator.Tetsuo Kiso
2011-11-12Fix constructors of scorer classes and optimizer classes.Tetsuo Kiso
2011-11-12Remove unnecessary semicolons used in end of member functions.Tetsuo Kiso
2011-11-12Fix indentation.Tetsuo Kiso
2011-11-12Fix class, function, and implementation comments format.Tetsuo Kiso
2011-11-11Fix memory leaks in mert.Tetsuo Kiso
2011-07-23added random directions [Cer&al.,2008] and historic best as starting points [...phkoehn
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
2010-12-08improvement to error messagebhaddow
2010-04-12Prevent intersections going to infinitybhaddow
2010-01-08now it is possible to perform mert on a subset of featuresnicolabertoldi
2009-01-07 small change to reduce few useless computationsnicolabertoldi
2009-01-07imported utilities for timing from Mosesnicolabertoldi
2008-05-27- made output more compliant with old versionnicolabertoldi
2008-05-23safer(hopefully) insertion of threshold in LineOptimizejfouet
2008-05-23change from int to unsigned where needednicolabertoldi
2008-05-22Fixes to optimiser to stop it crashing and failing assertbhaddow
2008-05-21modified log outputs to e comliant with old mertnicolabertoldi
2008-05-21Fixed small bug in initialisation of 1bestsbhaddow
2008-05-20simplification of LineOptimizer code (same behaviour)jfouet
2008-05-20Fix bug in finding of leftmost, higher line in optimizerbhaddow
2008-05-17Option to use random optimiserbhaddow
2008-05-16Remove extra debugbhaddow
2008-05-16Fixes to optimiser: correct calculation of intersection, choice of bestx and ...bhaddow
2008-05-16bugfixesjfouet
2008-05-16add init.opt filejfouet
2008-05-16bugfixesjfouet
2008-05-16bugfixes+ introduction of verbose leveljfouet
2008-05-16bug fixesjfouet
2008-05-15add Types.h to unify the typedefsjfouet
2008-05-15Add scorer factory. Fix compile error in Optimizerbhaddow
2008-05-15implementation of the mainjfouet
2008-05-15implementation of optimization on a subset of the parameters + debug mode in ...jfouet
2008-05-14add some sanity checksjfouet
2008-05-14buxfixes on lineOptimizejfouet
2008-05-14implementation of LineOptimizerjfouet
2008-05-14fix compilation of Optimizerjfouet
2008-05-14add const get accesor to FeatureDataand Arrayjfouet
2008-05-14objet code for the Optimzer algorithmjfouet