-
Hey, everybody. I have encountered one problem when using dynamical systems. There are some cases that one want to use fixed time step solvers instead of adaptive ones with TOL while simulating contin…
-
#### Describe the bug
I would like to predict the next element of the series `[2697. 1198. 599. 2997. 1199.]`.
#### Code Sample
I tried:
```python
import statsmodels.tsa.arima.model a…
-
Hi!
I tried to calculate the Lyapunov exponents with your code for a system with functions like `tanh` and found the following error. Maybe you have a suggestion.
Consider the next slightly mod…
-
Rather than doing scatterplot-based rendering of found lyapunov functions, make another plotting script which renders the full polygon by color the vertices and using OpenGL interpolation. This will l…
-
When trying to solve rickstaa/LAC-TF2-TORCH-translation#38 I found out that the old TensorFlow version uses a `relu` activation function as the output activation function for the fully connected layer…
-
I have almost the same problem as #21 .
I am using `jitcode_lyap` for 500 nodes, Kuramoto model.
I am calculating the Lyapunov dimension (the number of Lyaponov exponents that their accumulation i…
-
The x0 in the paper should be the stable point, or target point, why in the code it is:
x_0 = torch.zeros([1, 2])?
-
**Reported by Clancy Rowley on 2014-07-26**
I'm considering rewriting some of the routines in python-control so that it will no longer depend on SLICOT. The main reasons for this are that 1) because S…
-
The repository is here: https://github.com/SLICOT/SLICOT-Reference
Would there be interest in using it for the Slycot project?
I tried just copying the Fortran files and installing Slycot from s…
-
Hi! @YaChienChang
I was checking your amazing work and approach! However, when plotting the level sets of the Lyapunov functions, why do you substract some values from the NN and LQR approach?
`…