Uses of Interface
org.encog.ml.ea.score.AdjustScore

Packages that use AdjustScore
org.encog.ml.ea.score.adjust   
org.encog.ml.ea.score.parallel   
org.encog.ml.ea.train   
org.encog.ml.ea.train.basic   
 

Uses of AdjustScore in org.encog.ml.ea.score.adjust
 

Classes in org.encog.ml.ea.score.adjust that implement AdjustScore
 class ComplexityAdjustedScore
          Adjust scores to penalize complexity.
 

Uses of AdjustScore in org.encog.ml.ea.score.parallel
 

Methods in org.encog.ml.ea.score.parallel that return types with arguments of type AdjustScore
 List<AdjustScore> ParallelScore.getAdjusters()
           
 

Constructor parameters in org.encog.ml.ea.score.parallel with type arguments of type AdjustScore
ParallelScore(Population thePopulation, GeneticCODEC theCODEC, List<AdjustScore> theAdjusters, CalculateScore theScoreFunction, int theThreadCount)
          Construct the parallel score calculation object.
 

Uses of AdjustScore in org.encog.ml.ea.train
 

Methods in org.encog.ml.ea.train that return types with arguments of type AdjustScore
 List<AdjustScore> EvolutionaryAlgorithm.getScoreAdjusters()
           
 

Methods in org.encog.ml.ea.train with parameters of type AdjustScore
 void EvolutionaryAlgorithm.addScoreAdjuster(AdjustScore scoreAdjust)
          Add a score adjuster.
 

Uses of AdjustScore in org.encog.ml.ea.train.basic
 

Methods in org.encog.ml.ea.train.basic that return types with arguments of type AdjustScore
 List<AdjustScore> BasicEA.getScoreAdjusters()
          
 

Methods in org.encog.ml.ea.train.basic with parameters of type AdjustScore
 void BasicEA.addScoreAdjuster(AdjustScore scoreAdjust)
          Add a score adjuster.
 

Method parameters in org.encog.ml.ea.train.basic with type arguments of type AdjustScore
static void BasicEA.calculateScoreAdjustment(Genome genome, List<AdjustScore> adjusters)
          Calculate the score adjustment, based on adjusters.
 



Copyright © 2014. All Rights Reserved.