Module Sig.Gradient

Gradient module

type typ =
  1. | GD
  2. | CG
  3. | CD
  4. | NonlinearCG
  5. | DaiYuanCG
  6. | NewtonCG
  7. | Newton

Types of gradient function.

Execute the computations defined in module typ.

val to_string : typ -> string

Convert the module typ to its string representation.