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

Question about local fitting of GPs #4

Open
trbedwards opened this issue Apr 19, 2022 · 1 comment
Open

Question about local fitting of GPs #4

trbedwards opened this issue Apr 19, 2022 · 1 comment

Comments

@trbedwards
Copy link

Excellent BO algorithm by the way, but I'm a bit confused about how the GP is made local via the trust region in Turbo-1.

From reading your paper, I got the idea that GP is only trained with local X, Y data (using data that fits within the trust region). However, when looking at the code, I can see that upon each iteration of the optimize loop, a new GP is trained using the full X and Y datasets (since we use self._X, which is global).

Have I misunderstood how this works?

@CharlyEmpereurmot
Copy link

CharlyEmpereurmot commented Mar 9, 2023

Looking at the code I am having doubts too. I have been timing the GP fittings per trust region for Turbo-M and I only see increasing durations of fitting times until the TR converges, suggesting all points are used for fitting the GP within a TR regardless of adapted boundaries.

@dme65 Is this not implemented as it was intended?

Cheers for the great design!

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

2 participants