| Determine the fitness of the given Chromosome instance. The higher the
return value, the more fit the instance. This method should always
return the same fitness value for two equivalent Chromosome instances.
author: Siddhartha Azad. Parameters: a_chromosome - the Chromosome instance to evaluate a positive integer reflecting the fitness rating of the givenChromosome |