LICENSE
MANIFEST.in
README.md
pyproject.toml
argonx/__init__.py
argonx/experiment.py
argonx.egg-info/PKG-INFO
argonx.egg-info/SOURCES.txt
argonx.egg-info/dependency_links.txt
argonx.egg-info/requires.txt
argonx.egg-info/top_level.txt
argonx/decision_rules/__init__.py
argonx/decision_rules/composite.py
argonx/decision_rules/engine.py
argonx/decision_rules/guardrails.py
argonx/decision_rules/joint.py
argonx/decision_rules/metrics.py
argonx/models/__init__.py
argonx/models/base_model.py
argonx/models/binary_model.py
argonx/models/count_model.py
argonx/models/gaussian_model.py
argonx/models/lognormal_model.py
argonx/results/__init__.py
argonx/results/plots.py
argonx/results/result.py
argonx/sequential/__init__.py
argonx/sequential/stopping.py
tests/test_math.py