3.7 KiB
3.7 KiB
BEH-POST-UNIFIED: The Integrated Postsynaptic Model
ms: behaviors (Fast Kinetics & Gate Logic)
Voltage-Context: Episode
Determines the total depolarization level (Vpost) available to clear the NMDA Mg-block.
- Vpost_Maximum: Episode
- —
V_bAPfull OR (g_AMPAfull ANDV_bAPmedium) - — Result: Vpost is high enough for complete Mg-block removal.
- —
- Vpost_Attenuated: Episode
- —
g_AMPAmedium ANDV_bAPempty/low - — Result: Vpost is sub-threshold; Mg-block partially remains.
- —
- Vpost_Passive: Episode
- —
g_AMPAempty ANDV_bAPempty - — Result: Vpost at rest; Mg-block fully intact.
- —
NMDA-Coincidence: Context
- NMDA_Open: Episode
- —
NT_cleftfull ANDV_postmaximum - — Result: Capost surges; triggers high ATP demand for clearance.
- —
- NMDA_LogicBlocked: Episode
- —
NT_cleftfull BUTV_postattenuated/passive - — Result: Mg-block prevents Ca2+ influx despite NT presence.
- —
- NMDA_LigandBlocked: Episode
- —
V_postmaximum BUTNT_cleftempty - — Result: No glutamate to open the channel; Ca2+ entry zero.
- —
Ca-Dynamics & ATP-Drain: Context
- Clearance_Optimal: Episode
- —
ATP_level_postfull - — Result: Pumps flush Ca2+ rapidly;
ATP_demand_postincreases.
- —
- Clearance_Failing: Episode
- —
ATP_level_postlow/empty - — Result: Ca2+ remains elevated (residual floor); creates "False Trigger" conditions.
- —
sec: behaviors (Signal Integration & Fate)
Synaptic-Weight-Decision (Plasticity)
- Plasticity_LTP: Episode
- —
Ca_post_history(recent 2s) is Full - — Result: High-frequency/High-amplitude coincidence detected; tags synapse for AMPA increase.
- —
- Plasticity_LTD: Episode
- —
Ca_post_historyis Medium - — Result: Low-frequency or poorly timed coincidence; tags synapse for AMPA removal.
- —
Retrograde-Feedback (eCB)
- eCB_Synthesis_Active: Episode
- —
Ca_post_history> threshold (0.7) - — Logic A (Protection): Response to genuine NMDA over-activity.
- — Logic B (Error): Response to pump failure (Ca2+ accumulation due to low ATP).
- —
- eCB_Synthesis_Idle: Episode
- —
Ca_post_history< threshold; eCB level decays.
- —
min: behaviors (Bioenergetics & Structural Change)
Metabolic-Recovery
- Astrocyte_Supply_Active: Episode
- —
Glucose_levelfull;ATP_level_postis replenished.
- —
- Astrocyte_Supply_Crises: Episode
- —
Glucose_levellow;ATP_level_postremains empty; Ca2+ pumps fail.
- —
Structural-Update
- AMPA_Population_Increase: Episode
- — Triggered by
Plasticity_LTPANDATP_level_postNOT empty. - — Result:
g_AMPA_baselineshifts higher for next cycle.
- — Triggered by
- AMPA_Population_Decrease: Episode
- — Triggered by
Plasticity_LTD. - — Result:
g_AMPA_baselineshifts lower.
- — Triggered by
Key Structural Observations
- The Vpost Priority: Vpost is now the "sum" of local input and global feedback. This allows the model to simulate both Hebbian learning (needs a bAP) and Homeostatic Scaling (where enough local AMPA activity can eventually trigger the NMDA gate alone).
- The ATP Bottleneck for LTP: Note that in the
minbehaviors, I’ve added a constraint: LTP requiresATP_level_postto be healthy. Moving receptors into the membrane is a physical "work" process. If the synapse is energy-starved, it might "decide" to do LTP in thesecloop but fail to execute it in theminloop. - The Coincidence Hierarchy:
- LTP = Perfect Timing (NT + bAP).
- LTD = Misaligned Timing (Low NT or Out-of-sync bAP).
- False eCB = Metabolic Failure (No NT, No bAP, just Low ATP).