Tor Erlend Fjelde

Results 693 comments of Tor Erlend Fjelde

> We don't base it on the mean of the SDE simulations, do we? Oh no, you're completely right! :+1: I don't know why I had this impression, but it...

Lovely stuff @gjgress ! > However, the original way that return codes are handled by SciMLBase has been [deprecated](https://docs.sciml.ai/SciMLBase/stable/interfaces/Solutions/#retcodes). Thank you for discovering this :pray: Regarding many vs. a single...

> By the way, how should this be handled with the ensemble simulation? In my updated version, I computed 1000 trajectories rather than computing only one (as is done in...

> Instead of a command-line flag, maybe an environment variable named JULIAUP_QUIET? And then if that environment variable is set to true or 1, you suppress these kinds of messages?...

> I can't remember, are there macros that allow you to tell the model to treat something like an observation? Something like: I've probably made some at some point, which...

The source of the docs are found here: https://github.com/TuringLang/turinglang.github.io. You can find instructions on how to get it up and running locally in the README:) Let me know if something...

On my phone so will reply more extensively later, but I'd highly recommend against automatic expansion of container. It adds a lot of complexity that can be captured in a...

Sure, but 1. It will complicate the internal code. 2. It creates further discrepancy between `setindex!` and `setindex!!`, since the former cannot handle this case. IMO it doesn't seem worth...

> I dream of a world where Haha, fair enough 👍 I'm very much in agreement that it'll make things better if we can do it in a nice way:)...

This looks neat 👀 Can you elaborate a bit on what mathematical model the following line should correspond to? ```julia marginalmodel = marginalize(fullmodel, (:x,)) ``` Would this marginalize _out_ `x`?...