create_optimization
Set up a parameter optimization for a QuantConnect algorithm to maximize or minimize a target statistic like Sharpe ratio by defining parameters, constraints, and resource allocation.
Instructions
Create an optimization with the specified parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| optimizations | No | Collection of summarized optimization objects. | |
| success | No | Indicate if the API request was successful. | |
| errors | No | List of errors with the API call. |