tool_get_optimization_results
Fetch the outcome of a finished parameter optimization, returning the best parameter set, all ranked combinations, total tested, and the metric used for ranking.
Instructions
Get the results of a completed optimization.
Returns:
best: The best parameter combination with its summary metrics
results: All combinations ranked by the chosen metric
total_combinations: How many combinations were tested
rank_by: The metric used for ranking
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| optimization_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||