Esempio n. 1
0
 void ann::set_min_epochs(int min_epochs)
 {
     bool success = grt_ann.setMinNumEpochs(min_epochs);
     
     if (success == false)
     {
         flext::error("unable to set min_epochs, hint: should be greater than 0");
     }
 }