ReactiveMP.jl icon indicating copy to clipboard operation
ReactiveMP.jl copied to clipboard

The computations of rules for ContinuousTransition node can be improved

Open albertpod opened this issue 1 year ago • 0 comments

Following the discussions during PR, @bartvanerp has identified a few places where the computations around the ContinuousTransition node can be improved. In particular

  1. If the transformation of RV a is linear, then the computation of Jacobians can be done only once.
  2. There are multiple places where trace operation within ContinuousTransition can be optimized, e.g., in the computation of the average energy.

albertpod avatar Dec 18 '23 14:12 albertpod