Interface TrainingStopper


public interface TrainingStopper
  • Method Details

    • registerLoss

      void registerLoss(double loss)
    • terminated

      boolean terminated()
    • converged

      boolean converged()
    • defaultStopper

      static TrainingStopper defaultStopper(GradientDescentConfig config)