org.encog.ml.genetic.genome
Interface CalculateGenomeScore

All Known Implementing Classes:
GeneticScoreAdapter

public interface CalculateGenomeScore

Genetic Algorithms need a class to calculate the score.


Method Summary
 double calculateScore(Genome genome)
          Calculate this genome's score.
 boolean shouldMinimize()
           
 

Method Detail

calculateScore

double calculateScore(Genome genome)
Calculate this genome's score.

Parameters:
genome - The genome.
Returns:
The score.

shouldMinimize

boolean shouldMinimize()
Returns:
True if the goal is to minimize the score.


Copyright © 2012. All Rights Reserved.