-
I had played with Crispulator in 2020 and am now dusting it back off. First, I am very glad to see it run seamlessly with the current version of Julia. I'm sure that refactoring was not trivial, but it is much appreciated. I can run it from the zsh shell using the example configuration file. I'd like to have more programmatic control of the simulations, so I want to dive more into the system than simply running it from the shell. I have used the My impression is that I should write the configuration code myself, using Any advice for using Cripsulator in my custom Julia scripts? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
That's exactly how I envisioned folks using |
Beta Was this translation helpful? Give feedback.
That's exactly how I envisioned folks using
Crispulator
beyond the basic simulations. I recommend using it in an interactive environment like Jupyter Notebooks (viaIJulia
) orPluto.jl
and building a simulation as you describe. A basic example of this approach is described in the "Custom Simulation" section of the docs.