Esempio n. 1
0
 public bool HasFinished(ITrainer trainer)
 {
     return(trainer.GetEpoch() > limit);
 }