sgcrfpy icon indicating copy to clipboard operation
sgcrfpy copied to clipboard

tune beta for line search

Open dswah opened this issue 9 years ago • 2 comments

probably set it to a small value so that each line search is fast. then even take small steps, at least we do them quickly.

especially because each line search iteration does a cholesky decomposition, which is probably a bottleneck.

dswah avatar Jul 30 '16 18:07 dswah

also tune the slack parameter

dswah avatar Aug 16 '16 18:08 dswah

should these be parameters that the user can set?

dswah avatar Oct 14 '16 21:10 dswah