You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Efficient queue implimintation and backtracking to avoid paradoxes (#53)
* Added debug output
* Checking exit conditions
* Changed to a queue system
* Reduced the grid size
* Added tile selector
* Stopped restarting under a conflict
* Improved version without backtracking
* Added backtracking to avoid paradoxes.
* Fixed small issue with frames
* Added if statement to not show options in cell
* Removed checked field
* Update README.md
* Bug fix for image chooser. Reinitialization corrected.
* Fixed load new image behavior after a run is completed.
* Changed to a reasonable grid size
* Removed unneeded cell.checked flag
* Improved frame-rate
- An optimised overlaping model using queues (instead of recurcion) and backtracking to avoid paradoxes. [Version @alin256](https://github.com/alin256/Wave-Function-Collapse/tree/efficientQueueBranch). The version also adds some GUI improvements.
0 commit comments