Ejemplo n.º 1
0
 /**
  * Determine whether the simulation should continue to run.
  *
  * @return true If there is more than one species alive.
  */
 public boolean isViable(Field field) {
   return stats.isViable(field);
 }