C# Class SharpNeat.EvolutionAlgorithms.ComplexityRegulation.NullComplexityRegulationStrategy

Null strategy. Fixed to Complexifying mode.
Inheritance: IComplexityRegulationStrategy
Afficher le fichier Open project: colgreen/sharpneat Class Usage Examples

Méthodes publiques

Méthode Description
DetermineMode ( NeatAlgorithmStats stats ) : ComplexityRegulationMode

Determine which complexity regulation mode the search should be in given the provided NEAT algorithm stats.

Method Details

DetermineMode() public méthode

Determine which complexity regulation mode the search should be in given the provided NEAT algorithm stats.
public DetermineMode ( NeatAlgorithmStats stats ) : ComplexityRegulationMode
stats NeatAlgorithmStats
Résultat ComplexityRegulationMode