getTotalNumberOfCoins(IChromosome a_potentialsolution) Returns the total number of coins represented by all of the genes in
the given potential solution.
public static int getNumberOfCoinsAtGene(IChromosome a_potentialSolution, int a_position)(Code)
getTotalNumberOfCoins
public static int getTotalNumberOfCoins(IChromosome a_potentialsolution)(Code)
Returns the total number of coins represented by all of the genes in
the given potential solution.
Parameters: a_potentialsolution - the potential solution to evaluate total number of coins represented by the given Chromosome author: Neil Rotstan since: 1.0
Methods inherited from org.jgap.CachedFitnessFunction