Lean
$LEAN_TAG$
|
Provide a packet type containing information on the optimization compute job. More...
Public Member Functions | |
OptimizationNodePacket () | |
Creates a new instance More... | |
Public Member Functions inherited from QuantConnect.Packets.Packet | |
Packet (PacketType type) | |
Initialize the base class and setup the packet type. More... | |
Protected Member Functions | |
OptimizationNodePacket (PacketType packetType) | |
Creates a new instance More... | |
Properties | |
string | Name [get, set] |
The optimization name More... | |
DateTime | Created [get, set] |
The creation time More... | |
int | UserId [get, set] |
User Id placing request More... | |
string | UserToken = string.Empty [get, set] |
User API Token. | |
int | ProjectId [get, set] |
Project Id of the request More... | |
string | CompileId = string.Empty [get, set] |
Unique compile id of this optimization More... | |
string | OptimizationId = string.Empty [get, set] |
The unique optimization Id of the request More... | |
string | OrganizationId = string.Empty [get, set] |
Organization Id of the request More... | |
int | MaximumConcurrentBacktests [get, set] |
Limit for the amount of concurrent backtests being run More... | |
string | OptimizationStrategy = "QuantConnect.Optimizer.Strategies.GridSearchOptimizationStrategy" [get, set] |
Optimization strategy name More... | |
Target | Criterion [get, set] |
Objective settings More... | |
IReadOnlyList< Constraint > | Constraints [get, set] |
Optimization constraints More... | |
HashSet< OptimizationParameter > | OptimizationParameters [get, set] |
The user optimization parameters More... | |
OptimizationStrategySettings | OptimizationStrategySettings [get, set] |
The user optimization parameters More... | |
DateTime? | OutOfSampleMaxEndDate [get, set] |
Backtest out of sample maximum end date More... | |
int | OutOfSampleDays [get, set] |
The backtest out of sample day count More... | |
Properties inherited from QuantConnect.Packets.Packet | |
PacketType | Type = PacketType.None [get, set] |
Packet type defined by a string enum More... | |
virtual string | Channel = "" [get, set] |
User unique specific channel endpoint to send the packets More... | |
Provide a packet type containing information on the optimization compute job.
Definition at line 30 of file OptimizationNodePacket.cs.
QuantConnect.Optimizer.OptimizationNodePacket.OptimizationNodePacket | ( | ) |
Creates a new instance
Definition at line 115 of file OptimizationNodePacket.cs.
|
protected |
Creates a new instance
Definition at line 122 of file OptimizationNodePacket.cs.
|
getset |
The optimization name
Definition at line 35 of file OptimizationNodePacket.cs.
|
getset |
The creation time
Definition at line 41 of file OptimizationNodePacket.cs.
|
getset |
User Id placing request
Definition at line 46 of file OptimizationNodePacket.cs.
|
getset |
Project Id of the request
Definition at line 54 of file OptimizationNodePacket.cs.
|
getset |
Unique compile id of this optimization
Definition at line 59 of file OptimizationNodePacket.cs.
|
getset |
The unique optimization Id of the request
Definition at line 64 of file OptimizationNodePacket.cs.
|
getset |
Organization Id of the request
Definition at line 69 of file OptimizationNodePacket.cs.
|
getset |
Limit for the amount of concurrent backtests being run
Definition at line 74 of file OptimizationNodePacket.cs.
|
getset |
Optimization strategy name
Definition at line 79 of file OptimizationNodePacket.cs.
|
getset |
Objective settings
Definition at line 84 of file OptimizationNodePacket.cs.
|
getset |
Optimization constraints
Definition at line 89 of file OptimizationNodePacket.cs.
|
getset |
The user optimization parameters
Definition at line 94 of file OptimizationNodePacket.cs.
|
getset |
The user optimization parameters
Definition at line 100 of file OptimizationNodePacket.cs.
|
getset |
Backtest out of sample maximum end date
Definition at line 105 of file OptimizationNodePacket.cs.
|
getset |
The backtest out of sample day count
Definition at line 110 of file OptimizationNodePacket.cs.