Skip to content

Minimization

QuantConnect.Optimizer.Objectives.Minimization

Minimization()

Bases: Extremum

Defines standard minimization strategy, i.e. right operand is less than left

Creates an instance of Minimization

better

better(current: float, candidate: float) -> bool

Compares two values; identifies whether condition is met or not.

Parameters:

Name Type Description Default
current float

Left operand

required
candidate float

Right operand

required

Returns:

Type Description
bool

Returns the result of comparer with this arguments.