LICENSE
MANIFEST.in
README.md
pyproject.toml
src/neatify/__init__.py
src/neatify/checkpoint.py
src/neatify/core.py
src/neatify/evolution.py
src/neatify/population.py
src/neatify/pytorch_adapter.py
src/neatify/visualization.py
src/neatify/distributed/__init__.py
src/neatify/distributed/config.py
src/neatify/distributed/master.py
src/neatify/distributed/protocol.py
src/neatify/distributed/worker.py
src/neatify_ai.egg-info/PKG-INFO
src/neatify_ai.egg-info/SOURCES.txt
src/neatify_ai.egg-info/dependency_links.txt
src/neatify_ai.egg-info/requires.txt
src/neatify_ai.egg-info/top_level.txt
tests/test_activation.py
tests/test_activations_adapter.py
tests/test_checkpoint.py
tests/test_distributed_quick.py
tests/test_dynamic_threshold.py
tests/test_elitism.py
tests/test_fine_tuning.py
tests/test_recurrent.py
tests/test_weight_mutation.py
tests/test_weight_sync.py