Lean  $LEAN_TAG$
QuantConnect.Api.Optimization Class Reference

Optimization response packet from the QuantConnect.com API. More...

Inheritance diagram for QuantConnect.Api.Optimization:
[legend]

Properties

int? SnapshotId [get, set]
 Snapshot ID of this optimization More...
 
string OptimizationTarget [get, set]
 Statistic to be optimized More...
 
List< GridChartGridLayout [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< ConstraintConstraints [get, set]
 Optimization constraints More...
 
int ParallelNodes [get, set]
 Number of parallel nodes for optimization More...
 
IDictionary< string, OptimizationBacktestBacktests [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< OptimizationParameterParameters [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...
 

Detailed Description

Optimization response packet from the QuantConnect.com API.

Definition at line 27 of file Optimization.cs.

Property Documentation

◆ SnapshotId

int? QuantConnect.Api.Optimization.SnapshotId
getset

Snapshot ID of this optimization

Definition at line 32 of file Optimization.cs.

◆ OptimizationTarget

string QuantConnect.Api.Optimization.OptimizationTarget
getset

Statistic to be optimized

Definition at line 37 of file Optimization.cs.

◆ GridLayout

List<GridChart> QuantConnect.Api.Optimization.GridLayout
getset

List with grid charts representing the grid layout

Definition at line 42 of file Optimization.cs.

◆ RuntimeStatistics

IDictionary<string, string> QuantConnect.Api.Optimization.RuntimeStatistics
getset

Runtime banner/updating statistics for the optimization

Definition at line 48 of file Optimization.cs.

◆ Constraints

IReadOnlyList<Constraint> QuantConnect.Api.Optimization.Constraints
getset

Optimization constraints

Definition at line 54 of file Optimization.cs.

◆ ParallelNodes

int QuantConnect.Api.Optimization.ParallelNodes
getset

Number of parallel nodes for optimization

Definition at line 59 of file Optimization.cs.

◆ Backtests

IDictionary<string, OptimizationBacktest> QuantConnect.Api.Optimization.Backtests
getset

Optimization constraints

Definition at line 65 of file Optimization.cs.

◆ Strategy

string QuantConnect.Api.Optimization.Strategy
getset

Optimization strategy

Definition at line 70 of file Optimization.cs.

◆ Requested

DateTime QuantConnect.Api.Optimization.Requested
getset

Optimization requested date and time

Definition at line 76 of file Optimization.cs.


The documentation for this class was generated from the following file: