MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
./src/tensorcro/__init__.py
./src/tensorcro/__special__.py
./src/tensorcro/slcro.py
./src/tensorcro.egg-info/PKG-INFO
./src/tensorcro.egg-info/SOURCES.txt
./src/tensorcro.egg-info/dependency_links.txt
./src/tensorcro.egg-info/requires.txt
./src/tensorcro.egg-info/top_level.txt
./src/tensorcro/replay/__init__.py
./src/tensorcro/replay/watch_replay.py
./src/tensorcro/substrates/__init__.py
./src/tensorcro/substrates/mutation.py
./src/tensorcro/substrates/substrate.py
./src/tensorcro/substrates/algorithms/__init__.py
./src/tensorcro/substrates/algorithms/differential_search.py
./src/tensorcro/substrates/algorithms/harmony_search.py
./src/tensorcro/substrates/algorithms/random_search.py
./src/tensorcro/substrates/crossovers/__init__.py
./src/tensorcro/substrates/crossovers/blxalpha_crossover.py
./src/tensorcro/substrates/crossovers/gaussian_crossover.py
./src/tensorcro/substrates/crossovers/masked_crossover.py
./src/tensorcro/substrates/crossovers/multipoint_crossover.py
./src/tensorcro/substrates/crossovers/uniform_crossover.py