lorepozo / list-routines

Interactive dataset for program learning.
https://lucasem.github.io/list-routines/
MIT License
2 stars 0 forks source link

More expressive input/output conditioning #1

Open joshrule opened 5 years ago

joshrule commented 5 years ago

When using this meta-dataset to generate particular datasets, it might be useful to have more flexibility in conditioning the exact kinds of inputs and outputs produced.

For example, let's say I want to generate concepts in which the range of list lengths for both inputs and outputs is 0 to 10 (but excluding the empty list for concepts which are undefined over empty lists) instead of 1 to 8, and where integers in the inputs and outputs are restricted to 0-99.

It would be great to be able to specify restrictions like these using flags on the command line interface.