torch_numopt.curvature.naive_identity#
Identity curvature estimator (no curvature).
This estimator treats the Hessian as the identity matrix, i.e., it ignores second-order information and effectively performs gradient descent.
Classes
Curvature estimator that always returns the identity matrix. |