brentyi / jaxls

Sparse nonlinear least squares for JAX
MIT License
171 stars 11 forks source link

least squares examples #8

Closed AvanDavad closed 8 months ago

AvanDavad commented 2 years ago

These are simple least squares examples of how to apply a factor graph and how to use this codebase. This would have helped me a lot in understanding both the concepts and implementation. I was a bit confused first what Lie groups have to do with factor graphs... :)

codecov[bot] commented 2 years ago

Codecov Report

Merging #8 (51c381b) into master (076f825) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #8   +/-   ##
=======================================
  Coverage   93.22%   93.22%           
=======================================
  Files          29       29           
  Lines         930      930           
=======================================
  Hits          867      867           
  Misses         63       63           
Flag Coverage Δ
unittests 93.22% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
jaxfg/geometry/_factors.py 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6d15591...51c381b. Read the comment docs.

brentyi commented 2 years ago

Thanks @AvanDavad!! Will try to get this merged soon, just gotta go through the typing/mypy errors. (which I can do)