Skip to content

jonaspleyer/cr_bayesian_optim

Repository files navigation

GitHub Actions Workflow Status GitHub Actions Workflow Status GitHub License Docs PyPI - Version

cr_bayesian_optim

This project combines Bayesian Optimization with Agent-Based simulations of cellular systems done by cellular_raza.

Usage

if __name__ == "__main__":
    print("Hello, World!")

Installation

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_optim

From Source

Once you have cloned the repository

git clone https://github.com/jonaspleyer/cr_bayesian_optim

you should move the respective directory and create a new virtual environment.

cd cr_bayesian_optim
python -m venv .venv

Afterwards, activate the environment and install the package.

source .venv/bin/activate
maturin develop -r --uv

About

Bayesian Optimization of Cellular Agent-Based Models

Resources

License

Stars

Watchers

Forks

Contributors