jmboehm / GLFixedEffectModels.jl

Fast estimation of generalized linear models with high dimensional categorical variables in Julia
Other
33 stars 6 forks source link

Generalize line search to use LineSearches.jl #33

Open jmboehm opened 2 years ago

jmboehm commented 2 years ago

Currently we're using only backtracking, would be better to move to LineSearches.jl.