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

IDictionary< string, string > RuntimeStatistics [get, set]
 Runtime banner/updating statistics for the optimization More...
 
IReadOnlyList< ConstraintConstraints [get, set]
 Optimization constraints More...
 
HashSet< OptimizationParameterParameters [get, set]
 Optimization parameters 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...
 
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...
 

Detailed Description

Optimization response packet from the QuantConnect.com API.

Definition at line 27 of file Optimization.cs.

Property Documentation

◆ RuntimeStatistics

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

Runtime banner/updating statistics for the optimization

Definition at line 33 of file Optimization.cs.

◆ Constraints

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

Optimization constraints

Definition at line 39 of file Optimization.cs.

◆ Parameters

HashSet<OptimizationParameter> QuantConnect.Api.Optimization.Parameters
getset

Optimization parameters

Definition at line 45 of file Optimization.cs.

◆ ParallelNodes

int QuantConnect.Api.Optimization.ParallelNodes
getset

Number of parallel nodes for optimization

Definition at line 51 of file Optimization.cs.

◆ Backtests

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

Optimization constraints

Definition at line 57 of file Optimization.cs.

◆ Strategy

string QuantConnect.Api.Optimization.Strategy
getset

Optimization strategy

Definition at line 63 of file Optimization.cs.

◆ Requested

DateTime QuantConnect.Api.Optimization.Requested
getset

Optimization requested date and time

Definition at line 69 of file Optimization.cs.


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