This project combines Bayesian Optimization with Agent-Based simulations of cellular systems done by cellular_raza.
if __name__ == "__main__":
print("Hello, World!")This project uses maturin to install all required dependencies.
We recommend, to pair this with the uv package manager.
From pypi
uv pip install cr_bayesian_optimOnce you have cloned the repository
git clone https://github.com/jonaspleyer/cr_bayesian_optimyou should move the respective directory and create a new virtual environment.
cd cr_bayesian_optim
python -m venv .venvAfterwards, activate the environment and install the package.
source .venv/bin/activate
maturin develop -r --uv