You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: