Packages

Core mathematical functions for VIVA - sentient digital life. PAD emotions, Cusp catastrophe, Free Energy Principle, attractor dynamics.

Current section

Files

Jump to
viva_math include viva_math@autodiff_reverse_Tape.hrl
Raw

include/viva_math@autodiff_reverse_Tape.hrl

-record(tape, {
nodes :: gleam@dict:dict(integer(), viva_math@autodiff_reverse:node_()),
next_id :: integer()
}).