netket.callbacks.ConvergenceStopping#

class netket.callbacks.ConvergenceStopping#

Bases: object

A simple callback to stop the optimisation if the loss gets below a certain threshold. based on driver._loss_name.

Inheritance
Inheritance diagram of netket.callbacks.ConvergenceStopping
Attributes
monitor: str = 'mean'#
patience: int = 10#
smoothing_window: int = 10#
target: float#