jdmoorman / kaczmarz-algorithms

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

Added Lookahead variant for a 2-step lookahead #42

Closed EphesosX closed 3 years ago

EphesosX commented 3 years ago

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