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 src viva_math.app.src
Raw

src/viva_math.app.src

{application, viva_math, [
{vsn, "1.2.0"},
{applications, [gleam_community_maths,
gleam_stdlib]},
{description, "Core mathematical functions for VIVA - sentient digital life. PAD emotions, Cusp catastrophe, Free Energy Principle, attractor dynamics."},
{modules, [viva_math,
viva_math@@main,
viva_math@attractor,
viva_math@common,
viva_math@cusp,
viva_math@entropy,
viva_math@free_energy,
viva_math@vector]},
{registered, []}
]}.