secondmind-labs / trieste

A Bayesian optimization toolbox built on TensorFlow
Apache License 2.0
219 stars 42 forks source link

Investigate AskTellOptimizer that doesn't track datasets #834

Closed uri-granta closed 5 months ago

uri-granta commented 6 months ago

Related issue(s)/PRs:

Summary

Support an AskTellOptimizer that doesn't track datasets: instead you use tell to tell it that the datasets have been updated (passing in the complete updated datasets, not just the new points).

Also see: https://github.com/Prowler-io/automotive/pull/5598

Fully backwards compatible: yes / no

PR checklist