Pushes tokens to the markov chain's history buffer, seeding it for subsequent calls to select() or generate().
Note that any tokens that would exceed the space of the history buffer (which is equal to the size of the largest state) are discarded.
See Implementation
Pushes tokens to the markov chain's history buffer, seeding it for subsequent calls to select() or generate().
Note that any tokens that would exceed the space of the history buffer (which is equal to the size of the largest state) are discarded.