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

NaiveIdentityCalculator()

Curvature estimator that always returns the identity matrix.