LICENSE.txt
MANIFEST.in
README.md
setup.cfg
setup.py
evogression/__init__.py
evogression/calc_target_cython.c
evogression/creatures.py
evogression/evolution.py
evogression/evolution_group.py
evogression/generate_parameter_coefficients_calc.c
evogression/standardize.py
evogression.egg-info/PKG-INFO
evogression.egg-info/SOURCES.txt
evogression.egg-info/dependency_links.txt
evogression.egg-info/requires.txt
evogression.egg-info/top_level.txt
tests/__init__.py
tests/creature_test.py
tests/linear_regression_approximation_test.py
tests/none_filling_test.py
tests/parabola_regression_evolution_test.py
tests/parameter_pruning_evolution_test.py
tests/standardizing_test.py
tests/surface_3d_regression_evolution_test.py
tests/test_data.py
tests/test_data_many_dimensions.py
tests/test_memory.py