org.encog.ml.genetic
public class MLMethodGeneticAlgorithm.MLMethodGeneticAlgorithmHelper extends TrainEA
Constructor and Description |
---|
MLMethodGeneticAlgorithm.MLMethodGeneticAlgorithmHelper(Population thePopulation,
CalculateScore theScoreFunction)
Construct the helper.
|
addStrategy, canContinue, finishTraining, getImplementationType, getMethod, getStrategies, getTraining, isTrainingDone, iteration, iteration, pause, postIteration, preIteration, resume, setError
addChild, addOperation, addScoreAdjuster, calculateScore, calculateScoreAdjustment, getBestComparator, getBestGenome, getChampMutation, getCODEC, getEliteRate, getError, getIteration, getMaxIndividualSize, getMaxOperationErrors, getMaxTries, getOldBestGenome, getOperators, getPopulation, getRandomNumberFactory, getRules, getScoreAdjusters, getScoreFunction, getSelection, getSelectionComparator, getShouldIgnoreExceptions, getSpeciation, getThreadCount, isValidationMode, performShutdownTask, reportError, setBestComparator, setChampMutation, setCODEC, setEliteRate, setIteration, setMaxOperationErrors, setMaxTries, setPopulation, setRandomNumberFactory, setRules, setSelection, setSelectionComparator, setShouldIgnoreExceptions, setSpeciation, setThreadCount, setValidationMode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getError, getIteration, setIteration
public MLMethodGeneticAlgorithm.MLMethodGeneticAlgorithmHelper(Population thePopulation, CalculateScore theScoreFunction)
thePopulation
- The population.theScoreFunction
- The score function.Copyright © 2014. All Rights Reserved.