C# Class SharpNeat.EvolutionAlgorithms.NeatEvolutionAlgorithmParameters

Parameters specific to the NEAT evolution algorithm.
Afficher le fichier Open project: colgreen/sharpneat Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
NormalizeProportions ( ) : void

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

Method Details

CreateSimplifyingParameters() public méthode

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
Résultat NeatEvolutionAlgorithmParameters

NeatEvolutionAlgorithmParameters() public méthode

Constructs with the default parameters.

NeatEvolutionAlgorithmParameters() public méthode

Copy constructor.
public NeatEvolutionAlgorithmParameters ( NeatEvolutionAlgorithmParameters copyFrom )
copyFrom NeatEvolutionAlgorithmParameters