The optimization statistical target
More...
|
static JToken | GetTokenInJsonBacktest (string jsonBacktestResult, string target) |
|
|
EventHandler | Reached |
| Fires when target complies specified value More...
|
|
The optimization statistical target
Definition at line 25 of file Target.cs.
◆ Target() [1/2]
QuantConnect.Optimizer.Objectives.Target.Target |
( |
string |
target, |
|
|
Extremum |
extremum, |
|
|
decimal? |
targetValue |
|
) |
| |
Creates a new instance
Definition at line 46 of file Target.cs.
◆ Target() [2/2]
QuantConnect.Optimizer.Objectives.Target.Target |
( |
| ) |
|
Creates a new instance
Definition at line 54 of file Target.cs.
◆ ToString()
override string QuantConnect.Optimizer.Objectives.Target.ToString |
( |
| ) |
|
Pretty representation of this optimization target
Definition at line 62 of file Target.cs.
◆ MoveAhead()
bool QuantConnect.Optimizer.Objectives.Target.MoveAhead |
( |
string |
jsonBacktestResult | ) |
|
Check backtest result
- Parameters
-
jsonBacktestResult | Backtest result json |
- Returns
- true if found a better solution; otherwise false
Definition at line 72 of file Target.cs.
◆ CheckCompliance()
void QuantConnect.Optimizer.Objectives.Target.CheckCompliance |
( |
| ) |
|
Try comply target value
Definition at line 98 of file Target.cs.
◆ Extremum
Extremum QuantConnect.Optimizer.Objectives.Target.Extremum |
|
getset |
Defines the direction of optimization, i.e. maximization or minimization
Definition at line 30 of file Target.cs.
◆ Current
decimal? QuantConnect.Optimizer.Objectives.Target.Current |
|
get |
◆ Reached
EventHandler QuantConnect.Optimizer.Objectives.Target.Reached |
Fires when target complies specified value
Definition at line 41 of file Target.cs.
The documentation for this class was generated from the following file: