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
__static_attributes__ = ('best_objective', 'best_parameters')
best_objective

The objective value computed from the fixed parameters.

best_parameters

The fixed circuit parameter values used for evaluation.