Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is GPflowOpt compatible anymore with GPflow functions? #97

Closed
grahamski2323 opened this issue Feb 12, 2018 · 5 comments
Closed

Is GPflowOpt compatible anymore with GPflow functions? #97

grahamski2323 opened this issue Feb 12, 2018 · 5 comments

Comments

@grahamski2323
Copy link

grahamski2323 commented Feb 12, 2018

I just downloaded GPflowOpt, yet nothing can run due to slight changes made in GPflow. For example, you have now made a 'core' subfolder and seemed to changed the AutoFlow function. I have tried to apply come changes on my own (it is not hard to change 'from gpflow.param import DataHolder, Autoflow' to two separate imports in their correct folders, params and core), but note @Autoflow calls now need to be @gpflow.autoflow. I spent several hours changing this for pretty much every function/class.

Yet now it seems certain classes are also significantly changed. 'Parameterized' no longer has the attribute 'highest_parent', something needed for SciPyOptimizer.

At this point, not a single thing can be called from GPflowOpt without error.

@grahamski2323
Copy link
Author

Realized new version of GPflow is not backwards-compatible. Sorry

@javdrher
Copy link
Member

Hi @grahamski2323 we are working on compatibility (#91) but we suffer from a serious performance issue coming from GPflow which makes it not usable. We are hoping to resolve this.

@namoshizun
Copy link

Hi @javdrher . I'm currently building an experiment for performing non-myopic Bayesian Optimisation based on Monte-Carlo Tree Search algorithm, in which there will be plenty of GP updates during the Monte-Carlo simulation (~50 small GP updates per second). Do you think GPflow is an appropriate framework for such task?

@Paarisaa
Copy link

Paarisaa commented Jan 6, 2019

Hi, I have just successfully installed gpflowopt, but gpflow had some issues after this installation such as gpflow has no attribute named models! I reinstalled the gpflow, but now there are issues with gpflowopt! The error is "No module named 'gpflow.param"!
Would you please let me know what should I do to solve the problem?
Which version of gpflow is compatible with gpflowopt?

@FanwangM
Copy link

FanwangM commented Oct 1, 2021

I have the same problem. Is GPFlowOpt is going to support the latest version of GPFlow? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants