2009-02-05 |
Joris Mooij | Miscellaneuos changes thanks to Dan Preston |
tree | commitdiff |
2008-12-24 |
Joris Mooij | [Peter Gober] libDAI now compiles out-of-the-box under... |
tree | commitdiff |
2008-12-04 |
Joris Mooij | Updated ChangeLog, README and some copyrights |
tree | commitdiff |
2008-11-19 |
Joris Mooij | Finished integrating Gibbs sampler by Frederik Eaton... |
tree | commitdiff |
2008-11-16 |
Joris Mooij | Removed cache because it's not always a performance... |
tree | commitdiff |
2008-11-16 |
Joris Mooij | Made state a member variable of Gibbs, and added a... |
tree | commitdiff |
2008-11-14 |
Joris Mooij | Merge branch 'master' into gibbs |
tree | commitdiff |
2008-11-14 |
Joris Mooij | Added Gibbs code provided by Frederik Eaton |
tree | commitdiff |
2008-11-14 |
Joris Mooij | Some small changes |
tree | commitdiff |
2008-10-15 |
Joris Mooij | Changed regression test so that it also works under... |
tree | commitdiff |
2008-10-10 |
Joris Mooij | Merged TODO and FILEFORMAT into doxygen documentation... |
tree | commitdiff |
2008-10-10 |
Joris Mooij | Improved documentation of factor.h, ... |
tree | commitdiff |
2008-10-09 |
Joris Mooij | Fixed regression in TFactor::partSum |
tree | commitdiff |
2008-10-09 |
Joris Mooij | Improved documentation of include/dai/enum.h and includ... |
tree | commitdiff |
2008-10-09 |
Joris Mooij | Improved documentation... |
tree | commitdiff |
2008-10-08 |
Joris Mooij | Oops, correct previous partial commit. |
tree | commitdiff |
2008-10-08 |
Joris Mooij | Cleanups of matlab, BP; small improvement of utils... |
tree | commitdiff |
2008-09-30 |
Joris Mooij | Significant improvement of documentation |
tree | commitdiff |
2008-09-30 |
Joris Mooij | Updated copyrights |
tree | commitdiff |
2008-09-29 |
Joris Mooij | Generalized VarSet to "template<typename T> small_set<T>" |
tree | commitdiff |
2008-09-29 |
Joris Mooij | Added max-product version of BP |
tree | commitdiff |
2008-09-29 |
Joris Mooij | Removed x2x |
tree | commitdiff |
2008-09-29 |
Joris Mooij | Replaced all "protected:" by "private:" or "public:" |
tree | commitdiff |
2008-09-29 |
Joris Mooij | Replaced sub_nb class in mr.h by boost::dynamic_bitset |
tree | commitdiff |
2008-09-29 |
Joris Mooij | Merged SVN head ... |
tree | commitdiff |
2008-09-27 |
Joris Mooij | Merged jtree.h and jtree.cpp from SVN head |
tree | commitdiff |
2008-09-26 |
Joris Mooij | Merged bp.h and bp.cpp from SVN head |
tree | commitdiff |
2008-09-26 |
Joris Mooij | Merged mf.* from SVN head (which implements damping)... |
tree | commitdiff |
2008-09-26 |
Joris Mooij | Merged tests/*, matlab/*, utils/* from SVN head... |
tree | commitdiff |
2008-09-26 |
Joris Mooij | Merged regiongraph.* and daialg.* from SVN head, |
tree | commitdiff |
2008-09-26 |
Joris Mooij | Fixed previous partial commit which left everything... |
tree | commitdiff |
2008-09-26 |
Joris Mooij | Merged prob.h, factorgraph.h, factograph.cpp from SVN... |
tree | commitdiff |
2008-09-24 |
Joris Mooij | Merged factor.h from SVN head |
tree | commitdiff |
2008-09-24 |
Joris Mooij | Merge branch 'master' of git@git.tuebingen.mpg.de:libdai |
tree | commitdiff |
2008-09-24 |
Joris Mooij | Small changes |
tree | commitdiff |
2008-09-24 |
Joris Mooij | - Solved the proliferation of type checks for different... |
tree | commitdiff |
2008-09-23 |
Joris Mooij | Added ExactInf class for doing brute force exact infere... |
tree | commitdiff |
2008-09-23 |
Joris Mooij | Replaced ENUM2,ENUM3,ENUM4,ENUM5,ENUM6 by single DAI_EN... |
tree | commitdiff |
2008-09-22 |
Joris Mooij | Small doc changes |
tree | commitdiff |
2008-09-21 |
Joris Mooij | Merge branch 'master' of git@git.tuebingen.mpg.de:libdai |
tree | commitdiff |
2008-09-21 |
Joris Mooij | Removed stuff from InfAlg, moved it to individual infer... |
tree | commitdiff |
2008-09-19 |
Joris Mooij | Several small changes |
tree | commitdiff |
2008-09-19 |
Joris Mooij | Replaced complex numbers by real numbers |
tree | commitdiff |
2008-09-19 |
Joris Mooij | Replaced some FactorGraph functionality in InfAlg by... |
tree | commitdiff |
2008-09-19 |
Joris Mooij | Added Exceptions framework (and more) |
tree | commitdiff |
2008-09-18 |
Joris Mooij | Fixed NAN related bugs for Visual C++. |
tree | commitdiff |
2008-09-18 |
Joris Mooij | Now compiles also with Visual Studio 2008 under Windows... |
tree | commitdiff |
2008-09-15 |
Joris Mooij | Fixed nasty bug in BipartiteGraph::erase1 and erase2 |
tree | commitdiff |
2008-09-13 |
Joris Mooij | Two small bugfixes |
tree | commitdiff |
2008-09-13 |
Joris Mooij | Merged var.h and varset.h from SVN head |
tree | commitdiff |
2008-09-11 |
Joris Mooij | Improved BipartiteGraph doxygen documentation. |
tree | commitdiff |
2008-09-11 |
Joris Mooij | Improved ClusterGraph implementation and MaxSpanningTre... |
tree | commitdiff |
2008-09-09 |
Joris Mooij | Miscellaneous changes: |
tree | commitdiff |
2008-09-09 |
Joris Mooij | Added "logdomain" property to BP. |
tree | commitdiff |
2008-09-08 |
Joris Mooij | Improved index.h (merged from SVN head), which yields... |
tree | commitdiff |
2008-09-08 |
Joris Mooij | Small misc changes |
tree | commitdiff |
2008-09-08 |
Joris Mooij | Merge branch 'no-edges2' |
tree | commitdiff |
2008-09-08 |
Joris Mooij | Pervasive change of BipartiteGraph implementation |
tree | commitdiff |
2008-09-03 |
Joris Mooij | * Contributions by Giuseppe Passino in dai::TProb. |
tree | commitdiff |
2008-09-03 |
Joris Mooij | Misc small changes: |
tree | commitdiff |
2008-08-25 |
Joris Mooij | Partial adoption of contributions by Giuseppe: |
tree | commitdiff |
|