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.