Interface | Description |
---|---|
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 | Description |
---|---|
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.