.gitignore
LICENSE
README.md
pyproject.toml
readthedocs.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
docs/Makefile
docs/requirements.txt
docs/source/conf.py
docs/source/index.rst
examples/example_linear_growth_graph.ipynb
examples/example_linear_growth_graph.json
gradgraph/__init__.py
gradgraph.egg-info/PKG-INFO
gradgraph.egg-info/SOURCES.txt
gradgraph.egg-info/dependency_links.txt
gradgraph.egg-info/requires.txt
gradgraph.egg-info/top_level.txt
gradgraph/graph/__init__.py
gradgraph/graph/features.py
gradgraph/graph/hash.py
gradgraph/graph/paths.py
gradgraph/graph/persistence.py
gradgraph/graph/utils.py
gradgraph/optimization/__init__.py
gradgraph/optimization/tf/__init__.py
gradgraph/optimization/tf/callbacks.py
gradgraph/optimization/tf/constraints.py
gradgraph/optimization/tf/interp.py
gradgraph/optimization/tf/layers.py
gradgraph/optimization/tf/trainer.py
gradgraph/optimization/tf/utils.py
paper/paper.bib
paper/paper.md
paper/figures/convergance.png
paper/figures/graph.png
paper/figures/length_samples.png
paper/figures/velocity_samples.png
tests/test_graph_features.py
tests/test_graph_hash.py
tests/test_graph_paths.py
tests/test_graph_persistence.py
tests/test_graph_utils.py