Fitness calculation
The fitness of the whole population can be calculated as follows:
fitness = numpy.sum(population*population, axis=1)
The fitness of the whole population can be calculated as follows:
fitness = numpy.sum(population*population, axis=1)