Method | Description | |
---|---|---|
DefaultComplexityRegulationStrategy ( ComplexityCeilingType ceilingType, double ceilingValue ) |
Construct the complexity regulation strategy with the provided regulation parameters.
|
|
DetermineMode ( NeatAlgorithmStats stats ) : ComplexityRegulationMode |
Determine which complexity regulation mode the search should be in given the provided NEAT algorithm stats.
|
public DefaultComplexityRegulationStrategy ( ComplexityCeilingType ceilingType, double ceilingValue ) | ||
ceilingType | ComplexityCeilingType | |
ceilingValue | double |
public DetermineMode ( NeatAlgorithmStats stats ) : ComplexityRegulationMode | ||
stats | NeatAlgorithmStats | |
return | ComplexityRegulationMode |