Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-03 | Fix PTree::remove to clean the tree properly | Sebastian Poeplau | |
The previous version left unnecessary intermediate nodes behind, sometimes leading to very long paths in the tree. | |||
2020-07-30 | [unittests] use static PTree::remove method in SearcherTest | Frank Busse | |
2020-07-30 | introduce --rng-initial-seed=<unsigned> | Frank Busse | |
* move global theRNG into Executor * pass theRNG via ctor to searchers * remove some type warnings from RNG.cpp Fixes #1023. | |||
2020-06-29 | Enable subsets for RandomPathSearcher | Timotej Kapus | |