LICENSE
README.md
pyproject.toml
compello/__init__.py
compello/assertions.py
compello/config.py
compello/distillation.py
compello/exceptions.py
compello/fixtemplates.py
compello/insights.py
compello/interop.py
compello/jax.py
compello/penalties.py
compello/preflight_render.py
compello/proxy.py
compello/py.typed
compello/relaxations.py
compello/report_style.py
compello/reports.py
compello/serialization.py
compello/surrogates.py
compello/target_support.py
compello/targets.py
compello/telemetry.py
compello/tf.py
compello/validation.py
compello.egg-info/PKG-INFO
compello.egg-info/SOURCES.txt
compello.egg-info/dependency_links.txt
compello.egg-info/entry_points.txt
compello.egg-info/requires.txt
compello.egg-info/top_level.txt
compello/backends/__init__.py
compello/backends/jax_backend.py
compello/backends/protocol.py
compello/backends/sync.py
compello/backends/tf_backend.py
compello/backends/torch_backend.py
compello/controller/__init__.py
compello/controller/ceiling.py
compello/controller/controller.py
compello/controller/ema.py
compello/controller/pid.py
compello/controller/sharpness.py
compello/controller/state.py
compello/diagnostics/__init__.py
compello/diagnostics/coldstart.py
compello/diagnostics/conflict.py
compello/diagnostics/regression.py
compello/diagnostics/runner.py
compello/diagnostics/surgery.py
compello/math/__init__.py
compello/math/_base.py
compello/math/_keras_backend.py
compello/math/_numpy_backend.py
compello/trainlint/__init__.py
compello/trainlint/cli.py
compello/trainlint/core.py
compello/trainlint/flake8_plugin.py
compello/trainlint/jax_rules.py
compello/trainlint/pytorch_rules.py
compello/trainlint/tensorflow_rules.py
tests/test_assertions.py
tests/test_backend_logic.py
tests/test_config_validation.py
tests/test_controller.py
tests/test_diagnostics.py
tests/test_gap_closure.py
tests/test_hardening.py
tests/test_interop_backends.py
tests/test_math.py
tests/test_penalties.py
tests/test_proxy_targets.py
tests/test_renderers.py
tests/test_trainlint.py