-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Randomize all slider options? #1
Comments
I actually implemented this early on in UJI's development – the code's still there, albeit commented-out: Lines 309 to 327 in 59f8519
It worked fairly well when there were only a few options, but as I added more, it started delivering bad results exceedingly frequently. (Because: If randomizing any one option has a, say, 50% probability of yielding a cool image, with 20 options, the total probability is more or less 0.5²⁰, which is a really tiny number.) So a button to randomize all sliders won't yield many interesting results, but randomizing within sets as you suggest (or randomly jiggling a few sliders) might be worth a shot. How to communicate that through the UI is another challenge. I think it makes sense to postpone this, though, until I implement an undo/redo feature as mentioned in |
Hey, super cool! I was thinking, as a feature request, the option to randomize within sets, it might lend to more easily discovering cool patterns.
The text was updated successfully, but these errors were encountered: