mxgmn / MarkovJunior

Probabilistic language based on pattern matching and constraint propagation, 153 examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Are there command line arguments or a UI?

arduino5144 opened this issue · comments

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

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.

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.