﻿netket.callbacks.EarlyStopping
==============================

.. currentmodule:: netket.callbacks

.. autoclass:: EarlyStopping
   :show-inheritance:
   :exclude-members: __init__, __new__

   

   .. rst-class:: class-dl-groups

   Inheritance
      .. inheritance-diagram:: netket.callbacks.EarlyStopping
         :parts: 2


   

   .. automethod:: EarlyStopping.__init__
      
   .. rst-class:: class-dl-groups

   Attributes
      .. autoattribute:: EarlyStopping.min_delta
      .. autoattribute:: EarlyStopping.min_reldelta
      .. autoattribute:: EarlyStopping.patience
      .. autoattribute:: EarlyStopping.baseline
      .. autoattribute:: EarlyStopping.monitor
      .. autoattribute:: EarlyStopping.start_from_step
   
      
   .. rst-class:: class-dl-groups

   Methods
      .. automethod:: EarlyStopping.__call__
      .. automethod:: EarlyStopping.replace

   