prtools.jax.JaxOptimizeResult#

class JaxOptimizeResult(x: Any, n: Any, value: Any, grad: Any, state: Any)[source]#

Represents the optimization result.

Attributes

x

The solution of the optimization

n

Number of iterations performed by the optimizer

value

Value of objective function at x

grad

Value of objective function gradient at x

state

Optimizer state