If --mindepth
is used, pruning tables are not generated to the same depth that they should be
#14
Labels
bug
Something isn't working
If I run
twsearch --mindepth 40 puzzle.tws scramble.scr
, I would expect the pruning table to be generated out to the same depth that it would be if a full search was ran without using--mindepth
, but it doesn't seem to do this. If there is no cached table file, it only goes to depth 3, and if there is a cached table file, it loads it but doesn't extend it until after the first search at depthmindepth
is finished.(I wanted to solve 3x3x3 superflip in qtm without using D moves, but because of #13 I tried to manually stop the program from doing an odd depth search and restart it at the next even depth, but I noticed it didn't extend the table when I restarted it, so the search would have taken even longer)
The text was updated successfully, but these errors were encountered: