-
Under Julia 1.5 (I guess), some comment blocks within code, which are marked with `""" .... """ `, are counted as not covered. Julia 1.2, for example, provides much more accuracte evaluations, by cor…
-
Hi,
I have a time series (data files attached below) that I suspect could be chaotic (plot below), and I'm trying to use nolds to compute its Lyapunov exponent. However, it gives me a -inf (with ru…
-
Hi Ya-Chien Chang,
I tried to verify another system with your code, but I couldn't find a ROA and Lyapunov function. I don't know if there is a problem in my choice of the parameters.
Take the inv…
LGM97 updated
3 years ago
-
Hi Ya-Chien,
I tried to run your inverted pendulum case on my own laptop and plot the Lyapunov function and its Lie derivative as shown below:
![NNLF_V](https://user-images.githubusercontent.com/2…
-
**Describe the bug**
Docs can't find `mean` function that is used in an example. See the most recent [docs build log](https://github.com/JuliaDynamics/DynamicalSystems.jl/runs/2711205416?check_suite_…
-
Hi all,
I am trying to use dReal4 to check the requirements of Lyapunov stability. The Lyapunov function is generated by a Neural network. The region where I would like dReal4 to check for Lyapunov s…
-
Hello, I've been using a modified version of your code to calculate fractal dimension, lyapunov exponents, etc based on a custom embedding method. Would this be something valuable to include in the ma…
-
WGSL input: https://github.com/niklaskorz/linon/blob/ba70dec599c9718ba315916ff042f954c779dd14/src/main_view.wgsl
Logs:
```
[2021-08-19T13:34:43Z WARN wgpu_hal::dx12::device] Naga generated sha…
-
Greetings.
When using lyap_taylorinteg to work out the Lyapunov spectrum of the Lorenz system, an error was throw out.
(with Julia 1.6.1)
julia> using TaylorIntegration, TaylorSeries
julia> …
-
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…