Skip to content

OptimizationList

QuantConnect.Api.OptimizationList

OptimizationList()

Bases: RestResponse

Collection container for a list of summarized optimizations for a project

JSON Constructor

optimizations

optimizations: List[OptimizationSummary]

Collection of summarized optimization objects

count

count: int

The optimization count

success

success: bool

Indicate if the API request was successful.

errors

errors: List[str]

List of errors with the API call.

to_string

to_string() -> str

Returns the string representation of this object