IncrementalInference.jl icon indicating copy to clipboard operation
IncrementalInference.jl copied to clipboard

Clique recycling non-Gaussian (multi-modal) factor graph solver; also see Caesar.jl.

Results 128 IncrementalInference.jl issues
Sort by recently updated
recently updated
newest added

performance
inference
types
type stability

Use only `Distributions.Categorical`, and be smart about detecting trivial case of `Categorical([1;])` (which cannot be used with `rand(c, N)`). This would require standardization of the `ExplicitDiscreteMarginalizations.jl` functions.

refactoring
multihypothesis
performance
standardization
maintenance
null hypothesis
discrete
types

taking over from #783 xref #467

documentation
needs testing
needs documentation
types
variableType

Multi-threaded factor evaluation was temporarily removed with the CPT cleanup see #1615

regression
multithreading

Its not the main performance issue right now

enhancement
performance
types

Should it be included or can it be removed?

testing
maintenance

### Project Epic board https://github.com/orgs/JuliaRobotics/projects/5/views/1 ### Discussed in https://github.com/JuliaRobotics/Caesar.jl/discussions/808 Continue chatting on Discussion page, this Issue is just boiler plate link to Project Epics. ( we can unlock this conversation...

design
standardization
serialization
types
mixture
max mixtures

A lot of the factors' gradients can be analytically computed. For others, automatic differentiation can be done with packages such as Zygote or ForwardDiff. I'm starting this broad issue to...

enhancement
performance
inference
numerical

This issue is currently just a placeholder for performance-related issues around parametric batch solve. ```julia using IncrementalInference #v0.29 using RoME #v0.19 ## fg = initfg() addVariable!(fg, :x0, ContinuousScalar) addVariable!(fg, :x1,...

performance
parametric solve
factors