Documentation of 'org.encog.neural.neat.training.opp.links.SelectLinks' Java class
SelectLinks
org.encog.neural.neat.training.opp.links

Interface SelectLinks

  • All Known Implementing Classes:
    SelectFixed, SelectProportion


    public interface SelectLinks
    This interface defines ways that NEAT links can be chosen for mutation. ----------------------------------------------------------------------------- http://www.cs.ucf.edu/~kstanley/ Encog's NEAT implementation was drawn from the following three Journal Articles. For more complete BibTeX sources, see NEATNetwork.java. Evolving Neural Networks Through Augmenting Topologies Generating Large-Scale Neural Networks Through Discovering Geometric Regularities Automatic feature selection in neuroevolution
    • Method Detail

      • init

        void init(EvolutionaryAlgorithm theTrainer)
        Setup the selector.
        Parameters:
        theTrainer - The trainer.
      • selectLinks

        java.util.List<NEATLinkGene> selectLinks(java.util.Random rnd,
                                                 NEATGenome genome)
        Select links from the specified genome.
        Parameters:
        rnd - A random number generator.
        genome - The genome to select from.
        Returns:
        A List of link genomes.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.