Files
foxhunt/crates
jgrusewski 371598ecb5 fix(metrics): emit per-trial hyperopt metrics for Grafana panels
Wire record_hyperopt_trial_duration, set_hyperopt_best_objective,
set_hyperopt_trial_best_loss, and set_hyperopt_elapsed into all three
optimizer paths (PSO sequential, PSO parallel, TPE). These metrics were
registered but never called during the optimization loop, causing
"Best Objective Over Time", "Trial Duration", and "Elapsed Time"
Grafana panels to show "No data".

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 00:57:48 +01:00
..