OptimizationJobProgress interface
In-flight progress; only populated while status is queued or in_progress.
Properties
| best_score | Best score observed so far across all candidates. |
| current_iteration | 1-based current iteration index. |
| elapsed_seconds | Wall-clock time elapsed in seconds since the job began executing. |
Property Details
best_score
Best score observed so far across all candidates.
best_score: number
Property Value
number
current_iteration
1-based current iteration index.
current_iteration: number
Property Value
number
elapsed_seconds
Wall-clock time elapsed in seconds since the job began executing.
elapsed_seconds: number
Property Value
number