The Wayback Machine - https://web.archive.org/web/20200623071721/https://github.com/topics/dynamical-systems
Skip to content
#

dynamical-systems

Here are 166 public repositories matching this topic...

ChrisRackauckas
ChrisRackauckas commented Jul 17, 2018

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.

Datseris
Datseris commented Dec 4, 2019

Hi @tkf , since you contributed permentropy in #20, I'd appreciate it if you could answer the following questions:

  1. 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?
  2. It is
mforets
mforets commented Oct 23, 2018

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

janlav
janlav commented Feb 26, 2016

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
JonasIsensee
JonasIsensee commented Jul 19, 2018

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)

Improve this page

Add a description, image, and links to the dynamical-systems topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.