Getting the error message when i run my project
int count =1;
while (count <=numberOfIterations && populationList[0].getFitness() < stoppingCriteria) {
The error: Exception in thread "main" java.lang.NullPointerException
this is what i get please help i don't know what i'm missing.
Thanks