Skip to content

v0.2.0 — Cognitive Simulation Framework

Latest

Choose a tag to compare

@Achref-Yak Achref-Yak released this 05 Aug 13:43
· 16 commits to main since this release

DynaFX v0.2.0

Multi-paradigm simulation (SD + ABM + DES) with cognitive reasoning — knowledge graphs, confidence grading, and argumentation for simulation-driven decisions.

What's new

  • Open-source cognitive simulation framework
  • Private wheel distribution via GitHub Releases
  • Fixed missing core dependencies (pyyaml, plotly)

Install

pip install dynafx-0.2.0-py3-none-any.whl

Quick start

from dynafx import SysdModel, parse_sysd_file

model = parse_sysd_file('model.sysd')
result = model.simulate()
result.plot('output.png')