LICENSE.txt
MANIFEST.in
README.md
setup.py
evogression/__init__.py
evogression/_version.py
evogression/calc_error_sum.c
evogression/calc_error_sum.pyx
evogression/calc_target_cython.c
evogression/calc_target_cython.pyx
evogression/creatures.py
evogression/evolution.py
evogression/generate_parameter_coefficients_calc.c
evogression/generate_parameter_coefficients_calc.pyx
evogression/groups.py
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/dataframe_test.py
tests/evolution_group_test.py
tests/evolution_test.py
tests/group_composite_prediction_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/population_test.py
tests/standardizing_test.py
tests/surface_3d_population_regression_test.py
tests/surface_3d_regression_evolution_test.py
tests/test_data.py
tests/test_data_many_dimensions.py
tests/test_memory.py