The NanoBrain Unity Componnent.
This implements the top-level NanoBrain Cluster
Inherits MonoBehaviour.
|
| static void | UpdateWeight (Cluster brain, string name, float weight) |
| | Update the weight for all Synapses coming from the Neuron with the given name.
|
| |
|
|
ClusterPrefab | brainPrefab |
| | The Cluster prefab from which the cluster is created.
|
| |
|
|
Cluster | brain [get] |
| | The cluster isntance.
|
| |
◆ UpdateWeight()
| static void UpdateWeight |
( |
Cluster |
brain, |
|
|
string |
name, |
|
|
float |
weight |
|
) |
| |
|
static |
Update the weight for all Synapses coming from the Neuron with the given name.
- Parameters
-
| brain | The cluster in which the synapses are updated |
| name | The name of the Neuron for which the weights are updated |
| weight | The new Synapse weight |