Lean
$LEAN_TAG$
|
Optimization response packet from the QuantConnect.com API. More...
Properties | |
int? | SnapshotId [get, set] |
Snapshot ID of this optimization More... | |
string | OptimizationTarget [get, set] |
Statistic to be optimized More... | |
List< GridChart > | GridLayout [get, set] |
List with grid charts representing the grid layout More... | |
IDictionary< string, string > | RuntimeStatistics [get, set] |
Runtime banner/updating statistics for the optimization More... | |
IReadOnlyList< Constraint > | Constraints [get, set] |
Optimization constraints More... | |
int | ParallelNodes [get, set] |
Number of parallel nodes for optimization More... | |
IDictionary< string, OptimizationBacktest > | Backtests [get, set] |
Optimization constraints More... | |
string | Strategy [get, set] |
Optimization strategy More... | |
DateTime | Requested [get, set] |
Optimization requested date and time More... | |
Properties inherited from QuantConnect.Api.BaseOptimization | |
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... | |
Properties inherited from QuantConnect.Api.RestResponse | |
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... | |
Additional Inherited Members | |
Public Member Functions inherited from QuantConnect.Api.RestResponse | |
RestResponse () | |
JSON Constructor More... | |
Public Member Functions inherited from QuantConnect.Api.StringRepresentation | |
override string | ToString () |
Returns the string representation of this object More... | |
Optimization response packet from the QuantConnect.com API.
Definition at line 27 of file Optimization.cs.
|
getset |
Snapshot ID of this optimization
Definition at line 32 of file Optimization.cs.
|
getset |
Statistic to be optimized
Definition at line 37 of file Optimization.cs.
|
getset |
List with grid charts representing the grid layout
Definition at line 42 of file Optimization.cs.
|
getset |
Runtime banner/updating statistics for the optimization
Definition at line 48 of file Optimization.cs.
|
getset |
Optimization constraints
Definition at line 54 of file Optimization.cs.
|
getset |
Number of parallel nodes for optimization
Definition at line 59 of file Optimization.cs.
|
getset |
Optimization constraints
Definition at line 65 of file Optimization.cs.
|
getset |
Optimization strategy
Definition at line 70 of file Optimization.cs.
|
getset |
Optimization requested date and time
Definition at line 76 of file Optimization.cs.