Documentation of 'org.encog.ml.genetic.MLMethodGenome' Java class
MLMethodGenome
org.encog.ml.genetic

Class MLMethodGenome

  • All Implemented Interfaces:
    java.io.Serializable, Genome, ArrayGenome, MLMethod


    public class MLMethodGenome
    extends DoubleArrayGenome
    Implements a genome that allows a feedforward neural network to be trained using a genetic algorithm. The chromosome for a feed forward neural network is the weight and bias matrix.
    See Also:
    Serialized Form
    • Constructor Detail

      • MLMethodGenome

        public MLMethodGenome(MLEncodable thePhenotype)
        Construct a neural genome.
        Parameters:
        thePhenotype - The phenotype to use.
    • Method Detail

      • decode

        public void decode()
        Decode the phenotype.
      • getPhenotype

        public MLEncodable getPhenotype()
        Returns:
        the phenotype
      • setPhenotype

        public void setPhenotype(MLEncodable phenotype)
        Parameters:
        phenotype - the phenotype to set

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.