Метод | Описание | |
---|---|---|
AddNeuronID ( long nodeID, IList |
Add the specified neuron id.
|
|
AddStrategy ( IStrategy strategy ) : void | ||
AdjustCompatibilityThreshold ( ) : void |
Adjust the compatibility threshold.
|
|
AdjustSpeciesScore ( ) : void |
Adjust each species score.
|
|
Crossover ( |
Perform a cross over.
|
|
FinishTraining ( ) : void | ||
Iteration ( ) : void |
Perform one training iteration.
|
|
Iteration ( int count ) : void | ||
NEATTraining ( ICalculateScore calculateScore, IPopulation population ) : System |
Construct neat training with an existing population.
|
|
NEATTraining ( ICalculateScore calculateScore, int inputCount, int outputCount, int populationSize ) : System |
Construct a neat trainer with a new population. The new population is created from the specified parameters.
|
|
Pause ( ) : |
||
ResetAndKill ( ) : void |
Reset counts and kill genomes with worse scores.
|
|
Resume ( |
||
SortAndRecord ( ) : void |
Sort the genomes.
|
|
SpeciateAndCalculateSpawnLevels ( ) : void |
Determine the species.
|
|
TournamentSelection ( int numComparisons ) : |
Select a gene using a tournament.
|
Метод | Описание | |
---|---|---|
Init ( ) : void |
Init the training.
|
public AddNeuronID ( long nodeID, IList |
||
nodeID | long | The neuron to add. |
vec | IList |
The list to add to. |
Результат | void |
public AddStrategy ( IStrategy strategy ) : void | ||
strategy | IStrategy | |
Результат | void |
public AdjustCompatibilityThreshold ( ) : void | ||
Результат | void |
public Crossover ( |
||
mom | The mother genome. | |
dad | The father genome. | |
Результат |
public NEATTraining ( ICalculateScore calculateScore, IPopulation population ) : System | ||
calculateScore | ICalculateScore | The score object to use. |
population | IPopulation | The population to use. |
Результат | System |
public NEATTraining ( ICalculateScore calculateScore, int inputCount, int outputCount, int populationSize ) : System | ||
calculateScore | ICalculateScore | The score calculation object. |
inputCount | int | The input neuron count. |
outputCount | int | The output neuron count. |
populationSize | int | The population size. |
Результат | System |
public Pause ( ) : |
||
Результат |
public Resume ( |
||
state | ||
Результат | void |
public SpeciateAndCalculateSpawnLevels ( ) : void | ||
Результат | void |
public TournamentSelection ( int numComparisons ) : |
||
numComparisons | int | The number of compares to do. |
Результат |