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

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-17use pragma onceJohn Langford
2014-07-24Fix float point overflow when doing pass upQiao Mu
The old way of rounding floor(x/((float)sizeof(int)))*sizeof(int)) will cause overflow when x is greater than 203672784. For example, if x is 203672792, the above expression will give 203672800. When this bigger value is minus by parent_sent_pos, negative value can be generated which is later assigned to an unsigned integer. This will cause the whole learning fail. This patch fixes the above expression and a potential network problem.
2014-06-12Merge branch 'master' into stagewise_polyfenchel
Conflicts: vowpalwabbit/Makefile.am vowpalwabbit/accumulate.cc vowpalwabbit/allreduce.h vowpalwabbit/parse_args.cc
2014-06-12poly:: misc cleanupfenchel
removed ssm removed multiple hashes did various poly code cosmetics int -> size_t in allreduce tweakage
2014-05-27fixed allreduceAlekh Agarwal
2014-05-19fixed parallelAlekh Agarwal
2014-05-19use strerror(errno) for error reporting throughoutSam Steingold
2014-05-16use close() instead of shutdown(RDWD)Sam Steingold
See http://stackoverflow.com/questions/4160347/close-vs-shutdown-socket
2014-05-01debug commitJohn Langford
2014-04-30VS2012 typefixes and bugfixesU-NORTHAMERICA\jcl
2014-04-03.Alekh Agarwal
2014-04-03updating allreduceAlekh Agarwal
2013-01-22no global in allreduce.ccJohn Langford
2012-09-29update header licensingJohn Langford
2012-01-03now creating a linkable libraryBrian Muller