## Description Implemented in [SARAH](https://github.com/epapoutsellis/StochasticCIL/blob/svrg/Wrappers/Python/cil/optimisation/algorithms/SARAH.py) joint work with @zeljkozeljko <!--e.g. motivation, desired/example behaviour, etc.--> ## Environment <!--please post the output of the following command--> ```python import cil, sys print(cil.version.version, cil.version.commit_hash, sys.version, sys.platform) ```