2008-10-09 |
Joris Mooij | Fixed regression in TFactor::partSum |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Joris Mooij | Improved documentation of include/dai/enum.h and includ... |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Joris Mooij | Improved documentation... |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Joris Mooij | Oops, correct previous partial commit. |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Joris Mooij | Improved documentation of bipgraph.h and added example_... |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Joris Mooij | Cleanups of matlab, BP; small improvement of utils... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Joris Mooij | Fixed some little typos in v0.2.2 |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Joris Mooij | Significant improvement of documentation |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Joris Mooij | Misc changes |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Joris Mooij | Updated copyrights |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Joris Mooij | Generalized VarSet to "template<typename T> small_set<T>" |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Joris Mooij | Added max-product version of BP |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Joris Mooij | Removed x2x |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Joris Mooij | Replaced all "protected:" by "private:" or "public:" |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Joris Mooij | Replaced sub_nb class in mr.h by boost::dynamic_bitset |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Joris Mooij | Merged SVN head ... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Joris Mooij | Merged jtree.h and jtree.cpp from SVN head |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Joris Mooij | Merged bp.h and bp.cpp from SVN head |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Joris Mooij | Merged mf.* from SVN head (which implements damping)... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Joris Mooij | Merged tests/*, matlab/*, utils/* from SVN head... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Joris Mooij | Merged regiongraph.* and daialg.* from SVN head, |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Joris Mooij | Fixed previous partial commit which left everything... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Joris Mooij | Merged prob.h, factorgraph.h, factograph.cpp from SVN... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Joris Mooij | Merged factor.h from SVN head |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Joris Mooij | Merge branch 'master' of git@git.tuebingen.mpg.de:libdai |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Joris Mooij | Small changes |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Joris Mooij | - Solved the proliferation of type checks for different... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Joris Mooij | Added ExactInf class for doing brute force exact infere... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Joris Mooij | Removed remove_short_loops functionality. |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Joris Mooij | Replaced ENUM2,ENUM3,ENUM4,ENUM5,ENUM6 by single DAI_EN... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Joris Mooij | Small doc changes |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Joris Mooij | Merge branch 'master' of git@git.tuebingen.mpg.de:libdai |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Joris Mooij | Removed stuff from InfAlg, moved it to individual infer... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Joris Mooij | Several small changes |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Joris Mooij | Replaced complex numbers by real numbers |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Joris Mooij | Replaced some FactorGraph functionality in InfAlg by... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Joris Mooij | Added Exceptions framework (and more) |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Joris Mooij | Fixed NAN related bugs for Visual C++. |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Joris Mooij | Now compiles also with Visual Studio 2008 under Windows... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Joris Mooij | Fixed nasty bug in BipartiteGraph::erase1 and erase2 |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Joris Mooij | Two small bugfixes |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Joris Mooij | Merged var.h and varset.h from SVN head |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Joris Mooij | Improved BipartiteGraph doxygen documentation. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Joris Mooij | Improved ClusterGraph implementation and MaxSpanningTre... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Joris Mooij | Miscellaneous changes: |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Joris Mooij | Added "logdomain" property to BP. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Joris Mooij | Improved index.h (merged from SVN head), which yields... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Joris Mooij | Small misc changes |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Joris Mooij | Merge branch 'no-edges2' |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Joris Mooij | Pervasive change of BipartiteGraph implementation |
commit | commitdiff | tree | snapshot |
2008-09-05 |
Joris Mooij | Fixed little bug in fg2dot.cpp |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Joris Mooij | * Contributions by Giuseppe Passino in dai::TProb. |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Joris Mooij | Misc small changes: |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Joris Mooij | Partial adoption of contributions by Giuseppe: |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Joris Mooij | Adopted contributions by Christian. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Joris Mooij | Initial commit of libDAI-0.2.1 |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Joris Mooij | Third test commit. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Joris Mooij | Second test commit |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Joris Mooij | Initial commit (just a test) |
commit | commitdiff | tree | snapshot |
|