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.whlQuick start
from dynafx import SysdModel, parse_sysd_file
model = parse_sysd_file('model.sysd')
result = model.simulate()
result.plot('output.png')