trieste

(โ˜… 251)

A Bayesian optimization toolbox built on TensorFlow

  • .gitignore
  • CITATION.cff
  • CODE_OF_CONDUCT.md
  • CONTRIBUTING.md
  • generate_constraints.sh
  • LICENSE
  • notebooks
  • pyproject.toml
  • README.md
  • redirect.html
  • redirect_autoapi.html
  • redirect_tutorials.html
  • setup.py
  • tox.ini
  • versions.json

# Installation Guide

1. Get the code
git clone https://github.com/secondmind-labs/trieste

Downloads the entire project code from GitHub to your computer.

cd trieste

Moves into the project folder you just downloaded.

2. Python

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
$ pip install trieste

Installs the Python libraries listed in requirements.txt (or similar).

$ pip install .

Installs the Python libraries listed in requirements.txt (or similar).

pip install -e .

Installs the Python libraries listed in requirements.txt (or similar).

$ pip install -r notebooks/requirements.txt

Installs the Python libraries listed in requirements.txt (or similar).

$ jupyter-notebook notebooks

Type this command into your terminal and run it.

โœ… If it runs without errors and prints output in the terminal, it worked.

Pulled directly from this repo's README.

// repository documentation