Bion is a Rust-based application developed as part of a thesis project focused on bioreactor modeling using Runge-Kutta and Nelder-Mead methods.
Bion can be installed by downloading a release binary from the releases.
Alternatively you can build the package from source by downloading the git repository and building it
git clone https://github.com/Tiggax/bion.git
cd bion
cargo build --release
There is also a Nix flake present for better dependency managment.
See Usage
This project is licensed under the MIT License. See the LICENSE file for details.
Developed by Tilen Gimpelj.