Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.encog.neural.neat.training Classes and Interfaces - 20 results found.
NameDescriptionTypePackageFramework
MutateLinkWeightThis interface defines various ways that a NEAT network can have its link -----------------------------------------------------------------------------Interfaceorg.encog.neural.neat.training.opp.linksHeatonReasearch
MutatePerturbLinkWeightMutate weight links by perturbing their weights.Classorg.encog.neural.neat.training.opp.linksHeatonReasearch
MutateResetLinkWeightMutate weight links by reseting the weight to an entirely new value.Classorg.encog.neural.neat.training.opp.linksHeatonReasearch
NEATBaseGeneDefines a base class for NEAT genes.Classorg.encog.neural.neat.trainingHeatonReasearch
NEATCrossoverCrossover is performed by mixing the link genes between the parents to produce an offspring.Classorg.encog.neural.neat.training.oppHeatonReasearch
NEATGenome ----------------------------------------------------------------------------- http://www.Classorg.encog.neural.neat.trainingHeatonReasearch
NEATInnovation previously tried with a neural network.Classorg.encog.neural.neat.trainingHeatonReasearch
NEATInnovationList NeuroEvolution of Augmenting Topologies (NEAT) is a genetic algorithm for the generation of evolving artificial neural networks.Classorg.encog.neural.neat.trainingHeatonReasearch
NEATInnovationTypeenum NEATInnovationTypeThe type of NEAT innovation.Classorg.encog.neural.neat.trainingHeatonReasearch
NEATLinkGene NeuroEvolution of Augmenting Topologies (NEAT) is a genetic algorithm for the generation of evolving artificial neural networks.Classorg.encog.neural.neat.trainingHeatonReasearch
NEATMutateAddLinkMutates a NEAT genome by adding a link.Classorg.encog.neural.neat.training.oppHeatonReasearch
NEATMutateAddNodeMutate a genome by adding a new node.Classorg.encog.neural.neat.training.oppHeatonReasearch
NEATMutateRemoveLinkMutate a genome by removing a random link.Classorg.encog.neural.neat.training.oppHeatonReasearch
NEATMutateWeightsMutate the weights of a genome.Classorg.encog.neural.neat.training.oppHeatonReasearch
NEATMutationThis class represents a NEAT mutation.Classorg.encog.neural.neat.training.oppHeatonReasearch
NEATNeuronGene NeuroEvolution of Augmenting Topologies (NEAT) is a genetic algorithm for the generation of evolving artificial neural networks.Classorg.encog.neural.neat.trainingHeatonReasearch
OriginalNEATSpeciationThe original NEAT Speciation Strategy.Classorg.encog.neural.neat.training.speciesHeatonReasearch
SelectFixedSelect a fixed number of link genes.Classorg.encog.neural.neat.training.opp.linksHeatonReasearch
SelectLinksThis interface defines ways that NEAT links can be chosen for mutation.Interfaceorg.encog.neural.neat.training.opp.linksHeatonReasearch
SelectProportionSelect a random proportion of links to mutate.Classorg.encog.neural.neat.training.opp.linksHeatonReasearch