http://bndev.sourceforge.net
Fitness Function
n
Must have a fitness function to examine
fitness score of GA individual
n
How
¨
Create a class that implements Fitness
interface
¨
Need to override method
double
getFitness(Chromosome)
n
Input: individual to be examined
n
Output: fitness score