Conversation
|
I was going to write a quick reply because I do think these should be pretty clear, but without formulas it is really hard to grasp what you are after precisely. Could you maybe give an example in math? In general, I guess a transition for some element There might be cases where you scale When talking about independence etc, we are usually thinking about When we say "the next state depends on current state |
There seems to be something wrong about the stochastics in PyLCM.
In this PR, I want to validate and potentially fix the parts in PyLCM that work with stochastics. This will most likely close #39 and #63.
In particular, we have to answer the following questions:
I believe here we must start form the mathematics again, and then work ourselves down to the implementation.
What we (most likely) need
Ideally, we check that the transition matrices and the model are consistent as early as possible; i.e., inside the
solve(params)orsimulate(params)call, but before any computationQ_and_F.pytosolve_brute.py(helps in modularization, cleans up Q_and_F code)