French
Languages
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

OptimizerResult

class OptimizerResult[source]

Bases : AlgorithmResult

The result of an optimization routine.

Methods

combine

Any property from the argument that exists in the receiver is updated.

Attributes

fun

The final value of the minimization.

Type renvoyé

Optional[float]

jac

The final gradient of the minimization.

Type renvoyé

Union[float, ndarray, None]

nfev

The total number of function evaluations.

Type renvoyé

Optional[int]

nit

The total number of iterations.

Type renvoyé

Optional[int]

njev

The total number of gradient evaluations.

Type renvoyé

Optional[int]

x

The final point of the minimization.

Type renvoyé

Union[float, ndarray, None]