예제 #1
0
 public bool GetDoneOnAccuracy()
 {
     //Determines if the learning environment is done reconstructing
     return(_rm.DetermineDone());
 }