Package org.encog.neural.neat.training.opp.links

Interface Summary
MutateLinkWeight This interface defines various ways that a NEAT network can have its link weights mutated.
SelectLinks This interface defines ways that NEAT links can be chosen for mutation.
 

Class Summary
MutatePerturbLinkWeight Mutate weight links by perturbing their weights.
MutateResetLinkWeight Mutate weight links by reseting the weight to an entirely new value.
SelectFixed Select a fixed number of link genes.
SelectProportion Select a random proportion of links to mutate.
 



Copyright © 2014. All Rights Reserved.