|
|
|
|
|
by long
3264 days ago
|
|
In computer science academia, this kind of game is called grammar induction (of which inferring regular expressions is a special case). A classic algorithm for inferring regular expressions was given by Angluin: https://people.eecs.berkeley.edu/~dawnsong/teaching/s10/pape... (This isn't quite the same setup as you're thinking of but there are a ton of variations on the basic idea) |
|