jdmoorman / kaczmarz-algorithms

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

Added Lookahead variant for a 2-step lookahead #42

Closed EphesosX closed 3 years ago

EphesosX commented 4 years ago

Added a Kaczmarz variant for a 2-step lookahead. Extremely computationally inefficient, only to be used for small cases.