C# 클래스 SharpNeat.EvolutionAlgorithms.ComplexityRegulation.NullComplexityRegulationStrategy

Null strategy. Fixed to Complexifying mode.
상속: IComplexityRegulationStrategy
파일 보기 프로젝트 열기: colgreen/sharpneat 1 사용 예제들

공개 메소드들

메소드 설명
DetermineMode ( NeatAlgorithmStats stats ) : ComplexityRegulationMode

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

메소드 상세

DetermineMode() 공개 메소드

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