Sam Isaacson
Sam Isaacson
We still need to get a function, `rebuild` into Catalyst. But somehow we need to be able to recalculate a parameter dependency like the example above when a parameter is...
(I think this is likely an issue in MTK too, but haven't checked.)
Presumably a system with Brownians can still be used compositionally though. Can a system with `noise_eqs`?
Thanks for clarifying. Sounds like we should probably just target Brownians as you both suggest. However, in that regard for us the original Brownian order has a clear meaning in...
Sounds good! Let us figure out what we actually need/use before you invest time in that though.
We could support Brownian as the default, and then for systems where users don't provide any extra Brownians provide a kwarg for us to directly generate the `noise_eqs`.
I made a branch named "v10_ctessum" and updated the Project.toml, but please keep in mind that in no way would I expect this branch to actually work with MTK10. MTK9,...
Help is certainly appreciated! I listed above in the checklist what needs to be done IMO to get to Catalyst 16. Most of it is boilerplate (updating all the tests...
People can just skip the section, but this way they can cut and paste code to run the full tutorial.
I'm not sure if I understand the proposal fully, but if a user writes `:a₁` or `:(a[1])` with `snakecase = true`, I'd still want to get the Latex string `a_1`...