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 (Expand)Author
2011-12-27converted to use autotoolsBrian Muller
2011-12-02changed substring to begin..end rather than start...endJohn Langford
2011-12-02tweaked tag format to allow whitespaceJohn Langford
2011-11-22fixed last thread_bits removal bugJohn Langford
2011-10-24revert lihongs patch which due to extra stuffJohn Langford
2011-10-24To be merged with main branch.Lihong Li
2011-09-23fixed isnan? from Dirk and SteveJohn Langford
2011-09-07explicit isnan scoping with DirkJohn Langford
2011-09-02fixed default feature value from DirkJohn Langford
2011-09-02add -std=c++0x and deal with all kinds of type and namespace issuesJohn Langford
2011-06-10things unbroken, maybe?Jacob Hofman
2011-06-04minor hashbug fix from SudarshanJohn Langford
2011-05-25committed already?John Langford
2011-03-21fix arm alignment bug from Jani and extra whitespace removal from sudarshanJohn Langford
2011-03-21fix hash bug and cycle learning rate bugJohn Langford
2011-03-09small change to hashstring functionJacob Hofman
2010-09-25initial per-feature learning rate from NikosJohn Langford
2010-09-24optimizations for speedJohn Langford
2010-09-23incorporated two minor fixes from NikosJohn Langford
2010-09-17added --hash option for specifying different hash functionsNikos Karampatziakis
2010-04-20deleted debian-specific and tweaked n/skip generation so it made sense. Must...John Langford
2010-04-19Supports signed differences in the cache format. This uses the ZigZagEncoding...Shravan M Narayanamurthy
2010-04-19fixed hang on save tag bugJohn Langford
2009-12-11Adding support for compression using zlib/gzipShravan M Narayanamurthy
2009-12-05minor bugfixesJohn Langford
2009-12-04tweaked format for tag and labelJohn Langford
2009-12-01changed to zero copy float conversionJohn Langford
2009-12-01fixed performance bug due to unnecessary sortingJohn Langford
2009-09-20first compiling (but not debugged) cluster version.John Langford
2009-09-14First compiling version of multisource support.John Langford
2009-09-01Revamped IO so that inputs and caching are independent, and multiple caches c...John Langford
2009-08-31Reworked things so input and output are distinct.John Langford
2009-08-31Merge branch 'master' into clusterJohn Langford
2009-08-27Fixed pthread_cond_wait bug due to spurious wakeups.Daniel Hsu
2009-08-23Made binary mode sending work.John Langford
2009-08-22Debugged sender.John Langford
2009-08-22Merge branch 'master' into clusterJohn Langford
2009-08-22NaN check on input and making it so cache file is valid for smaller cache sizes.John Langford
2009-08-17First sending core.John Langford
2009-08-07Something minorJohn Langford
2009-08-07Fixed egregious computational performance bug.John Langford
2009-08-06Moved core thread creation into gd.John Langford
2009-08-05Include file minimization.John Langford
2009-08-01Initial release of version 3.10. I've incorporated some of theJohn Langford
2009-05-01check in minimal changes to get compile and test on both Linux and Mac OS XGordon Rios
2009-04-30initial check inGordon Rios