jdmoorman / kaczmarz-algorithms

Variants of the Kaczmarz algorithm for solving linear systems in Python.
MIT License
10 stars 5 forks source link

Add threshholded variants #34

Closed jdmoorman closed 4 years ago

jdmoorman commented 4 years ago

There are several proposed variants of Kaczmarz which sample only rows whose residual is below some threshold. This is useful when data could be corrupted in a small number of measurements.