bb4/bb4-simulations

WFC: add concurrency and or backtracking

barrybecker4 opened this issue · 0 comments

Since the algorithm fails often, we could run simulations in parallel and take the first one that succeeds.
Another option to avoid failure might be to run until failure, then progressively backtrack until a solution can be found (if it is possible).