You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* get rid of OutputDim assoc type
* start preparting removal of parameterdim
* more preparations to get rid of parameter dim
* make model dim dynamic
* remove ModelDim and ParameterDim, doctest still borked
* fix doctests
* fix lints
* simplify trait bounds
* simplify more trait bounds
* fix compile
* add rayon, rewrite jacobian calc to functional style
* remove rayon dependency for now but keep functional style jacobian
* remove deprecated stuff
* remove dead code
* add matrix vectorization method
* minor thing
* multiple right hand sides, but not tested and not everything will work
* get tests working
* more tests
* add test
* start adding levmar crate mhrs test
* finish mrhs levmar problem, untested
* some cleanup
* fix some bugs, but jacobian is not correct yet...
* more fixes, still not correct
* fix jacobian calculation
* add test for conventional levmar mrhs
* test for my mrhs model, but stuff still fails
* fix mrhs calculation
* start adding benches
* benches, results are troubling: handrolled slower
* some clippy fixes
* benchmarking, handcrafted suspiciously slower
* okay, it's a phantom
* lints
* more docs, better handling of observations
* more consistent linear coefficient handling
* update docs
* remove unused imports
* address lints
* update changelog
* add crates.io badge and link
* address lints
* more lints
0 commit comments