Example #1
0
 // return the score at this point in the simulation
 public FitnessStats getFitness() {
   return targetArea.getFitnessStats();
 }
Example #2
0
 public boolean allResourcesCollected() {
   return config.getResourceFactory().getNumberOfResources()
       == targetArea.getNumberOfContainedResources();
 }