Release v1.3.1
Bug fixes
- The
Tuner.results_summary()
did not print error messages for failed trials and did not displayObjective
information correctly. It is now fixed. - The
BayesianOptimization
would break when not specifying thenum_initial_points
and overriding.run_trial()
. It is now fixed. - TensorFlow 2.12 would break because the different protobuf version. It is now fixed.
New Contributors
Full Changelog: v1.3.0...v1.3.1