secondmind-labs / trieste

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

Add continue_optimization method to BO #755

Closed uri-granta closed 1 year ago

uri-granta commented 1 year ago

Add a continue_optimization method to BayesianOptimizer to make it simpler to continue a previous optimization, either one which failed or one which passed but that you wish to continue for longer.