OptimizationResult
QuantConnect.Optimizer.OptimizationResult
OptimizationResult(
json_backtest_result: str,
parameter_set: ParameterSet,
backtest_id: str,
)
Bases: Object
Defines the result of Lean compute job
Create an instance of OptimizationResult
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
json_backtest_result
|
str
|
Optimization target value for this backtest |
required |
parameter_set
|
ParameterSet
|
Parameter set used in compute job |
required |
backtest_id
|
str
|
The backtest id that generated this result |
required |
INITIAL
INITIAL: OptimizationResult = ...
Corresponds to initial result to drive the optimization strategy
backtest_id
backtest_id: str
The backtest id that generated this result
id
id: int
Parameter set Id
json_backtest_result
json_backtest_result: str
Json Backtest result