rust-cv / levenberg-marquardt

Provides abstractions to run Levenberg-Marquardt optimization
MIT License
55 stars 16 forks source link

Return statistics #3

Open vadixidav opened 4 years ago

vadixidav commented 4 years ago

It would be helpful to return some statistics about how many iterations were required and what the termination reason was to assist in the parameterization process. This can be a separate function which includes both the improved model and the statistics.