-
Updated
Oct 24, 2021 - C++
nonlinear
Here are 101 public repositories matching this topic...
-
Updated
Apr 16, 2021 - Python
-
Updated
Oct 31, 2021 - Julia
-
Updated
Oct 29, 2021 - C
We now have uniform look for 2D and 3D: http://makie.juliaplots.org/stable/makielayout/axis3.html
Would be nice to update examples that use 3D into the new feel. Will probably also simplify source code.
-
Updated
Oct 18, 2021 - Python
-
Updated
Jul 6, 2021 - Julia
TSP claims to be type agnostic.
There should be tests for this.
In particular Float32 and Complex numbers will be of Interest.
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/64400386-add-tests-for-different-number-types-float32-complex?utm_campaign=plugin&utm_content=tracker%2F89129719&utm_medium=issues&utm_source=githu
-
Updated
Nov 13, 2020 - MATLAB
-
Updated
Jul 4, 2018 - C++
I was really young programming-wise when I wrote parallel_integrator of in-place continuous systems. I wrote it as having a matrix state, where each column is each state of the dynamical system. I'm not sure why I went with this route instead of the route of having it a vector of states. I'm certain that I have benchmarked both cases extensively and chose the one with most performance.
But th
-
Updated
May 4, 2021 - Python
-
Updated
Oct 31, 2021 - C++
-
Updated
Mar 18, 2017 - MATLAB
-
Updated
Oct 31, 2021 - R
-
Updated
Oct 29, 2021 - Julia
-
Updated
Feb 20, 2019 - R
-
Updated
Aug 24, 2021 - Python
We have established the validity of our unified embedding methods because we even wrote a paper utilizing them in detail and comparing them with each other. There isn't any doubt that they work. However, the way we have written our tests is brittle, because (due to chaos) running the test on different machines may make them fail. For example while working on PR #93 I've seen things like:
M
-
Updated
May 6, 2019 - Jupyter Notebook
-
Updated
Nov 5, 2019 - C
-
Updated
Nov 5, 2019 - Nim
-
Updated
Dec 18, 2020 - JavaScript
-
Updated
Jul 23, 2018 - MATLAB
-
Updated
Jun 2, 2019 - MATLAB
-
Updated
Oct 6, 2021 - JavaScript
Improve this page
Add a description, image, and links to the nonlinear topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nonlinear topic, visit your repo's landing page and select "manage topics."
The source code of
lyapunovwas one of the very first functions of DynamicalSystems.jl. It does not use theset_state!function for parallel integrators. That is a mistake (and in fact made us miss a bug).One should re-write the
rescale!function of the code to simply generate the new reference state and the just callset_state!.