Variational_Gradient_Matching_for_Dynamical_Systems icon indicating copy to clipboard operation
Variational_Gradient_Matching_for_Dynamical_Systems copied to clipboard

Sample code for the NIPS paper "Scalable Variational Inference for Dynamical Systems"

Results 1 Variational_Gradient_Matching_for_Dynamical_Systems issues
Sort by recently updated
recently updated
newest added

```python Traceback (most recent call last): File "/home/joao/github/Variational_Gradient_Matching_for_Dynamical_Systems/VGM_for_Lorenz_attractor.py", line 125, in state_couplings = find_state_couplings_in_odes(odes,symbols) File "./VGM_modules/import_odes.py", line 82, in find_state_couplings_in_odes membership = ismember(symbols.state,odes_sym[u].free_symbols) AttributeError: 'function' object has no attribute 'free_symbols'...