prtools.jax.JaxOptimizeResult#
- class JaxOptimizeResult(x: Any, n: Any, value: Any, grad: Any, state: Any)[source]#
Represents the optimization result.
Attributes
Value of objective function gradient at x |
|
Number of iterations performed by the optimizer |
|
Optimizer state |
|
Value of objective function at x |
|
The solution of the optimization |
Methods