add linearize, vjp, grad. fix bugs.

This commit is contained in:
Matthew Johnson 2021-03-12 19:42:14 -08:00
parent 3457696e80
commit 3595af2ed2
4 changed files with 2255 additions and 1053 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,9 @@ ignore =
W503, W504 # line breaks around binary operators
max-complexity = 18
select = B,C,F,W,T4,B9
exclude =
exclude =
.git,
build,
__pycache__
__pycache__
per-file-ignores =
docs/autodidax.py:F811