dynamical-systems
Here are 166 public repositories matching this topic...
-
Updated
Jun 10, 2020 - Julia
Improving the logo
The current logo is acyclic. I think that using small, invisible nudges along the trajectory it might possible to move it into to a cyclic orbit.
If you find that interesting, could you provide me with the code that a generated the original animation?
-
Updated
Jun 22, 2020 - Jupyter Notebook
-
Updated
Jun 19, 2020
In Jupyter and Juno we can display systems in a prettier way than we are currently doing. Instructions on displaying LaTeX is given here
http://docs.junolab.org/latest/man/info_developer.html
Essentially, one has to define (pseudo code)
function Base.show(io::IO, ::MIME"text/html", G::TransferFunction)
"\$\\dfrac{$(G.num)}{$(G.den)}"
end-
Updated
Dec 20, 2018 - Python
-
Updated
Jun 16, 2020 - R
-
Updated
Jun 19, 2020 - Jupyter Notebook
-
Updated
Apr 10, 2017 - MATLAB
Hi @tkf , since you contributed permentropy in #20, I'd appreciate it if you could answer the following questions:
- What happens for points that are equal to their predecessor? There are different approaches in the literature: their order also defines which one is the largest. Or deciding at random. Or allowing permutations with equal positions. What happens in our implementation?
- It is
The documentation of post operators (continuous and discrete) is lacking or misplaced (eg. BFFPSV18 docs is dispersed in ReachSets.jl and reach_blocks.jl). See also this comment.
One place to document what the algorithms are doing is the algorithm's struct. Also all the available options admitted by the algori
-
Updated
May 23, 2018 - Python
-
Updated
May 22, 2020 - Jupyter Notebook
-
Updated
May 4, 2020 - Scala
-
Updated
Apr 4, 2020 - Rust
-
Updated
Jun 18, 2020 - Julia
-
Updated
Jun 18, 2020 - Julia
Create the content in the Techical Documentation of the Toolbox for the Wiki
Optimization algorithms - technical description + input,output, & parameter descriptions
- PSO
- GA
- NAIVE
- CG
- PF
- NM
- Knitro
- fmincon
- COMBI
Objects and methods used by core RAPID
- RAPIDCLASS
- RAPID-function
- func
- rapid_Simusystem
- rapid_ODESol
Documentation lacks how to define and use a user-defined plugin!
[openjournals/joss-reviews#2158]
The example gallery is great, you might consider including the notebooks in examples/jupyter in the documentation as well. With the sphinx-nbexamples extension, this should work very similar to the sphinx-gallery setup.
It would be nice to have an Examples or a "How to use?" section to the documentation to showcase the features. I can give it a go, once the @system macro is implemented.
-
Updated
Jan 21, 2019 - Jupyter Notebook
-
Updated
Jun 3, 2020 - Python
-
Updated
May 25, 2020 - Julia
-
Updated
Oct 6, 2018 - Python
-
Updated
Mar 29, 2019 - Jupyter Notebook
Hey there,
I'm not sure how much you can do about this, but there is a serious issue with
compilation of the Dataset(::Matrix) function.
julia> a = rand(10,1000);
julia> @time Dataset(a);
10.324998 seconds (315.09 k allocations: 15.435 MiB, 0.07% gc time)
julia> @btime Dataset(a);
92.777 μs (23 allocations: 87.20 KiB)
julia> b = rand(10,2000);
julia> @time Dataset(b)
-
Updated
Jun 22, 2020 - C++
-
Updated
Jun 15, 2020
Improve this page
Add a description, image, and links to the dynamical-systems topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dynamical-systems topic, visit your repo's landing page and select "manage topics."


This issue will be used to track common interface option handling. This is a constant time factor so it's not the biggest deal, but I feel that we can improve some applications by reducing common latency here.