ristrutturazione in directory

This commit is contained in:
2026-05-22 11:29:55 +02:00
parent 92277907c8
commit 8f21cd7b41
66 changed files with 9 additions and 29 deletions
+34
View File
@@ -0,0 +1,34 @@
# neuron-beh.md
## NEURON-BEH: Container
**Neuron Behavior**: (traditionally observable, excluding Episodes Tuner).
Questo container viene attivato durente il DAY in neuron.md.
```Gen
NEURON-BEH
type: container
expansion:
- AXON ( active: 1x )
- SOMA ( active: 1x )
- D-BRANCH ( active: 3x )
```
### TunPossibility: contextor
Qui controlliamo di essere lontani da uno spike train. Questo per eventualmente rendere possibili i tuning.
```Gen
TunPossibility
type: contextor
contained_by: NEURON-BEH
in_context: Fixed
rf: 60x
condition: ( SpikeTrainTraces Empty ) # Day
out_context: TunPossible