Skip to content

Objective

QuantConnect.Optimizer.Objectives.Objective

Objective()
Objective(target: str, target_value: Optional[float])

Bases: Object

Base class for optimization Objectives.Target and Constraint

Signature descriptions:

  • Creates a new instance of Objective class

  • Creates a new instance

target

target: str

Target; property of json file we want to track

target_value

target_value: Optional[float]

Target value

old_target_value

old_target_value: Optional[float]