Open frostburn opened 1 year ago
Priority order is nice and deterministic but presumably very loopy. Random exploration order could be faster on average.
Random exploration seems to be slower. Need to try uncorrelated, but deterministic exploration so that ID descends into the same branches on every iteration.
Priority order is nice and deterministic but presumably very loopy. Random exploration order could be faster on average.