2011-07-07 |
Joris Mooij | Changed license from GPL v2+ to FreeBSD (aka BSD 2... |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Joris Mooij | Fixed numerical issues in MF, FBP and TRWBP (discovered... |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Joris Mooij | Small change |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Joris Mooij | Merge branch 'master' of git.tuebingen.mpg.de:libdai |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Joris Mooij | A few small changes |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Joris Mooij | Small change in src/factorgraph.cpp |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Joris Mooij | Updated examples/example.cpp |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Joris Mooij | Oops, something went wrong in the last commit... restor... |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Joris Mooij | Implemented workaround for bug in State() class found... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Joris Mooij | Fixed bug in findMaximum(): inconsistent max-beliefs... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Joris Mooij | Fixed a Boost-related bug in src/util.cpp (reported... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Joris Mooij | Fixed two bugs in examples/example_sprinkler_gibbs... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Joris Mooij | Merge branch 'master' of git.tuebingen.mpg.de:libdai |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Joris Mooij | Fixed bug in tokenizeString() and Evidence::addEvidence... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Joris Mooij | [Frederik Eaton] Fixed some random number seed issues |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Joris Mooij | Improved code in matlab/dai.cpp that tests whether... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Joris Mooij | Merge branch 'master' of git.tuebingen.mpg.de:libdai |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Joris Mooij | Updated bibliography details of libDAI JMLR paper |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Joris Mooij | Replaced Name members by name() virtual functions ... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Joris Mooij | Finished a new release: libDAI 0.2.7. v0.2.7 |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Joris Mooij | Removed interfaces deprecated in 0.2.6 |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Joris Mooij | Fixed a bug in JTree::findMaximum() (reported by zhengy... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Joris Mooij | Finished a new release: libDAI v0.2.6 v0.2.6 |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Joris Mooij | Fixed example_imagesegmentation by adding InfAlg::setMa... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Joris Mooij | Image segmentation example now has a build flag for... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Joris Mooij | Made members Neighbor, Neighbors and Edge of Graph... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Joris Mooij | Added functionality for reading files in the UAI approx... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Joris Mooij | Improved tokenizeString |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Joris Mooij | Removed "optimized" code from ClusterGraph |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Joris Mooij | Fixed a bug (introduced in commit 64db6bc3...) and... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Joris Mooij | Some small documentation updates |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Joris Mooij | Added source code for one of the winning solvers of... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Joris Mooij | Improved VarSet and the GIBBS alias |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Joris Mooij | Fixed bug in BP (introduced in commit b8f96214...)... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Joris Mooij | Improved ClusterGraph and JTree (added 'maxmem' property) |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Joris Mooij | Improved HAK (added 'maxtime' property) |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Joris Mooij | Improved TreeEP (added 'maxtime' property) |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Joris Mooij | Improved Gibbs and added FactorGraph::logScore( const... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Joris Mooij | Improved BP (added 'maxtime' property) |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Joris Mooij | Added some unit tests that I forgot earlier |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Joris Mooij | Added fromString<>( const std::string& x ) |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Joris Mooij | Added SmallSet::erase( const T& t ) |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Joris Mooij | Added decimation algorithm DECMAP |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Joris Mooij | [Peter Rockett] Improved Makefiles for image segmentati... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Joris Mooij | Updated documentation of dai.m (suggested by Kevin... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Joris Mooij | Merge branch 'master' of git@git.tuebingen.mpg.de:libdai |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Joris Mooij | Added backwards compatability code for example_imageseg... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Joris Mooij | Improved performance of TreeEP constructor |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Joris Mooij | Removed deprecated interfaces |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Joris Mooij | Miscellaneous improvements in FactorGraph, Permute... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Joris Mooij | Merge branch 'master' of git.tuebingen.mpg.de:libdai |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Joris Mooij | Fixed three minor issues |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Joris Mooij | Fixed two problems related to g++ 4.0.0 on Darwin 9.8.0 |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Joris Mooij | Fixed wrong version number in documentation and README v0.2.5 |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Joris Mooij | Finished a new release: libDAI 0.2.5 |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Joris Mooij | Added DAG class and various minor improvements |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Joris Mooij | Hopefully the final change to make the regression test... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Joris Mooij | Improved regression test (again) to make it reproducible |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Joris Mooij | Improved regression test |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Joris Mooij | Build process now continues if compilation of example_i... |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Joris Mooij | Cleaned up example_imagesegmentation |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Joris Mooij | Changed to newer CImg interface and fixed two regressions |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Joris Mooij | Added example_imagesegmentation, BipartiteGraph::nb1Set... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Joris Mooij | [Ofer Meshi] Added a script to convert from FastInf... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Joris Mooij | Added toString(const T&), cleaned up utils/uai2fg and... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Joris Mooij | Fixed a small regression problem (MF is now uniformly... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Joris Mooij | Fixed a bug in TreeEP related to disconnected factor... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Joris Mooij | Merge branch 'master' of git.tuebingen.mpg.de:libdai |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Joris Mooij | Added utils/uai2fg, ExactInf::findMaximum(), and fixed... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Joris Mooij | Merge branch 'master' of git@git.tuebingen.mpg.de:libdai |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Joris Mooij | Improved mf.h/cpp by adding "init" and "updates" options |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Joris Mooij | utils/createfg: added 'ISINGUNIFORM' factor type, renam... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Joris Mooij | TreeEP now also supports disconnected factor graphs |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Joris Mooij | JTree now handles disconnected factor graphs |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Joris Mooij | Undid JunctionTree modification to handle multiple... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Joris Mooij | Merge branch 'master' of git.tuebingen.mpg.de:libdai |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Joris Mooij | Fixed some issues with prob and factor unit tests under... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Joris Mooij | Merge branch 'master' of git.tuebingen.mpg.de:libdai |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Joris Mooij | JunctionTree now handles factor graphs with multiple... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Joris Mooij | Merge branch 'master' of git.tuebingen.mpg.de:libdai |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Joris Mooij | Made some CygWIN related changes |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Joris Mooij | Improved floating point aspects of prob and factor... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Joris Mooij | Fixed a bug in Factor::Factor( const VarSet&, const... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Joris Mooij | Renamed unit tests |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Joris Mooij | Made all "verbose" properties optional and unit tests... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Joris Mooij | Wrote alldai.h/cpp unit tests |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Joris Mooij | [Stefan Pellegrini] Fixed a bug in JTree::findMaximum() |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Joris Mooij | Wrote daialg.h/cpp unit test |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Joris Mooij | Some small fixes |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Joris Mooij | Miscellaneous improvements to regiongraph, factorgraph... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Joris Mooij | Fixed some bugs in the previous commit |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Joris Mooij | Some improvements to jtree and regiongraph and started... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Joris Mooij | Improved clustergraph.h/cpp code and wrote unit tests |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Joris Mooij | Wrote exceptions, factorgraph unit tests and several... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Joris Mooij | Improved prob.h/cpp code: |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Joris Mooij | Improved factor.h/cpp code and finished corresponding... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Joris Mooij | Improved MatLab build process and some smaller misc... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Joris Mooij | Merge branch 'master' of git@git.tuebingen.mpg.de:libdai |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Joris Mooij | Fixed some bugs and deprecated non-const operator[... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Joris Mooij | Started work on factor.h/cpp unit tests |
commit | commitdiff | tree | snapshot |
next |