C# 클래스 SharpNeat.EvolutionAlgorithms.NeatEvolutionAlgorithmParameters

Parameters specific to the NEAT evolution algorithm.
파일 보기 프로젝트 열기: colgreen/sharpneat 1 사용 예제들

공개 메소드들

메소드 설명
CreateSimplifyingParameters ( ) : NeatEvolutionAlgorithmParameters

Creates a set of parameters based on the current set and that are suitable for the simplifying phase of the evolution algorithm when running with complexity regulation enabled.

NeatEvolutionAlgorithmParameters ( )

Constructs with the default parameters.

NeatEvolutionAlgorithmParameters ( NeatEvolutionAlgorithmParameters copyFrom )

Copy constructor.

비공개 메소드들

메소드 설명
NormalizeProportions ( ) : void

Normalize the sexual and asexual proportions such that their sum equals 1.

메소드 상세

CreateSimplifyingParameters() 공개 메소드

Creates a set of parameters based on the current set and that are suitable for the simplifying phase of the evolution algorithm when running with complexity regulation enabled.
public CreateSimplifyingParameters ( ) : NeatEvolutionAlgorithmParameters
리턴 NeatEvolutionAlgorithmParameters

NeatEvolutionAlgorithmParameters() 공개 메소드

Constructs with the default parameters.

NeatEvolutionAlgorithmParameters() 공개 메소드

Copy constructor.
public NeatEvolutionAlgorithmParameters ( NeatEvolutionAlgorithmParameters copyFrom )
copyFrom NeatEvolutionAlgorithmParameters