secondmind-labs / trieste

A Bayesian optimization toolbox built on TensorFlow
Apache License 2.0
212 stars 41 forks source link

Add `zeta` param to control TR `eps` init #832

Closed khurram-ghani closed 3 months ago

khurram-ghani commented 3 months ago

Related issue(s)/PRs:

Summary

Updated how eps is initialized for SingleObjectiveTrustRegionBox and SingleObjectiveTrustRegionDiscrete regions. There is a new zeta parameter to control this.

Fully backwards compatible: yes

PR checklist