Module D.Regularisation

type typ = Owl_optimise_generic.Make(Owl_algodiff_generic.Make(Owl_algodiff_primal_ops.D)).Regularisation.typ =
  1. | L1norm of float
  2. | L2norm of float
  3. | Elastic_net of float * float
  4. | None
val run : typ -> Algodiff.t -> Algodiff.t
val to_string : typ -> string