add neat repl behavior
This commit is contained in:
parent
55e525e519
commit
36676c78cc
|
@ -121,6 +121,8 @@ You can save a session to a logfile with tee:
|
|||
fermi | tee -a fermi.log
|
||||
```
|
||||
|
||||
You can open a model in a tab (for instance in tmux), and in a terminal, run it with `fermi -f model.fermi`. If you then add a new line to the model in the first tab, it will also be processed by the second tab. I don't really know why this happens.
|
||||
|
||||
## Different levels of complexity
|
||||
|
||||
The mainline code has a bunch of complexity: variables, parenthesis, samples, beta distributions, number of samples, mixtures etc. In the simple/ folder:
|
||||
|
|
Loading…
Reference in New Issue
Block a user