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.