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 gleam.toml
Raw

gleam.toml

name = "viva_math"
version = "1.2.102"
description = "Core mathematical functions for VIVA - sentient digital life. PAD emotions, Cusp catastrophe, Free Energy Principle, attractor dynamics."
licences = ["MIT"]
repository = { type = "github", user = "gabrielmaialva33", repo = "viva_math" }
links = [
{ title = "GitHub", href = "https://github.com/gabrielmaialva33/viva_math" },
]
gleam = ">= 1.14.0"
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
qcheck = ">= 1.0.4 and < 2.0.0"
# Markdown guides published alongside the API reference on HexDocs.
# See https://gleam.run/writing-gleam/gleam-toml/#documentation-pages
[[documentation.pages]]
title = "Changelog"
path = "changelog.html"
source = "CHANGELOG.md"
[[documentation.pages]]
title = "PAD Emotional Model"
path = "pad-model.html"
source = "docs/pad-model.md"
[[documentation.pages]]
title = "Ornstein-Uhlenbeck Mood Dynamics"
path = "ou-dynamics.html"
source = "docs/ou-dynamics.md"
[[documentation.pages]]
title = "Wasserstein Distance"
path = "wasserstein.html"
source = "docs/wasserstein.md"
[[documentation.pages]]
title = "Numerical Accuracy"
path = "numerical-accuracy.html"
source = "docs/numerical-accuracy.md"