Iteractive web-based visualization tool for exploring set-valued dynamical systems with additive bounded noise, developed as part of the Advanced Computing Project (ACP2) research course at the University of Oulu.
In classical analysis, a single-valued function (or simply a function)
In contrast, a set-valued function (or multivalued map)
Rather than tracking every possible point within the noise ball
An example of a 4-periodic point found for the boundary map with A = 1.4 and B = 0.3, epsilon=0.0625
Parameter sweeping for finding fixed and periodic orbits for boundary map of the discrete dynamical systems
git clone <repository-url>
cd set-valued-vizcd frontend && npm install && npm run build-wasmThis creates the WebAssembly module in the pkg/ directory and compiled the Rust code to WebAssembly so it can be used in JavaScript side.
cd frontend && npm install && npm run devMIT License — see LICENSE for the full text.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.





