mxgmn / MarkovJunior

Probabilistic language based on pattern matching and constraint propagation, 153 examples
MIT License
7.49k stars 316 forks source link

Are there command line arguments or a UI? #49

Closed arduino5144 closed 2 years ago

arduino5144 commented 2 years ago

I want to visualize it as it runs and be able to choose which model to run. Is there an option for that?

kaya3 commented 2 years ago

Currently there isn't; the way to run a particular model is to edit the models.xml file and comment out all of the ones you don't want to run. Command-line arguments would be useful though.

mxgmn commented 2 years ago

It's possible that I'll publish an interactive graphical version later. Meanwhile, you can play with @Yuu6883's web version. Command line arguments aren't planned.