update TODO

This commit is contained in:
Tiago Gomes 2012-05-03 13:15:33 +01:00
parent 10ac7720f7
commit 35d0804f9a

View File

@ -1,4 +1,13 @@
TODO - Refactor sum out in factor
- add a way to calculate combinations and factorials with large numbers - Add a way to sum out several vars at the same time
- refactor sumOut in parfactor -> is really ugly code - Receive ranges as a constant reference in Indexer
- Indexer: start receiving ranges as constant reference - Merge TinySet and SortedVector classes
- Check if evidence remains in the compressed factor graph
- Check is this doesn't happen phi(smokes(p1),smokes(p1))
- Handle {p(X),q(X)} * {p(X),q(Y)}, X={x_1,...,x_n}, Y={x_1,...,x_n}
- Handle {p(X),p(Y)}, where constraint = (x1,x2),(x2,x1)
- Add a constant for the maximum factor size
- Add a lifted multiply operation to FoveSolver
- Maybe directly hashs instead of vectors of colors to calculate the groups in
counting bp