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, set]
 Target; property of json file we want to track More...
 
decimal? TargetValue [get, set]
 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 58 of file Objective.cs.

Property Documentation

◆ Target

string?? QuantConnect.Optimizer.Objectives.Objective.Target
getset

Target; property of json file we want to track

Definition at line 35 of file Objective.cs.

◆ TargetValue

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

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 48 of file Objective.cs.


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