LICENSE
README.md
pyproject.toml
deep_tournament_selection/__init__.py
deep_tournament_selection/caching_evaluator.py
deep_tournament_selection/config.py
deep_tournament_selection/elitist_breeder.py
deep_tournament_selection/logging_utils.py
deep_tournament_selection/selection/__init__.py
deep_tournament_selection/selection/dts_aux.py
deep_tournament_selection/selection/dts_policy.py
deep_tournament_selection/selection/eckity_adapter.py
deep_tournament_selection/selection/population_to_vec_transformer.py
deep_tournament_selection/selection/self_attention_pointer.py
deep_tournament_selection/selection/simple_self_attention.py
deep_tournament_selection/selection/tournament_utils.py
eckity_dts/__init__.py
eckity_dts.egg-info/PKG-INFO
eckity_dts.egg-info/SOURCES.txt
eckity_dts.egg-info/dependency_links.txt
eckity_dts.egg-info/requires.txt
eckity_dts.egg-info/top_level.txt
tests/test_package.py