NoOpMinimizeResultΒΆ

class NoOpMinimizeResultΒΆ

Result of a NoOpMinimize run.

Methods

Attributes

best_objective

The objective value computed from the fixed parameters.

best_parameters

The fixed circuit parameter values used for evaluation.

__init__(val: float, param: tuple[float, ...]) NoneΒΆ
best_objectiveΒΆ

The objective value computed from the fixed parameters.

best_parametersΒΆ

The fixed circuit parameter values used for evaluation.