MinimizeResult¶
- class MinimizeResult¶
Bases:
ProtocolProtocol for the result of a classical minimization run.
Returned by
MinimizeProtocol.__call__()after the optimizer finishes.Methods
Attributes
Best (lowest) objective value found by the optimizer.
Circuit parameter values corresponding to the best objective.
- __init__(*args, **kwargs)¶