Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 391 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 391 Bytes

Second-Order Iterated Smoothers

A toolbox for batch and recursive smoothing methods.

Installation

Create a conda environment

conda create -n NAME python=3.9

Then head to the cloned repository and execute

pip install -e .

Examples

An example of smoothing using a recursive Newton's method

python examples/recursive/recursive_tr_newton.py