Lean  $LEAN_TAG$
QuantConnect.Optimizer.Objectives.Objective Class Reference

Base class for optimization Objectives.Target and Constraint More...

Inheritance diagram for QuantConnect.Optimizer.Objectives.Objective:
[legend]

Protected Member Functions

 Objective (string target, decimal? targetValue)
 Creates a new instance More...
 

Properties

string Target [get]
 Target; property of json file we want to track More...
 
decimal? TargetValue [get]
 Target value More...
 

Detailed Description

Base class for optimization Objectives.Target and Constraint

Definition at line 26 of file Objective.cs.

Constructor & Destructor Documentation

◆ Objective()

QuantConnect.Optimizer.Objectives.Objective.Objective ( string  target,
decimal?  targetValue 
)
protected

Creates a new instance

Definition at line 47 of file Objective.cs.

Property Documentation

◆ Target

string QuantConnect.Optimizer.Objectives.Objective.Target
get

Target; property of json file we want to track

Definition at line 34 of file Objective.cs.

◆ TargetValue

decimal? QuantConnect.Optimizer.Objectives.Objective.TargetValue
get

Target value

For Objectives.Target if defined and backtest complies with the targets then finish optimization

For Constraint non optional, the value of the target constraint

Definition at line 42 of file Objective.cs.


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