Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTF2 & GPflow 2 #116
Open
TF2 & GPflow 2 #116
Labels
Comments
|
Hi javdrher, is there maybe any information about updating to tf2 and pgflow2? It would be great, if that is in progress! |
|
Hi @javdrher, I second @tmuehlen80 in enthusiasm for a GpflowOpt that is compatible with tf2 and gpflow2! Any updates? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TF2 was released and currently a new GPflow is being developed as well. TF2 is a major change and it seems to make a lot of things easier.
Looking at the development of GPflow, I believe we will be able to make a compatible version again. Unfortunately, we'll need to redesign and rethink the structure of GPflowOpt:
My idea now is to create an abstract BO class which implements the main flow and calls a bunch of abstract methods along the way. We provide an implementation class for vanilla BO which uses a GPR, more complex strategies are not supported out of the box. Some things to consider: