ScipyMinimizeResult

class ScipyMinimizeResult

Result of a ScipyMinimize optimization run.

Methods

Attributes

best_objective

Best (lowest) objective value found by the optimizer.

best_parameters

Circuit parameter values corresponding to the best objective.

__init__(res: Any) None
property best_objective: float

Best (lowest) objective value found by the optimizer.

property best_parameters: tuple[float, ...]

Circuit parameter values corresponding to the best objective.