Bounded Uncertainty Numerical Toolbox.
BOUNTY is an interactive, web-based research tool for exploring invariant objects in set-valued dynamical systems with additive bounded noise. It was developed as part of the Applied Computing Project (ACP2) research course at the University of Oulu.
Technical report: https://namvdo.github.io/bist_technical_report_24042026.pdf
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
For the Hénon map, Invariant-set propagation starts from either a random seed in the current computation domain or the position in Extended start state. BIST maps that seed deterministically, samples the ε-circle around its image as extended states, transports every outward normal with the inverse-transpose Jacobian, and repeats the forward boundary step for a user-selected number of iterations. The viewport can show all forward fronts or only the latest curve, with optional boundary samples and outward normals. Small transversal self-intersection loops are pruned before a curve is reused.
This is a finite sampled boundary approximation, not a proof that the final curve is invariant. Check convergence by increasing both the boundary point count and the number of forward iterations; the workspace research notes record the loop-erasure assumptions and domain stopping rules in study_docs/docs/forward_invariant_set_approximation.md.
git clone <repository-url>
cd set-valued-vizcd frontend && npm install && npm run build-wasmThis creates the WebAssembly module in frontend/pkg/ so the worker and UI use the current Rust implementation.
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.
