felix-clark / ndarray-glm

Rust library for linear, logistic, and generalized linear model regression
MIT License
22 stars 0 forks source link

Configurable termination conditions #12

Closed felix-clark closed 1 year ago

felix-clark commented 4 years ago
felix-clark commented 1 year ago

As of #36 (going into version 0.0.12), both the tolerance and maximum iterations are configurable. The tolerance could be split into absolute and relative versions, but until this becomes an actual problem in practice I'll avoid that complexity and close this issue.