bb4 / bb4-simulations

A collection of java simulations. Examples include reaction diffusion, fractals, henon phase exploration, snakes, dice, and fluid flow.
MIT License
5 stars 2 forks source link

WFC: add concurrency and or backtracking #26

Open barrybecker4 opened 3 years ago

barrybecker4 commented 3 years ago

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).