-
Hi there,
I am very interested in the research content of this article,and I want to express my appreciation for making code open source.
I notice that this article uses FLI as a chaos …
-
In non-autonomous systems with parameter drift, long time averages are less useful to assess chaoticity.
There are several different ways to address this, one is related to the ensemble approach. H…
-
https://ieeexplore.ieee.org/abstract/document/10543212
```bib
@article{yan2024robust,
title={Robust Regularization Design of Graph Neural Networks Against Adversarial Attacks Based on Lyapunov Th…
-
#48 contains some first structure/code snippets for the Lyapunov filter (Proposition 3.5. in https://arxiv.org/abs/1712.03807) when B and \tilde{a} are constant.
Based on the discussions in #48, th…
-
After " python setup.py install"
I import lyapunov
It ouput errors:
In [1]: import lyapunov
---------------------------------------------------------------------------
ImportError …
-
The `SystemConstraint` seems to be playing out nicely.
I've been waiting on this request, but my use cases keep building up. I *think* we also need the notion of a `SystemFunction`? (basically th…
-
Hello.
We have been exploring the FOSSIL framework and we had a question regarding the symbolic representation of the ROA certificate's constraints that is defined in this [get_constraints](https:/…
af-a updated
10 months ago
-
Right now, there is no exposed version of the Schur decomposition. There is functionality for calculating a schur decomposition which is used in calculating eigendecomposition, so it would be nice if …
-
Hello,
we are investigating Lyapunov times of meteoroids affected by radiation forces (from REBOUNDx) in the Solar System. The times we are getting are quite short (few years to low hundreds of yea…
-
Alright, with new design of DynamicalSystems.jl v3 it is rather straightforward to compute the maximum lyapunov exponent of arbitrary dynamical systems. Below, I am attaching a code that computes the …