C# Class SharpNeat.EvolutionAlgorithms.ComplexityRegulation.NullComplexityRegulationStrategy

Null strategy. Fixed to Complexifying mode.
Inheritance: IComplexityRegulationStrategy
Mostrar archivo Open project: colgreen/sharpneat Class Usage Examples

Public Methods

Method 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 method

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