Skip to content
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

Enumerate by size, not depth #18

Closed
ninehusky opened this issue Oct 22, 2024 · 1 comment · Fixed by #19
Closed

Enumerate by size, not depth #18

ninehusky opened this issue Oct 22, 2024 · 1 comment · Fixed by #19

Comments

@ninehusky
Copy link
Owner

Relates to #15.

Had a conversation with Loris today about this!

Right now, the enumeration algorithm I've implemented isn't enumerating by size -- instead, it's applying each production to the entire corpus of programs generated so far. I think in the beginning, this is creating programs that look like they're being enumerated by depth, but this won't scale.

@ninehusky
Copy link
Owner Author

Closed by #19.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant