Morphon is the reference implementation of Morphogenic Intelligence — a biologically-inspired adaptive intelligence engine where computational units (morphons) grow, differentiate, and restructure at runtime without backpropagation. Credit assignment happens via eligibility traces and neuromodulatory broadcast rather than gradient flow; the network structure itself is a learned component, not a fixed topology.
Morphons live in Poincaré ball space with learnable curvature per-point. Structural plasticity handles synaptogenesis, pruning, migration, division, differentiation, fusion, and apoptosis across four temporal scales via a dual-clock scheduler. Four neuromodulatory broadcast channels (reward, novelty, arousal, homeostasis) gate local plasticity. A triple memory system covers working, episodic, and procedural memory on separate timescales.
Results: solves CartPole-v1 (avg 195.2), achieves 87.7% stateless MNIST accuracy, and recovers to near-intact performance after 30% associative morphon damage — forced developmental restart after damage consistently outperforms the original trajectory. Ships with Python bindings via PyO3 and a WebAssembly build with an in-browser 3D visualizer of the Poincaré ball embedding.
This is the implementation artifact for the paper "Morphogenic Intelligence: Runtime Neural Development Beyond Static Architectures" (v2, April 2026).