Skip to content

ParameterSet

QuantConnect.Optimizer.Parameters.ParameterSet

ParameterSet(id: int, value: IReadOnlyDictionary[str, str])

Bases: Object

Represents a single combination of optimization parameters

Creates an instance of ParameterSet based on new combination of optimization parameters

Parameters:

Name Type Description Default
id int

Unique identifier

required
value IReadOnlyDictionary[str, str]

Combination of optimization parameters

required

id

id: int

The unique identifier within scope (current optimization job)

value

value: IReadOnlyDictionary[str, str]

Represent a combination as key value of parameters, i.e. order doesn't matter

to_string

to_string() -> str

String representation of this parameter set