Remove early stopping from the Gradient descent algorithm
Opened this issue · 0 comments
MargaretDuff commented
Description
We should remove this and encourage users to use a callback instead:
CIL/Wrappers/Python/cil/optimisation/algorithms/GD.py
Lines 43 to 50 in b91c0eb
Environment
import cil, sys
print(cil.version.version, cil.version.commit_hash, sys.version, sys.platform)