LICENSE
README.md
pyproject.toml
src/celnn/__init__.py
src/celnn/activations.py
src/celnn/associative.py
src/celnn/associative_field.py
src/celnn/differentiable.py
src/celnn/exceptions.py
src/celnn/plasticity.py
src/celnn.egg-info/PKG-INFO
src/celnn.egg-info/SOURCES.txt
src/celnn.egg-info/dependency_links.txt
src/celnn.egg-info/requires.txt
src/celnn.egg-info/top_level.txt
src/celnn/backends/__init__.py
src/celnn/backends/cupy_backend.py
src/celnn/backends/numpy_backend.py
src/celnn/backends/protocol.py
src/celnn/backends/stencil.py
src/celnn/backends/torch_backend.py
src/celnn/core/__init__.py
src/celnn/core/activations.py
src/celnn/core/arrays.py
src/celnn/core/boundary.py
src/celnn/core/dynamics.py
src/celnn/core/exceptions.py
src/celnn/core/network.py
src/celnn/core/result.py
src/celnn/core/simulation.py
src/celnn/core/solvers.py
src/celnn/core/steppers.py
src/celnn/core/templates.py
src/celnn/core/topology.py
src/celnn/core/typing.py
src/celnn/core/validation.py
src/celnn/domains/__init__.py
src/celnn/domains/grid.py
src/celnn/domains/image.py
src/celnn/domains/signal.py
src/celnn/io/__init__.py
src/celnn/io/serialization.py
src/celnn/templates/__init__.py
src/celnn/templates/diffusion.py
src/celnn/templates/image_processing.py
src/celnn/templates/logic.py
src/celnn/templates/pattern.py
src/celnn/templates/registry.py
src/celnn/training/__init__.py
src/celnn/training/dataset.py
src/celnn/training/fitness.py
src/celnn/training/ga.py
src/celnn/utils/__init__.py
src/celnn/utils/array.py
src/celnn/utils/doc.py
src/celnn/visualization/__init__.py
src/celnn/visualization/plots.py
tests/test_activations.py
tests/test_activations_torch.py
tests/test_arrays.py
tests/test_associative.py
tests/test_associative_field.py
tests/test_boundary.py
tests/test_dynamics_torch.py
tests/test_ga_training.py
tests/test_gpu_backend.py
tests/test_image_domain.py
tests/test_network.py
tests/test_plasticity.py
tests/test_registry.py
tests/test_serialization.py
tests/test_signal_domain.py
tests/test_simulation.py
tests/test_solvers.py
tests/test_stencil_backend.py
tests/test_steppers.py
tests/test_templates.py
tests/test_topology.py
tests/test_torch_backend.py
tests/test_torch_network.py