BaseOptimization item from the QuantConnect.com API.
More...
|
| string | OptimizationId [get, set] |
| | Optimization ID More...
|
| |
| int | ProjectId [get, set] |
| | Project ID of the project the optimization belongs to More...
|
| |
| string | Name [get, set] |
| | Name of the optimization More...
|
| |
| OptimizationStatus | Status [get, set] |
| | Status of the optimization More...
|
| |
| string | NodeType [get, set] |
| | Optimization node type More...
|
| |
| int | OutOfSampleDays [get, set] |
| | Number of days of out of sample days More...
|
| |
| DateTime? | OutOfSampleMaxEndDate [get, set] |
| | End date of out of sample data More...
|
| |
| List< OptimizationParameter > | Parameters [get, set] |
| | Parameters used in this optimization More...
|
| |
| Target | Criterion [get, set] |
| | Optimization statistical target More...
|
| |
| bool | Success [get, set] |
| | Indicate if the API request was successful. More...
|
| |
| List< string > | Errors [get, set] |
| | List of errors with the API call. More...
|
| |
BaseOptimization item from the QuantConnect.com API.
Definition at line 31 of file BaseOptimization.cs.
◆ OptimizationId
| string QuantConnect.Api.BaseOptimization.OptimizationId |
|
getset |
◆ ProjectId
| int QuantConnect.Api.BaseOptimization.ProjectId |
|
getset |
◆ Name
| string QuantConnect.Api.BaseOptimization.Name |
|
getset |
◆ Status
◆ NodeType
| string QuantConnect.Api.BaseOptimization.NodeType |
|
getset |
◆ OutOfSampleDays
| int QuantConnect.Api.BaseOptimization.OutOfSampleDays |
|
getset |
◆ OutOfSampleMaxEndDate
| DateTime? QuantConnect.Api.BaseOptimization.OutOfSampleMaxEndDate |
|
getset |
◆ Parameters
◆ Criterion
| Target QuantConnect.Api.BaseOptimization.Criterion |
|
getset |
The documentation for this class was generated from the following file: