|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.neural.neat.training.NEATParams
public class NEATParams
| Field Summary | |
|---|---|
double |
activationMutationRate
The activation mutation rate. |
double |
chanceAddLink
The likelyhood of adding a link. |
double |
chanceAddNode
The likelyhood of adding a node. |
double |
chanceAddRecurrentLink
THe likelyhood of adding a recurrent link. |
double |
compatibilityThreshold
The compatibility threshold for a species. |
double |
crossoverRate
The crossover rate. |
double |
maxActivationPerturbation
The max activation perturbation. |
int |
maxNumberOfSpecies
The maximum number of species. |
double |
maxPermittedNeurons
The maximum number of neurons. |
double |
maxWeightPerturbation
The maximum weight perturbation. |
double |
mutationRate
The mutation rate. |
int |
numAddLinkAttempts
The number of link add attempts. |
int |
numGensAllowedNoImprovement
The number of generations allowed with no improvement. |
int |
numTrysToFindLoopedLink
The number of tries to find a looped link. |
int |
numTrysToFindOldLink
The number of tries to find an old link. |
double |
probabilityWeightReplaced
The probability that the weight will be totally replaced. |
| Constructor Summary | |
|---|---|
NEATParams()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double activationMutationRate
public double chanceAddLink
public double chanceAddNode
public double chanceAddRecurrentLink
public double compatibilityThreshold
public double crossoverRate
public double maxActivationPerturbation
public int maxNumberOfSpecies
public double maxPermittedNeurons
public double maxWeightPerturbation
public double mutationRate
public int numAddLinkAttempts
public int numGensAllowedNoImprovement
public int numTrysToFindLoopedLink
public int numTrysToFindOldLink
public double probabilityWeightReplaced
| Constructor Detail |
|---|
public NEATParams()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||