diff options
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 30 |
1 files changed, 6 insertions, 24 deletions
| @@ -1,27 +1,9 @@ | |||
| 1 | In progress: go back to nissy-style BFS for eosep data computation | 1 | TODO |
| 2 | - (done) compute selfsim and cocsep representatives | 2 | - test h48 table by adding a parameter to stop computation at certain depth |
| 3 | - (done) implement set_eo_fast for invcoord_h48 | 3 | - add back benchmark, test performance of table computation |
| 4 | - (done) for invcoord_h48 remove erep, implement inverse esep coord | 4 | - table generation is still slow, how to improve? profile! |
| 5 | - (done) add unit tests for invcoord_h48 (compute tables, if needed) | 5 | selfsim could be a list of cubes (representatives) |
| 6 | - change to BFS | 6 | - add h48 table for different values of k |
| 7 | |||
| 8 | TODO pruning tables: | ||
| 9 | - four different ruotines for k=4,2,1 for eoesep | ||
| 10 | - try: do not compute CO, but use its binary representation | ||
| 11 | (x8 memory for cocsep) | ||
| 12 | (isn't this already done?) | ||
| 13 | |||
| 14 | numbers so far (eoesep h=0, k=0): | ||
| 15 | 0 1 | ||
| 16 | 1 1 | ||
| 17 | 2 4 | ||
| 18 | 3 34 | ||
| 19 | 4 331 | ||
| 20 | 5 3612 | ||
| 21 | 6 41605 | ||
| 22 | 7 474128 | ||
| 23 | 8 4953846 | ||
| 24 | 9 34776317 | ||
| 25 | 7 | ||
| 26 | TODO checkdata (available from cube.h) and hash check for cocsep | 8 | TODO checkdata (available from cube.h) and hash check for cocsep |
| 27 | TODO benchmarks for solve and table generation | 9 | TODO benchmarks for solve and table generation |
