scalanlp/breeze

Breeze LBFGS Preconditionner

Open

#271 opened on Jul 1, 2014

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Scala (690 forks)batch import
enhancementhelp wantedproject

Repository metrics

Stars
 (3,453 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

When I seed the LBFGS with a vector very close to the optimal solution, the first pass move away from the optimal, then returns after few passes. The issue is about the implementing custom preconditioner (like the standard Jacobi preconditioner)

Contributor guide