Bayesian Optimization for muscle models.
This repository applies Bayesian Optimization on muscle models.
This
README.mdonly covers the setup of usingLinux. If you are usingWindowsonly ormacOS, feel free to update theREADME.mdwith the necessary steps.
Install the newest version of Python
For creating a virtual environment, install virtualenv with:
sudo apt-get install python-virtualenvor
pip install virtualenvFirst, clone the repository by running:
git clone https://github.com/AG1-NUIW-Kolleg/bayesian-optimization.gitIf there are submodules present, initialize them with:
git submodule update --initAfter that, create a virtual environment with:
python -m venv .venvActive the virtual environment by running:
source .venv/bin/activateThen, install the dependencies with:
pip install -r requirements.txtRun the main.py file from root with:
python main.pyUse pre-commit hooks for contributions. To active the pre-commit hooks, run:
pre-commit installIf you add new dependencies, add them to the requirements by running:
pip freeze > requirements.txtFor any advise for common problems or issues contact the authors.
AUTHORS