org.encog.ml.ea.score
Interface AdjustScore

All Known Implementing Classes:
ComplexityAdjustedScore

public interface AdjustScore

Score adjusters adjust the score according to some means. The resulting score is stored in the genome's adjusted score.


Method Summary
 double calculateAdjustment(Genome genome)
          Calculate the score adjustment.
 

Method Detail

calculateAdjustment

double calculateAdjustment(Genome genome)
Calculate the score adjustment.

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


Copyright © 2014. All Rights Reserved.