org.encog.ml.ea.score
Interface AdjustScore
-
- All Known Implementing Classes:
- ComplexityAdjustedScore
public interface AdjustScoreScore adjusters adjust the score according to some means. The resulting score is stored in the genome's adjusted score.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description doublecalculateAdjustment(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.
-
-
DMelt 3.0 © DataMelt by jWork.ORG