Random order for Combinatorial generation #323
Closed
andrepiara
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
It's a good idea. It might not be trivial to do though but I'll give it some thought. In the meanwhile, you might consider looking into using random samplers. They don't address your problem entirely but are a way to inject randomness into a combinatorial prompt. e.g.
If you run that in combinatorial mode you will get something like this:
Notice that day of the week is combinatorial, i.e. we get all of the days of the week, but the weather is random. You can read more here |
Beta Was this translation helpful? Give feedback.
1 reply
-
This feature has now been implemented in 26ce66b |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! First of all, I want to thank you for all the hard work you’ve put into developing this project.
I have a suggestion for a new feature that I think would be useful.
Would it be possible to add an option that allows for Combinatorial generations to be generated in a non-sequential order?
Currently, when generating combinations with two variables (e.g. numbers and letters), the results are displayed in a predetermined sequence (e.g. 1a, 1b, 1c, 2a, 2b, 2c).
It would be great if there was an option to generate these combinations in a random order.
The reason I’m requesting this feature is that when running large batches of combinations and stopping before completion, having the results generated in a random order would provide more diverse results, otherwise they would look very similar to each other.
Thank you for considering my request
Beta Was this translation helpful? Give feedback.
All reactions