C# Класс SharpNeat.EvolutionAlgorithms.NeatEvolutionAlgorithmParameters

Parameters specific to the NEAT evolution algorithm.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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