Skip to content

AG1-NUIW-Kolleg/bayesian-optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maintained made with Python

Project Title

Bayesian Optimization for muscle models.

Description

This repository applies Bayesian Optimization on muscle models.

Getting Started

Dependencies

This README.md only covers the setup of using Linux. If you are using Windows only or macOS, feel free to update the README.md with the necessary steps.

Install the newest version of Python

For creating a virtual environment, install virtualenv with:

sudo apt-get install python-virtualenv

or

pip install virtualenv

Installing

First, clone the repository by running:

git clone https://github.com/AG1-NUIW-Kolleg/bayesian-optimization.git

If there are submodules present, initialize them with:

git submodule update --init

After that, create a virtual environment with:

python -m venv .venv

Active the virtual environment by running:

source .venv/bin/activate

Then, install the dependencies with:

pip install -r requirements.txt

Executing program

Run the main.py file from root with:

python main.py

Contributing

Use pre-commit hooks for contributions. To active the pre-commit hooks, run:

pre-commit install

If you add new dependencies, add them to the requirements by running:

pip freeze > requirements.txt

Help

For any advise for common problems or issues contact the authors.

Authors

AUTHORS

About

This repository applies bayesian optimization to muscle models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages