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.