C# (CSharp) SharpNeat.EvolutionAlgorithms.ComplexityRegulation Пространство имен

Классы

Имя Описание
DefaultComplexityRegulationStrategy Default complexity regulation strategy. This strategy provides a choice of hard/absolute complexity ceiling or a ceiling relative to the complexity at the end of the most recent simplification phase. The strategy transitions from complexifying to simplifying when the ceiling is reached. Transitioning from simplifying to complexifying occurs when complexity is no longer falling *and* complexity is below the ceiling. This is determined by tracking a complexity moving average calculated over the past N generations.
NullComplexityRegulationStrategy Null strategy. Fixed to Complexifying mode.