You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Q about the interface ProbabilisticNumericalMethod. The context is #486, where I want to make the probabilistic (filtering-based) ODE solver inherit from the PN method interface.
The output of ProbabilisticNumericalMethod.solve() is a tuple of
BeliefType
StateType
I do not understand what these output types mean.
I suppose one of those is something that contains a RandomVariable/RandomProcess (I guess BeliefType?). If so, what is an example for a StateType?
I would expect something like a dictionary (containing extra information) as a second output.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all!
I have a Q about the interface
ProbabilisticNumericalMethod
. The context is #486, where I want to make the probabilistic (filtering-based) ODE solver inherit from the PN method interface.The output of
ProbabilisticNumericalMethod.solve()
is a tuple ofBeliefType
StateType
I do not understand what these output types mean.
I suppose one of those is something that contains a
RandomVariable
/RandomProcess
(I guessBeliefType
?). If so, what is an example for aStateType
?I would expect something like a dictionary (containing extra information) as a second output.
Beta Was this translation helpful? Give feedback.
All reactions