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
View File
+166
View File
@@ -0,0 +1,166 @@
# winnertakeall-beh.md
## EXCITATION: container
```Gen
EXCITATION
type: container
activity_scope: !NIGHT
tub_intricated:
PRESYNAPSE: out.{}.{}.PRESYNAPSE
POSTSYNAPSE: in.{}.{}.POSTSYNAPSE
ASTROSYNAPSE: ASTROCYTE.ASTROSYNAPSE # Qui l'unico ASTROCYTE che "conosco" e' quello al quale WINNERTAKELL e' stato binded in TECTUM, ovvero nell'organo che ha espansi il modulo.
```
### Excitation-possible: contextor
Qui devo capire queste tracce chi le lascia e se sono esclusive?
```Gen
CheckSynModification: ( active: 60x )
type: contextor
contained_by: EXCITATION
in_context: Fixed
condition: ???
out_context: ActivateAstroPostPre_ctx
condition: ( BadTraces fullness )
out_context: DeActivateAstroPostPre_ctx
```
### Excitation-bind: binder
Qui attiviamo la Syn collegando Pre e Post. Lo facciamo per tutte le relazioni fino a quando GoodTraces fullness
```Gen
ActivateAstroPostPre: ( active: 6x )
type: binder
contained_by: EXCITATION
in_context: ActivateAstroPostPre_ctx
hypothesis: ( GoodTraces fullness ) AND NOT ( ASTROSYNAPSE full ) AND NOT ( PRESYNAPSE full ) AND NOT ( POSTSYNAPSE full)
bind: [PRESYNAPSE increase, POSTSYNAPSE increase, ASTROSYNAPSE increase]
trace: None?
```
### ClearTraces: accumulator
```Gen
ClearTraces: ( active: 6x ) # stesso RF del bind
type: accumulator
contained_by: EXCITATION
in_context: ActivateAstroPostPre_ctx
hypothesis: GoodTraces NOT empty
action: GoodTraces decrease
trace: None?
```
### Excitation-unbind: binder
Qui deattiviamo la Syn
```Gen
DeActivateSynPostPre: ( active: 6x )
type: binder
contained_by: EXCITATION
# Devo essere sicuro di eliminare i 3 che sono collegati, non a caso.
in_context: DeActivateSynPostPre_ctx
hypothesis: (BadTraces fullness)
unbind: [PRESYNAPSE decrease, POSTSYNAPSE decrease, ASTROSYNAPSE decrease]
trace: None?
```
## INHIBITION: container
```Gen
INHIBITION
type: container
activity_scope: !NIGHT
tub_intricated:
PRESYNAPSE: out.{}.{}.PRESYNAPSE
SOMASYNAPSE: in.{}.{}.SOMASYNAPSE
ASTROSYNAPSE: ASTROCYTE.ASTROSYNAPSE # Qui l'unico ASTROCYTE che "conosco" e' quello al quale WINNERTAKELL e' stato binded in TECTUM, ovvero nell'organo che ha espansi il modulo.
```
## IN-EXCITATION: Container
**in-excitation**:
Qui mettiamo assieme tutte le PRESYNAPSE di una possibile relazione con un altro modulo
```Gen
IN-EXCITATION
type: container
activity_scope: !NIGHT
tub_intricated:
POSTSYNAPSE: in.{}.{}.POSTSYNAPSE-BHE
ASTROSYNAPSE: ASTROCYTE.ASTROSYNAPSE-BEH # Qui l'unico ASTROCYTE che "conosco" e' quello al quale WINNERTAKELL e' stato binded in TECTUM, ovvero nell'organo che ha espansi il modulo.
```
## OUT-EXCITATION: Container
**out-excitation**:
Qui mettiamo assieme tutte le PRESYNAPSE di una possibile relazione con un altro modulo
```Gen
OUT-EXCITATION
type: container
activity_scope: !NIGHT
tub_intricated:
PRESYNASPE: out.{}.{}.PRESYNAPSE
```
## IN-INHIBITION: Container
**in-inhibition**:
Qui mettiamo assieme tutte le PRESYNAPSE di una possibile relazione con un altro modulo
```Gen
IN-EXCITATION
type: container
activity_scope: !NIGHT
tub_intricated:
SOMASYNAPSE: in.{}.{}.SOMASYNAPSE-BHE
ASTROSYNAPSE: ASTROCYTE.ASTROSYNAPSE-BEH # Qui l'unico ASTROCYTE che "conosco" e' quello al quale WINNERTAKELL e' stato binded in TECTUM, ovvero nell'organo che ha espansi il modulo.
```
## OUT-INHIBITION: Container
**out-inhibition**:
Qui mettiamo assieme tutte le PRESYNAPSE di una possibile relazione con un altro modulo
```Gen
OUT-INHIBITION
type: container
activity_scope: !NIGHT
tub_intricated:
PRESYNASPE: out.{}.{}.PRESYNAPSE
```
+43
View File
@@ -0,0 +1,43 @@
# winnertakeall.md
## WINNERTAKEALL: comprehension
**WinnerTakeAll**:
Qui comprendiamo i behaviors che associamo al winnertakeall. I comportamenti li consideriamo avvenire di NIGHT. E' un po' una novita' ma ha senso, si tratta di un comportamento a livello di circuiti, e quindi riorganizzazione notturna.
- Questo e' il nuovo tipo di espansione che permette di specificare un "circuito" di possibilita'. A differenza di BD che espande PRE implicitamente e trattando PRE tutti allo stesso modo.
- l'espansione determina la forma dei "circuiti" espressi dal winnertakeall.
- L'eventuale modulazione di winnertakeall, per ora non la prendo in considerazione. Sarebbe creare nuove relations che servirebbero quando si allungano AXON, o addirittura si creano nuovi neuroni.
- in excitation e inhibition facciamo il tuning di PRESYNAPSE, POSTSYNAPSE e ASTROSYNAPSE e implicitamente creaiamo e eliminiamo synapse
- @XXX e' un'attualita' che viene espressa direttamente, non calcolata dal interprete come per espansione di PRESYNAPSE. L'attualita' espressa viene riferita.
```Gen
WINNERTAKEALL
type: comprehension
include:
winnertakeall-beh.md
neuron.md
expansion:
@NEU-005: NEURON-BEH
@NEU-006: NEURON-BEH
# external intrication
@IN-EXCI-001: IN-EXCITATION [in: @NEU-001.@D-BRANCH-002, in: @NEU-002.@D-BRANCH-002]
@OUT-EXCI-001: OUT-EXCITATION [out: @NEU-001.@AXO-001, out: @NEU-002.@AXO-001]
@IN-INHI-001: IN-INHIBITION [in: @NEU-004.@SOMA, in: @NEU-003.@SOMA]
# internal intrication
# Area xxx
@: EXCITATION [out: @NEU-001.@AXON-001, in: @NEU-003.@D-BRANCH-001]
@: EXCITATION [out: @NEU-001.@AXON-001, in: @NEU-004.@D-BRANCH-001, in: @NEU-003.@-BRANCH-001]
@: INHIBITION [out: @NEU-002.@AXON-001, in: @NEU-003.@SOMA-001]
# Area yyy
@: EXCITATION [out: @NEU-003.@AXON-001, in: @NEU-004.@D-BRANCH-003]
@: EXCITATION [out: @NEU-004.@AXON-001, in: @NEU-002.@D-BRANCH-001]
```