MinimizeResult¶
- class MinimizeResult¶
ベースクラス:
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)¶
- __protocol_attrs__ = {'best_objective', 'best_parameters'}¶
- __static_attributes__ = ()¶