Can AutoGOAL be used for program synthesis? #172
Unanswered
pauljurczak
asked this question in
Q&A
Replies: 1 comment
-
|
Hi! Yes, it should be usable, but we don't currently have a predefined search space of, e.g., arbitrary Python programs. So the user would need to provide a grammar specifically for this domain. This is something we want to look into but we don't have the bandwidth now to go full unrestricted program synthesis, so any help or suggestion is really appreciated :) |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Can AutoGOAL be used for program synthesis? For example, find a Python function
f, which satisfies these assertions:I expect a result equivalent to:
It is acceptable that synthetic
fis correct only for small integral arguments, e.g.in range(10). If needed, constraints on function syntax can be imposed.Beta Was this translation helpful? Give feedback.
All reactions