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, setErroraddChild, 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, setValidationModeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetError, getIteration, setIterationpublic MLMethodGeneticAlgorithm.MLMethodGeneticAlgorithmHelper(Population thePopulation, CalculateScore theScoreFunction)
thePopulation - The population.theScoreFunction - The score function.Copyright © 2014. All Rights Reserved.