项目作者: GPflow

项目描述 :
Bayesian Optimization using GPflow
高级语言: Python
项目地址: git://github.com/GPflow/GPflowOpt.git
创建时间: 2017-04-28T15:23:39Z
项目社区:https://github.com/GPflow/GPflowOpt

开源协议:Apache License 2.0

下载


Note: This package is for use with GPFlow 1.

For Bayesian optimization using GPFlow 2 please see Trieste, a joint effort with Secondmind.

GPflowOpt

GPflowOpt is a python package for Bayesian Optimization using GPflow, and uses TensorFlow. It was initiated and is currently maintained by Joachim van der Herten and Ivo Couckuyt. The full list of contributors (in alphabetical order) is Ivo Couckuyt, Tom Dhaene, James Hensman, Nicolas Knudde, Alexander G. de G. Matthews and Joachim van der Herten. Special thanks also to all GPflow contributors as this package would not be able to exist without their effort.

Build Status
Coverage Status
Documentation Status

Install

The easiest way to install GPflowOpt involves cloning this repository and running

  1. pip install . --process-dependency-links

in the source directory. This also installs all required dependencies (including TensorFlow, if needed). For more detailed installation instructions, see the documentation.

Contributing

If you are interested in contributing to this open source project, contact us through an issue on this repository. For more information, see the notes for contributors.

Citing GPflowOpt

To cite GPflowOpt, please reference the preliminary arXiv paper. Sample Bibtex is given below:

  1. @ARTICLE{GPflowOpt2017,
  2. author = {Knudde, Nicolas and {van der Herten}, Joachim and Dhaene, Tom and Couckuyt, Ivo},
  3. title = "{{GP}flow{O}pt: {A} {B}ayesian {O}ptimization {L}ibrary using Tensor{F}low}",
  4. journal = {arXiv preprint -- arXiv:1711.03845},
  5. year = {2017},
  6. url = {https://arxiv.org/abs/1711.03845}
  7. }