LICENSE
README.md
pyproject.toml
alert_axolotl_evo/__init__.py
alert_axolotl_evo/analytics.py
alert_axolotl_evo/compiler.py
alert_axolotl_evo/config.py
alert_axolotl_evo/data.py
alert_axolotl_evo/evolution.py
alert_axolotl_evo/fitness.py
alert_axolotl_evo/main.py
alert_axolotl_evo/meta_evolution.py
alert_axolotl_evo/operators.py
alert_axolotl_evo/pattern_discovery.py
alert_axolotl_evo/persistence.py
alert_axolotl_evo/primitives.py
alert_axolotl_evo/promotion.py
alert_axolotl_evo/self_improving.py
alert_axolotl_evo/tree.py
alert_axolotl_evo/visualization.py
alert_axolotl_evo.egg-info/PKG-INFO
alert_axolotl_evo.egg-info/SOURCES.txt
alert_axolotl_evo.egg-info/dependency_links.txt
alert_axolotl_evo.egg-info/entry_points.txt
alert_axolotl_evo.egg-info/requires.txt
alert_axolotl_evo.egg-info/top_level.txt
tests/test_analytics.py
tests/test_compiler.py
tests/test_csv_auto_labeling.py
tests/test_data.py
tests/test_data_provenance.py
tests/test_documentation.py
tests/test_economy_invariants.py
tests/test_evolution.py
tests/test_fitness.py
tests/test_meta_evolution.py
tests/test_operators.py
tests/test_pattern_discovery.py
tests/test_primitives.py
tests/test_promotion.py
tests/test_promotion_integration.py
tests/test_self_improving.py
tests/test_tree.py