kalexmills / stochrammar

Stochastic grammar library implemented in Java.
GNU Affero General Public License v3.0
0 stars 0 forks source link

Add traversal methods to GroundSequenceRunner #5

Open kalexmills opened 6 years ago

kalexmills commented 6 years ago

In some use-cases, it could be useful to apply the act() method of the GroundSequenceRunner in reverse order of the generated sequence, or in a random order.