Metadata-Version: 2.1
Name: trieste
Version: 0.4.0
Summary: A Bayesian optimization research toolbox built on TensorFlow
Home-page: https://github.com/secondmind-labs/trieste
Author: The Trieste contributors
Author-email: labs@secondmind.ai
License: UNKNOWN
Description: # Trieste
        
        A Bayesian optimization toolbox built on [TensorFlow](https://www.tensorflow.org/). Trieste supports Python 3.7 onwards and uses [semantic versioning](https://semver.org/).
        
        We welcome contributions. See [the guidelines](CONTRIBUTING.md) to get started.
        
        ### Installation
        
        To install trieste, run
        ```bash
        $ pip install trieste
        ```
        or to install from sources, run
        ```bash
        $ pip install .
        ```
        in the repository root.
        
        ### Documentation
        
        Trieste has a [documentation site](https://secondmind-labs.github.io/trieste) with tutorials on how to use the library, and an API reference. You can also run the tutorials interactively. They can be found in the notebooks directory, and are written as Python scripts for running with Jupytext. To run them, first install trieste from sources as above, then install additional dependencies with
        ```bash
        $ pip install -r notebooks/requirements.txt
        ```
        Finally, run the notebooks with
        ```bash
        $ jupyter-notebook notebooks
        ```
        
        ### Getting help
        
        - To submit a pull request, file a bug report, or make a feature request, see the [contribution guidelines](CONTRIBUTING.md).
        - For more open-ended questions, or for anything else, join the community discussions on our [Slack workspace](https://join.slack.com/t/secondmind-labs/shared_invite/zt-mjkavx5e-LfePbVegb9lXRA_ZUqTyMA).
        
        # License
        
        [Apache License 2.0](LICENSE)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: ~=3.7
Description-Content-Type: text/markdown
