QuantConnect.Optimizer
Classes
| Class | Description |
|---|---|
| LeanOptimizer | Base Lean optimizer class in charge of handling an optimization job packet |
| OptimizationNodePacket | Provide a packet type containing information on the optimization compute job. |
| OptimizationResult | Defines the result of Lean compute job |
Enumerations
QuantConnect.Optimizer.OptimizationStatus
Bases: IntEnum
The different optimization status
NEW
NEW = 0
Just created and not running optimization (0)
ABORTED
ABORTED = 1
We failed or we were aborted (1)
RUNNING
RUNNING = 2
We are running (2)
COMPLETED
COMPLETED = 3
Optimization job has completed (3)