Lean  $LEAN_TAG$
QuantConnect.Api.BaseOptimization Class Reference

BaseOptimization item from the QuantConnect.com API. More...

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

Properties

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

BaseOptimization item from the QuantConnect.com API.

Definition at line 31 of file BaseOptimization.cs.

Property Documentation

◆ OptimizationId

string QuantConnect.Api.BaseOptimization.OptimizationId
getset

Optimization ID

Definition at line 36 of file BaseOptimization.cs.

◆ ProjectId

int QuantConnect.Api.BaseOptimization.ProjectId
getset

Project ID of the project the optimization belongs to

Definition at line 41 of file BaseOptimization.cs.

◆ Name

string QuantConnect.Api.BaseOptimization.Name
getset

Name of the optimization

Definition at line 46 of file BaseOptimization.cs.

◆ Status

OptimizationStatus QuantConnect.Api.BaseOptimization.Status
getset

Status of the optimization

Definition at line 52 of file BaseOptimization.cs.

◆ NodeType

string QuantConnect.Api.BaseOptimization.NodeType
getset

Optimization node type

OptimizationNodes

Definition at line 58 of file BaseOptimization.cs.

◆ OutOfSampleDays

int QuantConnect.Api.BaseOptimization.OutOfSampleDays
getset

Number of days of out of sample days

Definition at line 63 of file BaseOptimization.cs.

◆ OutOfSampleMaxEndDate

DateTime? QuantConnect.Api.BaseOptimization.OutOfSampleMaxEndDate
getset

End date of out of sample data

Definition at line 69 of file BaseOptimization.cs.

◆ Parameters

List<OptimizationParameter> QuantConnect.Api.BaseOptimization.Parameters
getset

Parameters used in this optimization

Definition at line 74 of file BaseOptimization.cs.

◆ Criterion

Target QuantConnect.Api.BaseOptimization.Criterion
getset

Optimization statistical target

Definition at line 79 of file BaseOptimization.cs.


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