dswah / sgcrfpy

SGCRFpy: Sparse Gaussian Conditional Random Fields in Python
MIT License
29 stars 5 forks source link

tune beta for line search #8

Open dswah opened 8 years ago

dswah commented 8 years ago

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 commented 8 years ago

also tune the slack parameter

dswah commented 7 years ago

should these be parameters that the user can set?