Skip to content

Commit

Permalink
Undo earlier logging change
Browse files Browse the repository at this point in the history
  • Loading branch information
khurram-ghani committed Jul 26, 2023
1 parent 809153c commit b6ee392
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions trieste/acquisition/optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,9 +388,7 @@ def improvements() -> tf.Tensor:
if V == 1:
logging.scalar("spo_improvement_on_initial_samples", improvements)
else:
logging.histogram(
"spo_improvement_on_initial_samples_across_subspaces", improvements
)
logging.histogram("spo_improvements_on_initial_samples", improvements)

best_run_ids = tf.math.argmax(fun_values, axis=0) # [V]
chosen_points = tf.gather(
Expand Down

0 comments on commit b6ee392

Please sign in to comment.