JuliaDynamics / StateSpaceSets.jl

The `StateSpaceSet` interface for packages of JuliaDynamics
MIT License
3 stars 4 forks source link

Increase performance and tests of state space sampler #15

Closed Datseris closed 1 year ago

Datseris commented 1 year ago

The function statespace_sampler isn't tested, and its performance could also be increased.

Datseris commented 1 year ago

Its performance could be increased by making static vectors instead of normal vectors.