Skip to content

optimtool-2.8.0

Compare
Choose a tag to compare
@linjing-lab linjing-lab released this 13 Dec 12:42
· 20 commits to master since this release

Improved Details:

  • reduced opening memory of hessiani in dfp method, v2.7.3 is an optimized version of newton_quasi compared to previous versions.
  • reduce the calculation times of Lasso.approximate_point method, mainly to simplify the executed updated gradient in iterating points.
  • unify the updated operation of penalty methods, and adjust the default epsilon of example.Lasso.* to balance precision in case of tests.
  • select "L1" mode in obtaining the last iteration value of objective function in Lasso method before it was appended into the final output.