proximal-optimize 0.2.0

A Rust port of proxmin
Documentation
  • Coverage
  • 60%
    6 out of 10 items documented0 out of 5 items with examples
  • Size
  • Source code size: 16.52 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.77 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • kkoning/proximal-optimize
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kkoning

This is a port of the proximal gradient method from https://github.com/pmelchior/proxmin. Original code credits to the authors of that package, errors are my own.