jdmoorman / kaczmarz-algorithms

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

Add random selection strategies #32

Closed yotamyaniv closed 4 years ago

yotamyaniv commented 4 years ago

Add Kaczmarz variants where the equation at each iteration is chosen at random.