Documentation of 'org.encog.ml.ea.codec.GeneticCODEC' Java class
GeneticCODEC
org.encog.ml.ea.codec

Interface GeneticCODEC

    • Method Detail

      • decode

        MLMethod decode(Genome genome)
        Decode the specified genome into a phenome. A phenome is an actual instance of a genome that you can query.
        Parameters:
        genome - The genome to decode.
        Returns:
        The phenome.
      • encode

        Genome encode(MLMethod phenotype)
        Attempt to build a genome from a phenome. Note: not all CODEC's support this. If it is unsupported, an exception will be thrown.
        Parameters:
        phenotype - The phenotype.
        Returns:
        The genome.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.