C# Class NeuralNetwork, AwesomeGameInSpace

Afficher le fichier Open project: ZPZ-Gr2/AwesomeGameInSpace Class Usage Examples

Méthodes publiques

Свойство Type Description
HiddenLayers int
Inputs int
NeuronsInLayer int
Outputs int
firstHiddenLayer NeuralLayer,
genomeIndex int
hiddenLayers List
outputLayer NeuralLayer,

Méthodes publiques

Méthode Description
Fitness ( float t, float d, bool alive = false ) : void
IntializeNetwork ( ) : void
NetworkResponse ( List inputs ) : List
NeuralNetwork ( ) : System.Collections
PutWeights ( List weights ) : void

Method Details

Fitness() public méthode

public Fitness ( float t, float d, bool alive = false ) : void
t float
d float
alive bool
Résultat void

IntializeNetwork() public méthode

public IntializeNetwork ( ) : void
Résultat void

NetworkResponse() public méthode

public NetworkResponse ( List inputs ) : List
inputs List
Résultat List

NeuralNetwork() public méthode

public NeuralNetwork ( ) : System.Collections
Résultat System.Collections

PutWeights() public méthode

public PutWeights ( List weights ) : void
weights List
Résultat void

Property Details

HiddenLayers public_oe property

public int HiddenLayers
Résultat int

Inputs public_oe property

public int Inputs
Résultat int

NeuronsInLayer public_oe property

public int NeuronsInLayer
Résultat int

Outputs public_oe property

public int Outputs
Résultat int

firstHiddenLayer public_oe property

public NeuralLayer, firstHiddenLayer
Résultat NeuralLayer,

genomeIndex public_oe property

public int genomeIndex
Résultat int

hiddenLayers public_oe property

public List hiddenLayers
Résultat List

outputLayer public_oe property

public NeuralLayer, outputLayer
Résultat NeuralLayer,