netket.callbacks#
Those callbacks can be used with the optimisation drivers.
A simple callback to stop NetKet if there are no more improvements in the training. |
|
A simple callback to stop the optimisation when the monitored quantity gets below a certain threshold for at least patience steps. |
|
A simple callback to stop the optimisation when the monitored quantity becomes invalid for at least patience steps. |
|
A simple callback to stop NetKet after some time has passed. |