behaviorsim-rs 0.7.0

Domain-agnostic specification for modeling individual psychology and social dynamics
Documentation

Tests codecov License: MIT OR Apache-2.0 Rust

Behavioral Pathways Event Sim is a Domain-agnostic specification for modeling individual psychology and social dynamics.

A Rust crate that simulates how entities think, feel, relate, and change over time.

Website: behavioralpathways.com

Documentation

Development

# Enable git hooks (auto-format on commit)
git config core.hooksPath .githooks

# Run tests
make test

# Run tests with coverage
make tests

License

Licensed under either of Apache License, Version 2.0 or MIT License at your option.